Riverstone Networks WICT1-12 User Manual

Page 93

Advertising
background image

Riverstone Networks RS Switch Router User Guide Release 8.0 5-29

Bridging Configuration Guide

Tunneling VLAN packets across MANs

The following is the configuration for R2:

The following is the configuration for R3:

The following is the configuration for R4:

! Create 1 backbone VLAN and 1 customer VLAN

vlan create RED port-based

vlan create BLUE port-based

! Add port to each VLAN

vlan add ports et.4.1 to RED

vlan add ports et.5.1 to BLUE

! Make et.4.1 both a trunk port and a tunnel backbone port

vlan make trunk-port et.4.1 stackable-vlan

! Map tunnel exit ports to backbone VLAN

vlan enable stackable-vlan on et.5.1 backbone-vlan RED

! Create 1 backbone VLAN and 1 customer VLAN

vlan create RED port-based

vlan create BLUE port-based

! Add port to each VLAN

vlan add ports et.6.1 to BLUE

vlan add ports et.7.1 to RED

! Make et.7.1 both a trunk port and a tunnel backbone port

vlan make trunk-port et.7.1 stackable-vlan

! Map tunnel entry ports to backbone VLAN

vlan enable stackable-vlan on et.6.1 backbone-vlan RED

! Create 1 backbone VLAN and 1 customer VLAN

vlan create PURPLE port-based

vlan create BLUE port-based

! Add port to each VLAN

vlan add ports et.8.1 to PURPLE

vlan add ports et.9.1 to BLUE

! Make et.8.1 both a trunk port and a tunnel backbone port

vlan make trunk-port et.8.1 stackable-vlan

! Map tunnel exit ports to backbone VLAN

vlan enable stackable-vlan on et.9.1 backbone-vlan PURPLE

Advertising