Specifications
202 ExtremeWare XOS 10.1 Command Reference Guide
VLAN Commands
configure vlan protocol
configure vlan <vlan_name> protocol <protocol_name>
Description
Configures a VLAN to use a specific protocol filter.
Syntax Description
Default
Protocol any.
Usage Guidelines
If the keyword any is specified, all packets that cannot be classified into another protocol-based VLAN
are assigned to this VLAN as the default for its member ports.
Use the configure protocol command to define your own protocol filter.
Example
The following command configures a VLAN named accounting as an IP protocol-based VLAN:
configure accounting protocol ip
vlan_name Specifies a VLAN name.
protocol_name Specifies a protocol filter name. This can be the name of a predefined protocol
filter, or one you have defined.
The following protocol filters are predefined:
• IP
• NetBIOS
• DECNet
• AppleTalk
any indicates that this VLAN should act as the default VLAN for its member
ports.