cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
424
Views
0
Helpful
2
Replies

CRS Bridge domain traffic fail

diego.macedo
Level 1
Level 1

Hi,

 

We need bride traffic between bundle-ether and gigabitethernet subinterfaces that are connected to the same dridge domain, but the traffic isn't passing between them. Here is the relevan config:

interface GigabitEthernet0/2/2/9.15 l2transport
 dot1q vlan 15
!

interface Bundle-Ether1000.15 l2transport
 dot1q vlan 15
!
l2vpn

...

 bridge group NNItest
  bridge-domain NNItest15
   mtu 8986
   interface Bundle-Ether1000.15
   !
   interface GigabitEthernet0/2/2/9.15
   !

#show bundle bundle-ether 1000
Thu Sep 24 11:32:11.907 Uruguay

Bundle-Ether1000
  Status:                                    Up
  Local links <active/standby/configured>:   1 / 0 / 1
  Local bandwidth <effective/available>:     10000000 (10000000) kbps
  MAC address (source):                      2894.0f19.a800 (Chassis pool)
  Inter-chassis link:                        No
  Minimum active links / bandwidth:          1 / 1 kbps
  Maximum active links:                      64
  Wait while timer:                          2000 ms
  Load balancing:                            Default
  LACP:                                      Operational
    Flap suppression timer:                  Off
    Cisco extensions:                        Disabled
  mLACP:                                     Not configured
  IPv4 BFD:                                  Not configured

  Port                  Device           State        Port ID         B/W, kbps
  --------------------  ---------------  -----------  --------------  ----------
  Te0/1/0/9             Local            Active       0x8000, 0x0015    10000000
      Link is Active

 

interface Bundle-Ether1000
 mtu 9000
!

 

interface TenGigE0/1/0/9
 bundle id 1000 mode active
 cdp
!

del inventory: NAME: "TenGigE0/1/0/9", DESCR: "10GBASE-LR"  PID: XFP10GLR-192SR-L   , VID: V01, SN: ECL152601EU 

 

Can somebody help?

 

Regards

 

Diego

2 Replies 2

Jason M.
Level 1
Level 1

Is there a particular reason the bridge domain MTU is 8986 while the interfaces are 9000? First thing I would do is set them to the same MTU, including the physical interfaces. You should also be able to get some output from the "show l2vpn bridge-domain" command to assist with troubleshooting.

Hi Jason,

Bridge MTU is just for PW signaling purpose. Not dealing with data
forwarding. But both end of PW, bridge MTU must match, this is
mandatory.

Please make sure your link MTU on LDP enabled interface in your core
facing is enough to forward the packet.

xander