xStack
®
DGS-3120 Series Layer 3 Managed Gigabit Ethernet Switch CLI Reference Guide
821
Chapter 82
Protocol VLAN Command
List
create dot1v_protocol_group group_id <int 1-16> {group_name <name 32>}
config dot1v_protocol_group [group_id <int 1-16> | 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>]
delete dot1v_protocol_group [group_id <int 1-16> | group_name <name 32> | all]
show dot1v_protocol_group {[group_id <int 1-16> | group_name <name 32>]}
config port dot1v ports [<portlist> | all] [add protocol_group [group_id <int 1-16> | group_name
<name 32>] [vlan <vlan_name 32> | vlanid <id>] {priority <value 0-7>} | delete protocol_group
[group_id <int 1-16> | all]]
show port dot1v {ports <portlist>}
82-1 create dot1v_protocol_group
Description
This command is used to create a protocol group for protocol VLAN function.
Format
create dot1v_protocol_group group_id <int 1-16> {group_name <name 32>}
Parameters
group_id - The ID of protocol group which is used to identify a set of protocols
<int 1-16> - Enter the group ID used here.
group_name - (Optional) The name of the protocol group. The maximum length is 32 chars.
<name 32> - Enter the group name here. This name can be up to 32 characters long.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To create a protocol group:
DGS-3120-24TC:admin# create dot1v_protocol_group group_id 10 group_name
General_Group
Command: create dot1v_protocol_group group_id 10 group_name General_Group
Success.