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

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

Truyen_Phan
Extreme Employee
VE is configured in two different ways.

"show run rb int ve" is for use with VRRP under the RBs

"show run int ve" is for global and use with fabric-virtual-gateway

What you've configure is a fabric-virtual-gateway address which is not a VE IP address.

Pawel_Eljasz
New Contributor II
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:

code:
brc_bot(config)# router fabric-virtual-gateway
brc_bot(conf-router-fabric-virtual-gateway)# address-family ipv4

brc_bot(config)# int ve 4
brc_bot(config-Ve-4)# attach rbridge-id add 1,2
brc_bot(config-Ve-4)# no sh
brc_bot(config-Ve-4)# ip fabric-virtual-gateway
brc_bot(config-ip-fabric-virtual-gw)# gateway-address 10.5.8.254/24


?

Truyen_Phan
Extreme Employee
Yes, that should provide the IP for the VEs.

Can you provide where you configured VE IP in the running config?
GTM-P2G8KFN