1-20
Examples
# Bind Ethernet 1/0/1 with the protocols indexed from 0 to 2 of VLAN 3 (assuming that VLAN 3 is a
protocol VLAN).
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] interface Ethernet 1/0/1
[Sysname-Ethernet1/0/1] port hybrid protocol-vlan vlan 3 0 to 2
# Remove the binding between Ethernet 1/0/1 and protocols indexed from 1 to 4 of VLAN 3.
[Sysname-Ethernet1/0/1] undo port hybrid protocol-vlan vlan 3 1 to 4
Protocol index 1 does not exist in VLAN 3
Protocol index 4 does not exist in VLAN 3
protocol-vlan
Syntax
protocol-vlan [ protocol-index ] { at | ip | ipx { ethernetii | llc | raw | snap } | mode { ethernetii etype
etype-id | llc dsap dsap-id ssap ssap-id | snap etype etype-id } }
undo protocol-vlan { protocol-index [ to protocol-index-end ] | all }
View
VLAN view
Parameters
at: Creates the AppleTalk-based protocol template.
ip: Creates the IP-based protocol template.
ipx: Creates the IPX-based protocol template. The ethernetii, llc, raw and snap keywords represent
four IPX encapsulation formats. For more information about encapsulation formats, refer to the
accompanying operation manual.
mode: Configures a user-defined protocol template.
ethernetii etype-id: Creates the protocol template that matches the Ethernet II encapsulation format
and the corresponding protocol type value of the packet. The etype-id argument indicates the protocol
type value and ranges from 0x0600 to 0xFFFF(excluding 0x0800, 0x8137, and 0x809b).
llc: Creates the protocol template that matches LLC encapsulation format.
dsap-id: Destination service access point. This argument ranges 0x00 to 0xFF.
ssap-id: Source service access point. This argument ranges from 0x00 to 0xFF.
snap etype-id: Creates a protocol template that matches SNAP encapsulation format and the
corresponding protocol type value of the packet. The etype-id argument indicates the protocol type
value and ranges from 0x0600 to 0xFFFF.
protocol-index: Beginning protocol index ranging from 0 to 15. If you do not specify this argument, the
beginning protocol index will be determined by the system.
protocol-index-end: End protocol index ranging from 0 to 15. Note that this argument must be larger
than or equal to the protocol-index argument.
all: Deletes all the protocol templates.