Riverstone Networks WICT1-12 User Manual

Page 89

Advertising
background image

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

Bridging Configuration Guide

Tunneling VLAN packets across MANs

The following is the configuration for R2:

The following is the configuration for R3:

! Create 1 backbone VLAN and 2 customer VLANs

vlan create RED port-based

vlan create GREEN port-based

vlan create BLUE port-based

! Add port to each VLAN

vlan add ports et.6.1 to BLUE

vlan add ports et.5.1 to RED

vlan add ports et.7.1 to GREEN

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

vlan make trunk-port et.5.1 stackable-vlan

! Map tunnel exit ports to backbone VLAN

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

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

! Create 1 backbone VLAN and 2 customer VLANs

vlan create PURPLE port-based

vlan create GREEN port-based

vlan create BLUE port-based

! Add port to each VLAN

vlan add ports et.8.1 to BLUE

vlan add ports et.9.1 to GREEN

vlan add ports et.10.1 to PURPLE

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

vlan make trunk-port et.10.1 stackable-vlan

! Map tunnel entry ports to backbone VLAN

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

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

Advertising