cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
838
Views
10
Helpful
6
Replies

VPLS Not Working on Cisco IOS XR CRS 5.3

bzsupergirl1
Level 1
Level 1

Hi Everyone,

I am simulating VPLS (Multipoint l2vpn) on Cisco IOS XR CRS devices on GNS3. I have setup a PW between LER1_xr1 and LER2_xr2 by defining a bridge-domain and a vfi. The PW is up but I can't ping from Ubuntu1 to Ubuntu2.  Following talks more details.

Thanks so much!

1 Accepted Solution

Accepted Solutions

Vinit Jain
Cisco Employee
Cisco Employee

The question is already answered in another post. VPLS is not supported on GNS or XRv as it is a platform dependent feature and requires physical hardware. Only control-plane will function.

Regards

Vinit

Thanks
--Vinit

View solution in original post

6 Replies 6

pdub206
Level 1
Level 1

Do you have an MPLS forwarding entry in your PE devices for the remote device you are sending traffic to?

Throwing packets since 2012

Yes. I think it has.

On LER1_xr1:

RP/0/0/CPU0:LER1_xr1#show mpls forwarding
Local  Outgoing    Prefix             Outgoing     Next Hop        Bytes       
Label  Label       or ID              Interface                    Switched    
------ ----------- ------------------ ------------ --------------- ------------
24000  Pop         3.3.3.3/32         Gi0/0/0/3    10.1.1.2        125808      
24001  24003       5.5.5.5/32         Gi0/0/0/3    10.1.1.2        9011        
24002  Pop         10.2.1.0/24        Gi0/0/0/3    10.1.1.2        500         
24003  24004       10.5.1.0/24        Gi0/0/0/3    10.1.1.2        0           
24004  Pop         7.7.7.7/32         Gi0/0/0/4    10.7.1.2        125336      
24005  Pop         10.8.1.0/24        Gi0/0/0/3    10.1.1.2        0           
       Pop         10.8.1.0/24        Gi0/0/0/4    10.7.1.2        0           
24006  Pop         10.9.1.0/24        Gi0/0/0/4    10.7.1.2        500         
24007  Pop         2.2.2.2/32         tt1          2.2.2.2         6892        
       Pop         2.2.2.2/32         tt2          2.2.2.2         0           
24008  Pop         4.4.4.4/32         Gi0/0/0/2    10.3.1.2        125766      
24009  24010       6.6.6.6/32         Gi0/0/0/2    10.3.1.2        0           
24010  Pop         10.4.1.0/24        Gi0/0/0/2    10.3.1.2        0           
24011  24011       10.6.1.0/24        Gi0/0/0/2    10.3.1.2        4072        
24014  Pop         22.22.22.1/32      tt1          point2point     0           
24015  Pop         22.22.22.2/32      tt2          point2point     0           
24016  Pop         PW(2.2.2.2:100)    BD=0         point2point     0           
24017  Unlabelled  172.16.1.0/24[V]   Gi0/0/0/0    192.168.1.1     0           
24018  Unlabelled  172.16.2.0/24[V]   Gi0/0/0/1    192.168.2.1     0           
24019  24022       TE: 5000           Gi0/0/0/2    10.3.1.2        0           
24020  24023       TE: 5000           Gi0/0/0/2    10.3.1.2        0           
24021  Pop         TE: 5000           Gi0/0/0/2    10.3.1.2        0           
24024  24016       TE: 5001           Gi0/0/0/3    10.1.1.2        0           
24025  24017       TE: 5000           Gi0/0/0/3    10.1.1.2        0 

If there is an mpls label for the other side than LDP is working and advertising networks correctly.  Can you ping the remote host via the mpls pseudowire ID of 100? I think it's something like

ping mpls pseudowire 2.2.2.2 100 

If you can ping the devices on either side of the l2vpn than it may be something between your PE and the hosts.

Throwing packets since 2012

Yes, it could ping through and the problem should lies in the PE and the hosts. Some one just replied me that VPLS could not be simulted by GNS3.

See this post: https://supportforums.cisco.com/discussion/12724946/vpls-not-working-cisco-ios-xr-crs-53 

Thanks so much for your kind help :) 

k_jackson
Level 1
Level 1

I dont think it will work on GNS3

Vinit Jain
Cisco Employee
Cisco Employee

The question is already answered in another post. VPLS is not supported on GNS or XRv as it is a platform dependent feature and requires physical hardware. Only control-plane will function.

Regards

Vinit

Thanks
--Vinit