11-11-2015 02:18 AM - edited 03-05-2019 02:43 AM
Hi,
In VPLS are VEID and SITE ID the same things?
The docs about VPLS are so confusing (to me)
thanks a lot
Paolo
Solved! Go to Solution.
11-11-2015 07:29 AM
Hello,
I could not find any specific document to differentiate VE ID from site ID. I believe cisco uses VE ID while others use VE ID or site ID or customer ID.
As an example, JUNOS use Site-id in VPLS configuration.
Please check the link below.
http://www.juniper.net/documentation/en_US/junos12.1/topics/concept/vpls-label-blocks-overview.html
"The VPLS edge (VE) ID can be a unique VE ID, site ID, or customer edge (CE) ID"
This is a VPLS sample configuration In JUNOS. AS you see, site-id is used instead of VE-ID
interface xe-1/3/0.1;
route-distinguisher 10.255.0.11:2;
vrf-target target:65100:2;
protocols {
vpls {
site-range 20;
no-tunnel-services;
site DC2-VPLS {
site-identifier 2;
multi-homing;
site-preference primary;
}
}
Hope it helps,
Masoud
11-11-2015 07:29 AM
Hello,
I could not find any specific document to differentiate VE ID from site ID. I believe cisco uses VE ID while others use VE ID or site ID or customer ID.
As an example, JUNOS use Site-id in VPLS configuration.
Please check the link below.
http://www.juniper.net/documentation/en_US/junos12.1/topics/concept/vpls-label-blocks-overview.html
"The VPLS edge (VE) ID can be a unique VE ID, site ID, or customer edge (CE) ID"
This is a VPLS sample configuration In JUNOS. AS you see, site-id is used instead of VE-ID
interface xe-1/3/0.1;
route-distinguisher 10.255.0.11:2;
vrf-target target:65100:2;
protocols {
vpls {
site-range 20;
no-tunnel-services;
site DC2-VPLS {
site-identifier 2;
multi-homing;
site-preference primary;
}
}
Hope it helps,
Masoud
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