03-15-2014 11:42 AM
I need to find VC by pseudoport number(bridge-domain port).
Pseudoport numbers are SW.1001013 and SW.1001011. How to find VC(vfi peer ip and vc-id) by pseudoport number?
#show bridge-domain
Bridge-domain 100 (3 ports in all)
State: UP Mac learning: Enabled
Aging-Timer: 300 second(s)
GigabitEthernet1 service instance 201
vfi SW neighbor 1.1.2.2 100
vfi SW neighbor 1.1.2.3 100
MAC address Policy Tag Age Pseudoport
0011.23A1.0632 forward dynamic 291 SW.1001013
0011.23A1.061E forward dynamic 292 GigabitEthernet1.EFP201
0011.23A1.0628 forward dynamic 292 SW.1001011
FFFF.FFFF.FFFF flood static 0 OLIST_PTR:0xe8f54000
#show run | sec l2
l2 router-id 1.1.2.1
l2 vfi SW manual
vpn id 100
bridge-domain 100
neighbor 1.1.2.3 encapsulation mpls
neighbor 1.1.2.2 encapsulation mpls
#show mpls l2 vc
Local intf Local circuit Dest address VC ID Status
------------- -------------------------- --------------- ---------- ----------
VFI SW vfi 1.1.2.2 100 UP
VFI SW vfi 1.1.2.3 100 UP
IOS XE 3.11.1S
06-19-2017 09:27 AM
Sergey,
A little late on this, but I just found the answer myself - The command is:
"show platform software ethernet fp active vfi"
Example:
Router#sh bridge-domain
Bridge-domain 6 (4 ports in all)
State: UP Mac learning: Enabled
Aging-Timer: 300 second(s)
GigabitEthernet3 service instance 6
vfi vlan6 neighbor 192.168.1.5 6
vfi vlan6 neighbor 192.168.1.2 6
vfi vlan6 neighbor 192.168.1.1 6
AED MAC address Policy Tag Age Pseudoport
0 FA16.3E7B.23EF forward dynamic 222 vlan6.404011
0 FA16.3E49.43EC forward dynamic 225 GigabitEthernet3.EFP6
0 FA16.3EC2.EEB1 forward dynamic 226 vlan6.404012
Router#show platform software ethernet fp active vfi
Total number of VFI neighbors: 3
VFI-name BD Peer-IP-Address VC-ID ShGrp
-----------------------------------------------------------------
vlan6.404010 6 192.168.1.5 6 65535
vlan6.404011 6 192.168.1.2 6 65535
vlan6.404012 6 192.168.1.1 6 65535
I hope that helps!
Roddie
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide