cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1479
Views
20
Helpful
1
Replies

IOS-XE: How to find VC by pseudoport number?

sergey120
Level 1
Level 1

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

1 Reply 1

Roddie Hasan
Cisco Employee
Cisco Employee

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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: