[c-nsp] MPLS xconnect with a WS-C3850 switch?
Scott Miller
fordlove at gmail.com
Thu Nov 7 10:49:40 EST 2019
I'm doing this now between ASR920's, works fine.
Here's an example of what I'm doing:
ASR-920-1
interface GigabitEthernet0/0/22
description xxxxxxxxxx
mtu 9000
no ip address
load-interval 30
carrier-delay msec 0
negotiation auto
!
service instance 3936 ethernet
description xxxxxxxxxxxxxxxxxxxxxx
encapsulation dot1q 3936
rewrite ingress tag pop 1 symmetric
xconnect x.x.x.x 3936 encapsulation mpls (loopback IP of ASR2)
mtu 1600
!
ASR-920-2
interface GigabitEthernet0/0/13
description xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
mtu 9000
no ip address
load-interval 30
carrier-delay msec 0
negotiation auto
cdp enable
!
service instance 3936 ethernet
description xxxxxxxxxxxxxxxxxxxx
encapsulation dot1q 3936
rewrite ingress tag pop 1 symmetric
xconnect x.x.x.x 3936 encapsulation mpls (loopback IP of ASR1)
mtu 1600
!
Scott
On Thu, Nov 7, 2019 at 8:12 AM Shawn L <shawn at rmrf.us> wrote:
> I have an interesting one that I'm trying to figure out. I have TAC case
> open, but they've been slow to respond to say the least. Wondering if
> anyone else has ever run into this. I have a simple MPLS xconnect between
> 2 ASR-920 routers running EIGRP. When I insert the 3850 in between them,
> the xconnect comes up, but doesn't actually pass data. The 3850 has MPLS
> enabled and sees the routes, etc. but doesn't seem to actually be passing
> the traffic.
>
> Feed --- 920_1 ----- 3850 ------ 920_2 ----- destination
>
> 920_1# sh mpls l2transport vc
>
> Local intf Local circuit Dest address VC ID Status
> ------------- -------------------------- --------------- ----------
> ----------
> Te0/0/1 Ethernet:1 10.10.0.6 10 UP
>
>
> If I pull the 3850 out of the mix and connect the ASR920 routers together,
> the xconnect comes up and passes traffic as I would expect. All of the
> routes look fine, the 2 ASRs can ping each other, etc. But when I look at
> the traffic counters, I see both sides transmitting, but never receiving
> packets. According to the docs, the 3850 does support MPLS, and I do have
> (or at least should have) the appropriate license. It seems like I'm
> missing something, but I can't seem to figure out what that is.
>
>
> Important parts of the config
>
> 920_1 (other side is the same, with different IPs).
> interface TenGigabitEthernet0/0/0
> description Uplink to 3850
> mtu 9198
> ip address 10.10.0.2 255.255.255.252
> mpls ip
> interface TenGigabitEthernet0/0/1
> description Text Crossconnect
> service instance 1 ethernet
> encapsulation untagged
> xconnect 10.10.0.6 10 encapsulation mpls
>
> 3850
> ip routing
> mpls label protocol ldp
> system mtu 9198
> interface TenGigabitEthernet1/0/1
> description Asr920_1
> no switchport
> ip address 10.10.0.1 255.255.255.252
> mpls ip
> mpls label protocol ldp
> interface TenGigabitEthernet1/0/2
> description Asr920_2
> no switchport
> ip address 10.10.0.5 255.255.255.252
> mpls ip
> mpls label protocol ldp
> _______________________________________________
> cisco-nsp mailing list cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
>
More information about the cisco-nsp
mailing list