cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
791
Views
5
Helpful
6
Replies

VPLS on XRV config (unable to ping between endpoints)

sachin30720041
Level 1
Level 1

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

 

2 Accepted Solutions

Accepted Solutions

kim
Level 1
Level 1

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

View solution in original post

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

View solution in original post

6 Replies 6

kim
Level 1
Level 1

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

joel.francois
Level 1
Level 1

Yes only Control-plane is supported on XRv platforms. But on xrv9000 dataplane is also supported. Cheers.

Correction, dataplane is supported on xrv9000 but for VPWS and EVPN-VPWS.

Hello Joel,

 

Just to reconfirm, On XRV9000, Data plane and control plane both are supported for VPWS, VPLS , EVPN , EVPN-VPWS and EVPN-IRB ?

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