106 RackSwitch G8000: Application Guide
Configuration Example
Follow this procedure to configure a Private VLAN.
1. Select a VLAN and define the Private VLAN type as primary.
2. Configure a secondary VLAN and map it to the primary VLAN.
3. Verify the configuration.
RS G8000(config)# vlan 100
RS G8000(config-vlan)# enable
RS G8000(config-vlan)# member 2
RS G8000(config-vlan)# private-vlan type primary
RS G8000(config-vlan)# private-vlan enable
RS G8000(config-vlan)# exit
RS G8000(config)# vlan 110
RS G8000(config-vlan)# enable
RS G8000(config-vlan)# member 3
RS G8000(config-vlan)# member 4
RS G8000(config-vlan)# private-vlan type isolated
RS G8000(config-vlan)# private-vlan map 100
RS G8000(config-vlan)# private-vlan enable
RS G8000(config-vlan)# exit
RS G8000(config)# show private-vlan
Private-VLAN Type Mapped-To Status Ports
------------ --------- ---------- ---------- -----------------
100 primary 110 ena 2
110 isolated 100 ena 3-4