D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
565
DGS-3627:admin# create dot1v_protocol_group group_id 1
Command: create dot1v_protocol_group group_id 1
Success.
DGS-3627:admin#
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 will 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 | deleteChoose 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_snapChoose 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_llcChoose 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-3627:admin# 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-3627:admin#