User`s manual

124 Asanté IntraCore 36000 Series
Usage Guidelines
When creating a protocol-based VLAN, only assign interfaces using this configuration screen. If you assign
interfaces using any of the other VLAN commands such as VLAN Static Table (section 10.1.6 Adding
Static Members to VLANs (VLAN Index).) or VLAN Static Membership (in section 10.1.7 Adding Static
Members to VLANs (Port Index), these interfaces will admit traffic of any protocol type into the associated
VLAN.
When a frame enters a port that has been assigned to a protocol VLAN, it is processed in the following
manner:
If the frame is tagged, it will be processed according to the standard rules applied to tagged frames.
If the frame is untagged and the protocol type matches, the frame is forwarded to the appropriate VLAN.
If the frame is untagged but the protocol type does not match, the frame is forwarded to the default
VLAN for this interface.
Command Attributes
Interface – Port or trunk identifier.
Protocol Group ID – Group identifier of this protocol group. (Range: 1-2147483647)
VLAN ID – VLAN to which matching protocol traffic is forwarded. (Range: 1-4094)
Configuring Switch Using the Web or CLI
Web
Click VLAN – Protocol VLAN, Port Configuration. Select a port or trunk, enter a protocol group ID, the
corresponding VLAN ID, and click Apply.
CLI
The following maps the traffic entering Port 1, which matches the protocol type specified in protocol group 1
to VLAN 3.
Console(config)#interface ethernet 1/1
Console(config-if)#protocol-vlan protocol-group 1 vlan
Console(config-if)#