cancel
Showing results for 
Search instead for 
Did you mean: 

VDX NOS - get all VEs IP addresses - how?

VDX NOS - get all VEs IP addresses - how?

Pawel_Eljasz
New Contributor II
hi everyone

maybe one-liner? Or any other commands lines?

many thanks, P.
1 ACCEPTED SOLUTION

Steve_Worrall
Extreme Employee
Hello Pawel,
I'm a bit late to this and I see that the discussion went off on a different track. But in answer to your original question, you could use the following

sw0# sh ip int br rb all | inc Ve|Status

Interface Rbridge IP-Address Vrf Status Protocol
Ve 100 63 192.168.253.163 mgmt-vrf up up
Ve 100 64 192.168.253.164 mgmt-vrf up up
sw0#

As you see this will give you the Ve interfaces for each RBridge and also status.

Steve

View solution in original post

21 REPLIES 21

Pawel_Eljasz
New Contributor II
code:
brc_bot# show ip interface brief rbridge-id all
....
TenGigabitEthernet 2/0/43 2 unassigned default-vrf up up
TenGigabitEthernet 2/0/44 2 unassigned default-vrf up down (SFP Absent)
TenGigabitEthernet 2/0/45 2 unassigned default-vrf up up
TenGigabitEthernet 2/0/46 2 unassigned default-vrf up up
TenGigabitEthernet 2/0/47 2 unassigned default-vrf up up
TenGigabitEthernet 2/0/48 2 unassigned default-vrf up up
Ve 4 2 unassigned default-vrf up up


Yulia_Abitbul
Extreme Employee
It says IP unassigned

Pawel_Eljasz
New Contributor II
Yes. Actually even this does not get me IP:

code:
brc_bot(config-Ve-4)# do sh ip int ve 4 rb all
Rbridge 1
Ve 4 is up protocol is up
IP unassigned
IP MTU is 9100
Proxy Arp is not Enabled
IP fast switching is enabled
Vrf : default-vrf
Rbridge 2
Ve 4 is up protocol is up
IP unassigned
IP MTU is 9100
Proxy Arp is not Enabled
IP fast switching is enabled
Vrf : default-vrf

Yulia_Abitbul
Extreme Employee
Are you sure that IP is configured? Can you please paste output that you get from this command?

Pawel_Eljasz
New Contributor II
no Yulia, I commented that first command - that does not give out any IP address info. NOS 7.3.0aa.
GTM-P2G8KFN