Owner's Manual
266 | Chapter 9. VLANs
NETGEAR 8800 User Manual
configure vlan ClientConnections add port 2:*
configure vlan ClientConnections tag 200
create vlan Research
configure vlan Research add port 3:*
configure vlan Research tag 300
The remote switch VLAN is configured as follows:
create vlan Main
configure vlan Main add port 1:*
configure vlan Main tag 100
The next step is to create the PVLAN on the local switch and configure each of the
component VLANs for the proper role:
create private-vlan MedPrivate
configure private-vlan "MedPrivate" add network "Main"
configure private-vlan "MedPrivate" add subscriber "ClientConnections"
configure private-vlan "MedPrivate" add subscriber "Research" non-isolated
The final step is to configure VLAN translation on the local switch so that Research VLAN
workstations can connect to the file servers on the remote switch:
configure Main add ports 1:1 private-vlan translated
To view the completed configuration, enter the show private-vlan command as follows:
show private-vlan
----------------------------------------------------------------------------------
----
Name VID Protocol Addr Flags Proto Ports Virtual
Active router
/Total
----------------------------------------------------------------------------------
----
MedPrivate VR-Default
Network VLAN:
-main 100 ------------------------------------- ANY 2 /48
VR-Default
Non-Isolated Subscriber VLAN:
-Research 300 ------------------------------------- ANY 2 /96
VR-Default
Isolated Subscriber VLAN:
-ClientConnections 200 --------------------------------- ANY 2 /52
VR-Default










