Quantcast
Channel: All Routing posts
Viewing all articles
Browse latest Browse all 8688

vlan tags in the interfaces and in the VPLS routing instance !

$
0
0

Hello,

I have some confusions when i try to understand vlan tag in the interfaces and in the VPLS routing instance.

Topology of lab:

Customer_switch1 <--trunk--> MX_PE1 <----> (core) <---> MX_PE2 <--trunk--> Dell-Switch <-(qinq)-----(trunk)--> customer_switch2.

Configuration:

MX_PE1:

interfaces ae19 {
description TEST-VPLS;
encapsulation ethernet-vpls;
unit 0 {
input-vlan-map {
push;
vlan-id 20;
}
output-vlan-map pop;
family vpls;
}
}

routing-instances VPLS-TEST {
instance-type vpls;
interface ae19.0;
vrf-target target:123:123;
protocols {
vpls {
site-range 100;
no-tunnel-services;
site site1 {
site-identifier 1;
interface ae19.0;
}
}
}

}

 

 

MX_PE2:

 

interfaces ae18.20 { 
description VPLS-TEST;
encapsulation vlan-vpls;
vlan-id 20;
family vpls;

}

routing-instances VPLS-TEST {
instance-type vpls;
interface ae18.20;
vrf-target target:123:123;
protocols {
vpls {
site-range 100;
no-tunnel-services;
site site2 {
site-identifier 2;
interface ae18.20;
}
}
}

}

 

It work perfectly ! Each interface vlan on Customer_switch1 can ping corresponding interface vlan on Customer_switch2.

Because i dont include vlan-id statement in routing-instances VPLS-TEST so the default behavior is vlan-id none. Therefore the packets will be transferred between two sites in core network without vlan tags (im not sure about this).

So somethings are excess in my configure !

On PE1, the interface ae19 push vlan 20 to the packets (double vlan tags). Otherwise, the vpls routing-instance pops all vlan tags of the packets before transfer them to the remote PE.

So i wonder that i just need to make the vlans between interface of each site match when the packets go in and go out the intefaces when i configure a vpls with multi vlans. Dont need to include vlan-id statement in routing-instances because i dont see any benefits ?

 

Thanks for any answer !


 


Viewing all articles
Browse latest Browse all 8688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>