DGS-3200 Series Layer 2 Gigabit Managed Switch CLI Manual
187
For example:
The auto-generated name for group ID 1 is “ProtocolGroup1”.
If this name already exists, then ProtocolGroup1ALT1 will be used
instead.
Restrictions
You must have administrator privileges.
21-2
config dot1v_protocol_group add protocol
Purpose
To add a protocol to a protocol group.
Format
config dot1v_protocol_group [group_id < id>| group_name <name> ] add protocol
[ethernet_2| ieee802.3_snap|ieee802.3_llc] < protocol_value>
Description
This command adds a protocol to a protocol group.The selection of a protocol can be a pre-defined
protocol type or a user defined protocol.
Parameters
Parameters
Description
group_id
The ID of the protocol group which is used to identify a set of protocols.
group_name
The name of the protocol group.
protocol_value
The protocol vlaue is used to identify a protocol of the frame type
specified. Depending on the frame type, the octet string will have one
of the following values: The form of the input is 0x0 to 0xffff.
For 'ethernet'II, this is a 16-bit (2-octet) hex value.
Example: IPv4 is 800, IPv6 is 86dd, ARP is 806,.. and so on.
For ' IEEE802.3 SNAP ', this is this is a 16-bit (2-octet) hex value.
Example: IPv4 is 800, IPv6 is 86dd, ARP is 806,.. and so on.
For 'IEEE802.3 LLC', this is the 2-octet IEEE 802.2 Link Service
Access Point (LSAP) pair: The first octet is for Destination Service
Access Point (DSAP) and the second octet is for Source.
Restrictions
You must have administrator privileges.