Command Manual - VLAN
Quidway S6500 Series Ethernet Switches Chapter 1 VLAN Configuration Commands
Huawei Technologies Proprietary
1-12
1.3.5 protocol-vlan
Syntax
protocol-vlan [ procotol-index ] { at | ip [ ip_address [ net_mask ] ] | ipx { ethernetii |
llc | raw | snap } | mode { ethernetii [ etype etype_id ] | llc [ dsap dsap_id [ ssap
ssap_id ] | ssap ssap_id ] | snap [ etype etype_id ] } }
undo protocol-vlan { protocol-index [ to protocol-end ] | all }
View
VLAN view
Parameter
at: AT(Apple Talk) protocol based VLAN.
ip [ ip_address [ net_mask ] ]: IP protocol based VLAN. net_mask is the IP address
mask; if not specified, it defaults to 255.255.255.0.
ipx { ethernetii | llc | raw I snap }: IPX protocol based VLAN. ethernetii | llc | raw I
snap are four encapsulation types of the IPX.
mode: Specify other protocol types and encapsulation format.
ethernetii [ etype etype_id ]: EthernetII protocol based VLAN. etype_id is the Ethernet
type of the incoming packet, ranging from 600 to FFFF.
llc [ dsap dsap_id [ ssap ssap_id ] | ssap ssap_id ]: Logical link control protocol based
VLAN. dsap_id is the destination service access point, ranging from 0 to FF. ssap_id is
source service access point, ranging from 0 to FF.
snap [ etype etype_id ]: SNAP (Sub-Network Access Protocol) based protocol.
etype_id is the Ethernet type of the incoming packet, ranging from 600 to FFFF.
Caution:
Consider the following when you are configuring the parameter mode llc dsap dsap_id
ssap ssap_id:
z When the dsap_id and ssap_id are set to ff, the encapsulaiton format of packets is
the same as that of the command with ipx raw, thus, the system matches the
command with ipx raw first. If no matching is found, the system stops matching.
Therefore, the command with mode llc dsap ff ssap ff takes no effect.
z When the dsap_id and ssap_id are set to aa, the encapsulation format of the
packets is snap instead of IIc.