DWS-3160 Series Gigabit Ethernet Unified Switch CLI Reference Guide
538
57-2
config dot1v_protocol_group add protocol
Description
This command is used to add a protocol to a protocol group. The selection of a protocol can be a
pre-defined protocol type or a user defined protocol.
Format
config dot1v_protocol_group [group_id <id> | group_name <name 32>] [add protocol
[ethernet_2 | ieee802.3_snap | ieee802.3_llc] <protocol_value> | delete protocol [ethernet_2 |
ieee802.3_snap | ieee802.3_llc] <protocol_value>]
Parameters
group_id
- The ID of the protocol group which is used to identify a set of protocols.
<id>
- Enter the group ID used here.
group_name
- The name of the protocol group.
<name 32>
- Enter the group name here. This name can be up to 32 characters long.
add
- Specifies that the protocol will be added to the specified group.
delete
- Specifies that the protocol will be removed from the specified group.
protocol
- The protocol value is used to identify a protocol of the frame type specified.
ethernet_2
- Specifies that the Ethernet 2 protocol will be used.
ieee802.3_snap
- Specifies that the IEEE 802.3 Snap protocol will be used.
ieee802.3_llc
- Specifies that the IEEE 802.3 LLC protocol will be used.
<protocol_value>
- Enter the protocol value here.
Restrictions
Only Administrators, Operators and Power-Users can issue this command.
Example
To add a protocol IPv6 to protocol group 100:
DWS-3160-24PC:admin#config dot1v_protocol_group group_id 10 add protocol
ethernet_2 86DD
Command: config dot1v_protocol_group group_id 10 add protocol ethernet_2 86DD
Success.
DWS-3160-24PC:admin#
57-3
delete dot1v_protocol_group
Description
This command is used to delete a protocol group.
Format
delete dot1v_protocol_group [group_id <id> | group_name <name 32> | all]