<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: VDX NOS - get all VEs IP addresses - how? in Data Center (VDX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71602#M404</link>
    <description>Yes, that should provide the IP for the VEs. &lt;BR /&gt;
&lt;BR /&gt;
Can you provide where you configured VE IP in the running config?</description>
    <pubDate>Thu, 07 Mar 2019 03:39:59 GMT</pubDate>
    <dc:creator>Truyen_Phan</dc:creator>
    <dc:date>2019-03-07T03:39:59Z</dc:date>
    <item>
      <title>VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71584#M386</link>
      <description>hi everyone&lt;BR /&gt;
&lt;BR /&gt;
maybe one-liner? Or any other commands lines?&lt;BR /&gt;
&lt;BR /&gt;
many thanks, P.</description>
      <pubDate>Wed, 06 Mar 2019 20:45:50 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71584#M386</guid>
      <dc:creator>Pawel_Eljasz</dc:creator>
      <dc:date>2019-03-06T20:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71585#M387</link>
      <description>&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;sw0# show ip interface brief rbridge-id all&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Mar 2019 21:03:50 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71585#M387</guid>
      <dc:creator>Yulia_Abitbul</dc:creator>
      <dc:date>2019-03-06T21:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71586#M388</link>
      <description>hi,&lt;BR /&gt;
I cannot see IP addresses nowhere in the command output.</description>
      <pubDate>Thu, 07 Mar 2019 00:06:49 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71586#M388</guid>
      <dc:creator>Pawel_Eljasz</dc:creator>
      <dc:date>2019-03-07T00:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71587#M389</link>
      <description>if IP address is configured you should see it in &lt;I&gt;show ip interface brief&lt;/I&gt;, &lt;BR /&gt;
Check if the IP address is configured under Ve that you are looking for:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;sw0# show running-config rbridge-id 31 interface ve 236&lt;BR /&gt;rbridge-id 31&lt;BR /&gt; interface Ve 236&lt;BR /&gt;  ip proxy-arp&lt;BR /&gt;  ip address 1.1.1.2/24&lt;BR /&gt;  shutdown&lt;BR /&gt; !&lt;BR /&gt;&lt;BR /&gt;sw0# sh ip int br&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Flags:  U - Unnumbered interface&lt;BR /&gt;Interface                          IP-Address         Vrf                               Status                 Protocol&lt;BR /&gt;==========================         ==========         ==================                ====================   ========&lt;BR /&gt;&lt;BR /&gt;TenGigabitEthernet 31/0/1          unassigned         default-vrf                       up                     down&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;TenGigabitEthernet 31/0/48         unassigned         default-vrf                       up                     down&lt;BR /&gt;Ve 236                             1.1.1.2            default-vrf                       administratively down  down&lt;BR /&gt;sw0#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Mar 2019 00:19:22 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71587#M389</guid>
      <dc:creator>Yulia_Abitbul</dc:creator>
      <dc:date>2019-03-07T00:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71588#M390</link>
      <description>That makes me presume - no one-liner for all IP address...&lt;BR /&gt;
And yes...&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;sw0# show ip interface ve&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
was my first guess. Other vendors with something as above give me what's expected... and also IP address.</description>
      <pubDate>Thu, 07 Mar 2019 00:47:02 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71588#M390</guid>
      <dc:creator>Pawel_Eljasz</dc:creator>
      <dc:date>2019-03-07T00:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71589#M391</link>
      <description>It will work as well on NOS:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;sw0# show ip interface ve 236&lt;BR /&gt; Ve 236 is administratively down protocol is down&lt;BR /&gt; Primary Internet Address is 1.1.1.2/24 broadcast is 1.1.1.255&lt;BR /&gt; IP MTU is 1500&lt;BR /&gt; Proxy Arp is Enabled&lt;BR /&gt; Vrf : default-vrf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Mar 2019 01:09:31 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71589#M391</guid>
      <dc:creator>Yulia_Abitbul</dc:creator>
      <dc:date>2019-03-07T01:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71590#M392</link>
      <description>I do appreciate your help I do and work with what I have.&lt;BR /&gt;
It's just like a I say, one-liner for all IP addr.&lt;BR /&gt;
&lt;BR /&gt;
I do:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;sw0# show ip interface ve&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
without specifying the interface and other vendors get me all ifaces &amp;amp; IP addresses(and related IP info something, since the command is "ip")</description>
      <pubDate>Thu, 07 Mar 2019 01:15:54 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71590#M392</guid>
      <dc:creator>Pawel_Eljasz</dc:creator>
      <dc:date>2019-03-07T01:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71591#M393</link>
      <description>yes, unfortunately you can't run it only for VEs &lt;BR /&gt;
Only for all interfaces, including all VEs (first command I sent)</description>
      <pubDate>Thu, 07 Mar 2019 01:26:41 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71591#M393</guid>
      <dc:creator>Yulia_Abitbul</dc:creator>
      <dc:date>2019-03-07T01:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71592#M394</link>
      <description>no Yulia, I commented that first command - that does not give out any IP address info. NOS 7.3.0aa.</description>
      <pubDate>Thu, 07 Mar 2019 01:33:23 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71592#M394</guid>
      <dc:creator>Pawel_Eljasz</dc:creator>
      <dc:date>2019-03-07T01:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71593#M395</link>
      <description>Are you sure that IP is configured? Can you please paste output  that you get from this command?</description>
      <pubDate>Thu, 07 Mar 2019 01:37:39 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71593#M395</guid>
      <dc:creator>Yulia_Abitbul</dc:creator>
      <dc:date>2019-03-07T01:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71594#M396</link>
      <description>Yes. Actually even this does not get me IP:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;brc_bot(config-Ve-4)# do sh ip int ve 4 rb all&lt;BR /&gt;Rbridge  1            &lt;BR /&gt; Ve 4 is up protocol is up&lt;BR /&gt; IP unassigned&lt;BR /&gt; IP MTU is 9100&lt;BR /&gt; Proxy Arp is not Enabled&lt;BR /&gt; IP fast switching is enabled&lt;BR /&gt; Vrf : default-vrf&lt;BR /&gt;Rbridge  2            &lt;BR /&gt; Ve 4 is up protocol is up&lt;BR /&gt; IP unassigned&lt;BR /&gt; IP MTU is 9100&lt;BR /&gt; Proxy Arp is not Enabled&lt;BR /&gt; IP fast switching is enabled&lt;BR /&gt; Vrf : default-vrf&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Mar 2019 01:50:43 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71594#M396</guid>
      <dc:creator>Pawel_Eljasz</dc:creator>
      <dc:date>2019-03-07T01:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71595#M397</link>
      <description>It says IP unassigned</description>
      <pubDate>Thu, 07 Mar 2019 01:52:08 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71595#M397</guid>
      <dc:creator>Yulia_Abitbul</dc:creator>
      <dc:date>2019-03-07T01:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71596#M398</link>
      <description>&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;brc_bot# show ip interface brief rbridge-id all&lt;BR /&gt;....&lt;BR /&gt;TenGigabitEthernet 2/0/43          2        unassigned         default-vrf                       up                     up  &lt;BR /&gt;TenGigabitEthernet 2/0/44          2        unassigned         default-vrf                       up                     down (SFP Absent)&lt;BR /&gt;TenGigabitEthernet 2/0/45          2        unassigned         default-vrf                       up                     up  &lt;BR /&gt;TenGigabitEthernet 2/0/46          2        unassigned         default-vrf                       up                     up  &lt;BR /&gt;TenGigabitEthernet 2/0/47          2        unassigned         default-vrf                       up                     up  &lt;BR /&gt;TenGigabitEthernet 2/0/48          2        unassigned         default-vrf                       up                     up  &lt;BR /&gt;Ve 4                               2        unassigned         default-vrf                       up                     up  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Mar 2019 01:52:15 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71596#M398</guid>
      <dc:creator>Pawel_Eljasz</dc:creator>
      <dc:date>2019-03-07T01:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71597#M399</link>
      <description>Which must be incorrect.&lt;BR /&gt;
I'm using the very IP of VE4 to ssh to switch.</description>
      <pubDate>Thu, 07 Mar 2019 01:53:12 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71597#M399</guid>
      <dc:creator>Pawel_Eljasz</dc:creator>
      <dc:date>2019-03-07T01:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71598#M400</link>
      <description>that is why I asked to check running-config to check if IP is configured</description>
      <pubDate>Thu, 07 Mar 2019 01:53:43 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71598#M400</guid>
      <dc:creator>Yulia_Abitbul</dc:creator>
      <dc:date>2019-03-07T01:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71599#M401</link>
      <description>Can you try running "show run rb int ve"? &lt;BR /&gt;
&lt;BR /&gt;
The above output will give you the configured VE for all RBs.</description>
      <pubDate>Thu, 07 Mar 2019 02:22:25 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71599#M401</guid>
      <dc:creator>Truyen_Phan</dc:creator>
      <dc:date>2019-03-07T02:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71600#M402</link>
      <description>I might fail to understand "configured". If an VE has an IP and I can use that IP to communicate with the switch from the "outside" that means "configured" no?&lt;BR /&gt;
I understand "not configured" as no IP addr at all on a given VE.&lt;BR /&gt;
And then:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;brc_bot(config-Ve-4)# do sh ip int ve 4 rb all&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
should give up any IP address.&lt;BR /&gt;
In other words why: " IP unassigned" ?&lt;BR /&gt;
If "configured" is not what I think then what is it?</description>
      <pubDate>Thu, 07 Mar 2019 03:19:47 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71600#M402</guid>
      <dc:creator>Pawel_Eljasz</dc:creator>
      <dc:date>2019-03-07T03:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71601#M403</link>
      <description>&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;brc_top# show run rb int ve&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
no IPs&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;brc_top# show run int ve    &lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
show IPs.&lt;BR /&gt;
Ough.. it's not helping, only confusing and that "IP unassigned" from 'show ip int ve 4' even more so.</description>
      <pubDate>Thu, 07 Mar 2019 03:39:15 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71601#M403</guid>
      <dc:creator>Pawel_Eljasz</dc:creator>
      <dc:date>2019-03-07T03:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71602#M404</link>
      <description>Yes, that should provide the IP for the VEs. &lt;BR /&gt;
&lt;BR /&gt;
Can you provide where you configured VE IP in the running config?</description>
      <pubDate>Thu, 07 Mar 2019 03:39:59 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71602#M404</guid>
      <dc:creator>Truyen_Phan</dc:creator>
      <dc:date>2019-03-07T03:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: VDX NOS - get all VEs IP addresses - how?</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71603#M405</link>
      <description>Could it be that those commands behave this "weird" way because I have it as 'fabric-virtual-gateway' and I have my VE configured as:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;brc_bot(config)# router fabric-virtual-gateway&lt;BR /&gt;brc_bot(conf-router-fabric-virtual-gateway)# address-family ipv4&lt;BR /&gt;&lt;BR /&gt;brc_bot(config)# int ve 4&lt;BR /&gt;brc_bot(config-Ve-4)# attach rbridge-id add 1,2&lt;BR /&gt;brc_bot(config-Ve-4)# no sh&lt;BR /&gt;brc_bot(config-Ve-4)# ip fabric-virtual-gateway&lt;BR /&gt;brc_bot(config-ip-fabric-virtual-gw)# gateway-address 10.5.8.254/24&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
?</description>
      <pubDate>Thu, 07 Mar 2019 03:42:23 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-nos-get-all-ves-ip-addresses-how/m-p/71603#M405</guid>
      <dc:creator>Pawel_Eljasz</dc:creator>
      <dc:date>2019-03-07T03:42:23Z</dc:date>
    </item>
  </channel>
</rss>

