01-17-2018 06:36 AM - edited 03-05-2019 09:47 AM
Hi all
I have a 7k nexus playing a PE role and i have customer have 2 sites (CEs) connected to the same PE different ports and he asking for l2 connectivity. all port configure as l3 port (no switchport).
I'm trying to configure xconnect command but i receive below error (local switching not supported).
bridge domain solution's not prefer because its limited as VLAN (4096).
your support please.
01-17-2018 07:35 AM - edited 01-17-2018 07:35 AM
01-17-2018 07:36 AM
01-17-2018 07:48 AM
Hi Francesco Molino and thanks for your reply.
Sorry but I’m asking for l2 VPN solution.
I getting this error when I trying Ethernet over MPLS configuration (Xconnect configuration)
Please find configuration below:
interface Ethernet2/1
no switchport
!
interface Ethernet2/1.2
encapsulation dot1q 2
!
interface Ethernet2/2.2
encapsulation dot1q 2
!
l2vpn xconnect context cust-1
member Ethernet2/1.2
member Ethernet2/2.2
error local switching not supported
01-17-2018 07:53 AM
Yeah I understand that you want L2VPN because you don't want to use EVC.
Now based on the documentation, it seems quite straight forward:
I've done too much l2vpn on Nexus platform.
Can you adapt your config based on the Cisco doc and let us know?
I'll try to test it in lab but not before tomorrow.
01-17-2018 08:30 AM
Please note that the 2 customer sites in same PE not different PE
01-17-2018 08:35 AM
01-17-2018 09:48 PM
Sorry for been confused,
I want to provide my 2 customer sites (CEs) terminated at same PE with l2 connectivity.
01-18-2018 04:12 PM
01-20-2018 01:28 AM
we're service provider, we aren't managing CEs.
01-20-2018 08:32 AM
01-21-2018 01:19 AM - edited 01-21-2018 01:20 AM
I tried below config:
interface Ethernet2/1
no switchport
!
interface Ethernet2/1.2
encapsulation dot1q 2
!
interface Ethernet2/2
no switchport
!
interface Ethernet2/2.2
encapsulation dot1q 2
!
l2vpn xconnect context cust-1
member Ethernet2/1.2
member Ethernet2/2.2
!
And i get this error:
error local switching not supported
01-21-2018 08:49 AM
Hi
The config should be as per the doc:
l2vpn xconnect context foo
member Ethernet2/1.30
member Pseudowire100
And that make sense because you have your interface when the L2 is tagged and the other interface that's building a xconnect to the other PE.
Have you tried that?
What you're trying to configure is to have 2 local interfaces and that couldn't work.
As you want a L2VPN from PE1 to PE2 then you will need to create that L2VPN on both PE.
Now on your specific case, you only 1 PE then you won't be able to build a xconnect locally.
Does your Nexus (PE) has multiple vdc or only one? If multiple vdc, does both CE are in the same vdc?
How are you connected to CE? I mean you said that you're SP but not managing CE. If these CEs are the same customer and they're managing CE routers, why they don't do the xconnect on their site?
By asking how you're connected, is it more to see if you have a direct L3 interface or is it a L2 and L3 over it? In that case, you would maybe consider Q-in-Q?
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