Configuration d’une interface logique groupée VLAN pour prendre en charge une instance de routage VPN de couche 2
Pour configurer une interface logique groupée avec VLAN, spécifiez la liste des ID de VLAN en incluant l’instruction vlan-id-list ou l’instruction vlan-tags sur un routeur PE (Provider Edge) :
interfaces {
ethernet-interface-name {
vlan-tagging; # Support single- or dual-tag logical interfaces
flexible-vlan-tagging; # Support mixed tagging
encapsulation (extended-vlan-ccc | flexible-ethernet-services);
unit logical-unit-number {
vlan-id-list [vlan-id vlan-id–vlan-id]; # For single-tag
vlan-tags outer <tpid.>vlan-id inner-list [vlan-id vlan-id–vlan-id]; # For dual-tag
}
. . .
}
}
Vous pouvez inclure les instructions aux niveaux hiérarchiques suivants :
[edit][edit logical-systems logical-system-name]