cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1901
Views
0
Helpful
1
Replies

Configured QinQ within two routers. L2 VC circuit is up but traffic is not passing. Need some help!

Mosiur Rahman
Level 1
Level 1

I am a beginner in networking. Kindly help me with the below issue:

 

I have configured QinQ within two router but Xconnect circuit is up but we are traying to pass traffic from one end to another but traffic is not passing through. Kindly find belwo log for your reference:

 

Router A:
interface GigabitEthernet0/0/2.3001
encapsulation dot1Q 3001 second-dot1q any
xconnect 10.10.10.3 3001 encapsulation mpls

#show mpls l2transport vc | i 3001
Gi0/0/2.3001 Eth VLAN 3001/any 103.9.136.3 3001 UP

Router B:
interface GigabitEthernet0/0/3.3001
encapsulation dot1Q 3001 second-dot1q any
xconnect 10.10.10.4 3001 encapsulation mpls

#show mpls l2transport vc | i 3001
Gi0/0/3.3001 Eth VLAN 3001/any 10.10.10.4 3001 UP

 

 

1 Reply 1

dyadav2
Cisco Employee
Cisco Employee

Hi Mosiur,

 

Do you see traffic on attachment circuit (GigabitEthernet0/0/3.3001) on both the peer routers? Check if the counters are incrementing

show ethernet service instance id 3001 interface GigabitEthernet0/0/3.3001 detail  << to match traffic at EFP level.

>> If the "Pkts In" counter is not increasing, that means some issue on the CE

 

show mpls l2transport vc 3001 detail   <<< try to match output of this cli on both routers.