Owner's Manual
250 | Chapter 9. VLANs
NETGEAR 8800 User Manual
create vlan development
configure development ipaddress 2001:0DB8::8:800:200C:417A/64
configure default delete port 1-3
configure development add port 1-3
The following modular switch example creates a protocol-based VLAN named ipsales. Slot 5,
ports 6 through 8, and slot 6, ports 1, 3, and 4-6 are assigned to the VLAN. In this example,
you can add untagged ports to a new VLAN without first deleting them from the default VLAN,
because the new VLAN uses a protocol other than the default protocol.
create vlan ipsales
configure ipsales protocol ip
configure ipsales add port 5:6-5:8,6:1,6:3-6:6
The following modular switch example defines a protocol filter, myprotocol and applies it to
the VLAN named myvlan. This is an example only, and has no real-world application.
create protocol myprotocol
configure protocol myprotocol add etype 0xf0f0
configure protocol myprotocol add etype 0xffff
create vlan myvlan
configure myvlan protocol myprotocol
To disable the protocol-based VLAN (or any VLAN) in the above example, use the following
command:
disable vlan myprotocol
To re-enable the VLAN, use the following command:
enable vlan myprotocol
To display VLAN settings, use the following command:
show vlan {detail {ipv4 | ipv6} | <vlan_name> {ipv4 | ipv6} | virtual-router
<vr-router> | <vlan_name> stpd | security}
The show command displays information about each VLAN, which includes:
• Name
• VLANid
• Enabled or disabled
• How the VLAN was created
• Primary IPv4 address
• Secondary IP address (if configured)
• IPv6 addresses (if configured)
• Virtual router that VLAN belongs with
• IPX address (if configured).
• STPD information










