ā12-26-2023 07:24 AM
HELLO , I've configured an L2VPN point-to-point xconnect between the interfaces G1/0/13 and G1/0/11 using the following configuration
l2vpn xconnect context test
member GigabitEthernet1/0/11
member GigabitEthernet1/0/13
interface GigabitEthernet1/0/11
no switchport
no ip address
no keepalive
!
interface GigabitEthernet1/0/13
no switchport
no ip address
no keepalive
To test the configuration between the two interfaces, we employed VRF to emulate the routers . However, it appears that the setup is not functioning as expected. It's possible that i ve overlooked a crucial feature or configuration.
Could anyone please assist me to test the connectivity between the virtual routers ?Thank you for your support
interface GigabitEthernet1/0/10
description test-sub
no switchport
vrf forwarding bleu
ip address 10.9.9.1 255.255.255.0
interface GigabitEthernet1/0/12
description test-sub
no switchport
ā12-26-2023 08:56 AM - edited ā12-26-2023 08:59 AM
Hi @halima ,
The L2VPN xconnect context members need to be L2 ports. Please revert gi1/0/11 and gi1/0/13 to their default configuration and it should work then.
int gi1/0/11
switchport
int gi1/0/13
switchport
Regards,
ā12-26-2023 02:22 PM
Hello Sir, thanks for your response i've tried your configuration but it doesn't work unfortunately is it possible that the vrf isn't associated how can i force it to pass through the 2 interfaces ? thanks for your reply
I
I
ā12-26-2023 03:53 PM - edited ā12-26-2023 04:41 PM
Hi @halima ,
Please make sure that gi1/0/11 and gi1/0/13 are still configured under "l2vpn connect context test" after applying the configuration I recommended, as this configuration will normally cause the interface to be removed.
UUT(config-xconnect)#int gi1/0/11
UUT(config-if)#switchport
%Deleting AC member of xconnect test.
Can you also provide the output for the following commands.
show ip int brief
show runn vrf
show ip route vrf bleu
show ip route vrf red
show xconnect all
Regards,
ā12-27-2023 01:40 AM
this is my the configurations i have
ā12-27-2023 08:20 AM - edited ā12-27-2023 08:39 AM
Hi @halima ,
Your configuration looks good. I ran a quick test with a virtual CAT9k and it works like a charm.
When you ping vrf bleu 10.9.9.2, do you see the counters incrementing on gi1/0/11?
When you ping vrf red 10.9.9.1, do you see the counters incrementing on gi1/0/13?
You probably need to double check the external connections between gi1/0/10 and gi1/0/11 and between gi1/0/12 and gi1/0/13 as well.
Regards,
ā12-26-2023 08:26 PM
l2vpn xconnect context test
interworking ip <- add this
member GigabitEthernet1/0/11
member GigabitEthernet1/0/13
!
interface GigabitEthernet1/0/11
no switchport
!
interface GigabitEthernet1/0/13
no switchport <- change it to Switchport as @Harold Ritter suggest
MHM
ā12-29-2023 06:34 AM - edited ā12-29-2023 06:35 AM
did you try use source IP in ping command ?
try use source and check
for
interworking IP <<- did you add it ?
MHM
ā12-26-2023 08:59 AM
make interface 1/0/11 and 1/0/13 to switchport and test it.
ā12-26-2023 09:12 AM - edited ā12-26-2023 09:24 AM
MHM
ā12-26-2023 09:20 AM - edited ā12-26-2023 09:20 AM
Hi @MHM Cisco World ,
This is IOS-XR configuration. The Catalyst 9300 runs IOS-XE.
Regards,
ā12-29-2023 06:38 AM - edited ā12-29-2023 06:39 AM
I hope you doing well buddy. Building up your rankings on segment routing?
ā12-29-2023 06:58 AM
Hi @Ruben Cocheno ,
I am doing well, thanks. Hope you are doing well too. Keep up the good work on the Cisco Community.
Regards,
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