06-26-2022 05:06 PM
Hello All,
I have configured VPLS on the following setup.
VPLS-VPWS neighborship is up between XRv routers and L2 routes are exchanged but ping is not working between IOS11 and IOS22. Am I missing any configuration ?
ios11(g0/0)----(gi00/0/0)XRv1(gi0/0/0/0/1)---(gi0/0/0/1)XRv2(gi0/0/0/0)----(gi0/0)ios22
ios11#ping 100.10.10.22
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 100.10.10.22, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Config:-
IOS11
--------------------
int gi0/0
mac-address 0000.1111.1111
no sh
int gi0/0.10
encap dot1q 10
ip address 100.10.10.11 255.255.255.0
no sh
xr1
-------------------
int gi0/0/0/1
ip address 100.10.20.1 255.255.255.0
no sh
interface GigabitEthernet0/0/0/0.10
encapsulation dot1q 10
no sh
int lo0
ip address 1.1.1.1 255.255.255.255
exit
mpls ldp
exit
l2vpn
bridge group bg1
bridge-domain bd1
interface GigabitEthernet0/0/0/0.10
vfi vfi1
vpn-id 123
autodiscovery bgp
rd 1:1
route-target 1:1
signaling-protocol bgp
ve-id 1
exit
router ospf 1
area 0
mpls ldp auto-config
int gi0/0/0/1
int lo0
exit
router bgp 12
address-family l2vpn vpls-vpws
exit
session-group session1
remote-as 12
update-source lo0
exit
neighbor 2.2.2.2
use session-group session1
address-family l2vpn vpls-vpws
xr2
----------------
l2vpn
bridge group bg1
bridge-domain bd1
interface GigabitEthernet0/0/0/0.10
vfi vfi1
vpn-id 123
autodiscovery bgp
rd 1:1
route-target 1:1
signaling-protocol bgp
ve-id 2
exit
int gi0/0/0/1
ip address 100.10.20.2 255.255.255.0
no sh
interface GigabitEthernet0/0/0/0.10
encapsulation dot1q 10
no sh
int lo0
ip address 2.2.2.2 255.255.255.255
exit
mpls ldp
exit
router ospf 1
area 0
mpls ldp auto-config
int gi0/0/0/1
int lo0
exit
router bgp 12
address-family l2vpn vpls-vpws
exit
session-group session1
remote-as 12
update-source lo0
exit
neighbor 1.1.1.1
use session-group session1
address-family l2vpn vpls-vpws
ios22
-----------------
int gi0/0
mac-address 0000.2222.2222
no sh
int gi0/0.10
encap dot1q 10
ip address 100.10.10.22 255.255.255.0
no sh
Thanks
Sachin
Solved! Go to Solution.
06-27-2022 04:02 AM
Hey guys,
hope all is well.
@sachin30720041 As far as i am aware on XRv only the control plane works for L2, not the data plane.
I would love to be wrong on this because it would fit nicely in my study lab but, i think we have to find physical gear to do that. Or use XE instead.
Cheers
07-05-2022 12:26 AM
Hi Sachin,
On xrv9000 control-plane and data-plane are both supported for VPWS and EVPN-VPWS.
VPLS, EVPN and EVPN-IRB are not supported (CP and DP) because they rely on bridge-domain which cannot be implement.
Best Regards.
Joel
06-27-2022 03:26 AM
check this document :
06-27-2022 04:02 AM
Hey guys,
hope all is well.
@sachin30720041 As far as i am aware on XRv only the control plane works for L2, not the data plane.
I would love to be wrong on this because it would fit nicely in my study lab but, i think we have to find physical gear to do that. Or use XE instead.
Cheers
07-04-2022 06:29 AM
Yes only Control-plane is supported on XRv platforms. But on xrv9000 dataplane is also supported. Cheers.
07-04-2022 06:31 AM
Correction, dataplane is supported on xrv9000 but for VPWS and EVPN-VPWS.
07-04-2022 12:33 PM
Hello Joel,
Just to reconfirm, On XRV9000, Data plane and control plane both are supported for VPWS, VPLS , EVPN , EVPN-VPWS and EVPN-IRB ?
07-05-2022 12:26 AM
Hi Sachin,
On xrv9000 control-plane and data-plane are both supported for VPWS and EVPN-VPWS.
VPLS, EVPN and EVPN-IRB are not supported (CP and DP) because they rely on bridge-domain which cannot be implement.
Best Regards.
Joel
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