E-LAN config Flashcards
E-LAN
PE TO CUSTOMER
FULL CONFIG
interface GigabitEthernet2
service instance 100 ethernet
encapsulation default
!
l2vpn vfi context CUSTOMER_VPLS
vpn id 100
member 2.2.2.2 encapsulation mpls
member 3.3.3.3 encapsulation mpls
!
bridge-domain 1
member GigabitEthernet2 service-instance 100
member vfi CUSTOMER_VPLS
CONFIG UNDER INTERFACE TO CUSTOMER FROM PE
PE —–> CE
interface GigabitEthernet2
service instance 100 ethernet
encapsulation default
CONFIG UNDER l2vpn VFI
VIRTUAL FORWARDING INSTANC E
l2vpn vfi context CUSTOMER_VPLS
vpn id 100 <—— same as service instance
member 1.1.1.1 encapsulation mpls <— other pe
member 3.3.3.3 encapsulation mpls
CONFIG UNDER BRIDGE DOMAIN
ON PE
bridge-domain 1
member GigabitEthernet2 service-instance 100 <— same as service instance
member vfi CUSTOMER_VPLS
DIFFERENCE BETWEEN E-LAN and E-TREE
CONFIGURATION WISE
E-LAN has full mesh in l2vpn vfi context while e-tree only root switch has full mesh leafs only connect to roots.