5-34 Riverstone Networks RS Switch Router User Guide Release 8.0
Tunneling VLAN packets across MANs Bridging Configuration Guide
The following is the configuration for R1:
Note Note that in the above configuration, the commands that add port et.2.1 to more
than one VLAN must be issued before the command to map the port to the
backbone VLAN. That is, the vlan add ports commands must occur before the
vlan enable stackable-vlan command. Once the vlan enable
stackable-vlan command is issued, ports cannot be added to or removed from
the customer VLANs.
! Create backbone VLAN
vlan create RED port-based
! Create customer VLANs
vlan create BLUE port-based
vlan create GREEN port-based
vlan create PINK port-based
vlan create PURPLE port-based
vlan create AQUA port-based
! Make et.2.1 an access port that can belong to > 1 VLAN
vlan make access-port et.2.1 stackable-vlan
! Add ports to VLANs
vlan add ports et.2.1 to BLUE
vlan add ports et.2.1 to GREEN
vlan add ports et.2.1 to PINK
vlan add ports et.2.1 to PURPLE
vlan add ports et.2.1 to AQUA
! Add port to backbone VLAN
vlan add ports et.4.1 to RED
! Make et.4.1 both a trunk port and a tunnel backbone port
vlan make trunk-port et.4.1 stackable-vlan
! Map tunnel entry ports to backbone VLAN
vlan enable stackable-vlan on et.2.1 backbone-vlan RED