![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/f/fa/ffa63819-0092-4e25-b43b-b3dd7442913c/ffa63819-0092-4e25-b43b-b3dd7442913c-bg1c4.png)
xStack
®
DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
448
config dot1v_protocol_group
Purpose Used to configure the parameters for a protocol VLAN group.
Syntax
config dot1v_protocol_group group_id <id> [add | delete] protocol [ethernet_2 |
ieee802.3_snap | ieee802.3_llc] <protocol_value>
Description This command is used to configure a protocol template for a group. Users may set the
frame type to be added or deleted, along with the appropriate protocol_value in
hexidecimal form. After being configured, this group may be attached to a port or range of
ports using the config port dot1v command.
Parameters
group_id <id> − Enter an integer from 1 to 16 to identify the protocol VLAN group being
configured here.
add | delete – Choose whether to add or delete the protocol to this group. This protocol is
identified using the following protocol parameter.
protocol – Choose the appropriate frame type to be added to this group. This frame type
will be identified by the switch by examining the packet header of incoming packets and
matching it to the protocol_value stated here. This frame type must be followed by the
correct protocol_value. The user has three choices:
• ethernet_2 – Choose this parameter if you wish this protocol group to employ
the Ethernet2 frame type. This frame type is identified by the 16-bit (2 octet)
IEEE802.3 type field in the packet header, which is to be stated using the
following protocol_value.
• ieee802.3_snap – Choose this parameter if you wish this protocol group to
employ the Sub Network Access Protocol (SNAP) frame type. This frame type
is identified by the 16-bit (2 octet) IEEE802.3 type field in the packet header,
which is to be stated using the following protocol_value.
• ieee802.3_llc – Choose this parameter if you wish this protocol group to employ
the Link Logical Control (LLC) frame type. This frame type is identified by the 2-
octet IEEE802.3 Link Service Access Point (LSAP) pair field in the packet
header, which is to be stated using the following protocol_value. The first octet
defines the Destination Service Access Point value and the second octet is the
Source Service Access Point (SSAP) value.
<protocol_value> − Enter the corresponding protocol value of the protocol identified in the
previous field. This value must be stated in a hexadecimal form.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure a protocol template:
DGS-3426:5#config dot1v_protocol_group group_id 1 add protocol ethernet_2 86DD
Command: config dot1v_protocol_group group_id 1 add protocol ethernet_2 86DD
Success.
DGS-3426:5#
delete dot1v_protocol_group
Purpose Used to delete a protocol VLAN group.
Syntax
delete dot1v_protocol_group group_id <id>
Description This command is used to delete a protocol VLAN group.
Parameters
group_id <id> − Enter an integer from 1 to 16 to identify the protocol VLAN group being
deleted here.
Restrictions Only Administrator and Operator-level users can issue this command.