Netgear M4300-12X12F (XSM4324S) - Stackable Managed Switch with 24x10G including 12x10GBASE-T and 12xSFP+ Layer 3 Administrator's Guide

Page of 688
VLANs 
58
Managed Switches 
d.  Click Apply to save the settings.
2. 
Configure ports 1/0/2-1/0/5 to host port mode.
a. Select Security > Traffic Control > Private VLAN > Private VLAN Port Mode 
Configuration
A screen similar to the following displays.
b.  Under Private VLAN Port Mode Configuration, select the 1/0/2 to 1/0/5 interface 
check box. 
c.  In the Port VLAN Mode field, select Host from the menu.
d.  Click Apply to save the settings.
Configure Private-VLAN Host Ports
The example is shown as CLI commands and as a web interface procedure.
CLI: Configure Private-VLAN Host Ports 
Use the following commands to associate isolated ports 1/0/2-1/0/3 to a private-VLAN 
(primary=100, secondary=101). Community ports 1/0/4-1/0/5 to a private-VLAN (primary=
100, secondary=102).
(Netgear Switch)  #config 
(Netgear Switch)  (Config)#interface 1/0/2-1/0/3
(Netgear Switch)  (Interface 1/0/2-1/0/3)#switchport private-vlan host-association 
100 101
(Netgear Switch)  (Interface 1/0/2-1/0/3)#exit
(Netgear Switch)  (Config)#interface 1/0/4-1/0/5
(Netgear Switch)  (Interface 1/0/4-1/0/5)#switchport private-vlan host-association 
100 102
(Netgear Switch)  (Interface 1/0/4-1/0/5)#end