VLANs
63
Managed Switches
3. Configure port 1/0/2 as an access port.
4. Configure port 1/0/3 as a trunk port.
5. Configure all incoming untagged packets to be tagged with the native VLAN ID.
Web Interface: Configure a VLAN Trunk
1. Create VLAN 1000
a. Select Switching > VLAN > Advanced > VLAN Configuration.
A screen similar to the following displays.
b. In the VLAN ID field, enter 1000.
c. Click Add.
(Netgear Switch) #config
(Netgear Switch) (Config)#interface 1/0/2
(Netgear Switch) (Interface 1/0/2)#switchport mode access
(Netgear Switch) (Interface 1/0/2)#switchport access vlan 2000
(Netgear Switch) (Interface 1/0/2)#exit
(Netgear Switch) (Config)#
(Netgear Switch) (Interface 1/0/3)#switchport mode trunk
(Netgear Switch) (Interface 1/0/3)#switchport trunk allowed vlan 1000,2000
(Netgear Switch) (Interface 1/0/3)#switchport trunk native vlan 1000