DWS-3160 Series Gigabit Ethernet Unified Switch CLI Reference Guide
537
Chapter 57
Protocol VLAN Command
List
create dot1v_protocol_group group_id
<id> {group_name <name 32>}
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>]
delete dot1v_protocol_group
[group_id <id> | group_name <name 32> | all]
show dot1v_protocol_group
{[group_id <id> | group_name <name 32>]}
config port dot1v ports
[<portlist> | all] [add protocol_group [group_id <id> | group_name <name
32>] [vlan <vlan_name 32> | vlanid <id>] {priority <value 0-7>} | delete protocol_group
[group_id <id> | all]]
show port dot1v
{ports <portlist>}
57-1
create dot1v_protocol_group
Description
This command is used to create a protocol group for the protocol VLAN function.
Format
create dot1v_protocol_group group_id <id> {group_name <name 32>}
Parameters
group_id
- The ID of protocol group which is used to identify a set of protocols
<id>
- Enter the group ID used here.
group_name
- (Optional) The name of the protocol group. The maximum length is 32 chars. If
group name is not specified, the group name will be automatically generated in accordance
with Protocgroup_id. For example, the auto-generated name for group id 2 is
ProtocolGroup2. If the auto-generated name is in conflict with an existing group, an alternative
name will be used in accordance with ProtocgALT+num. The value for num
starts with 1. If it is still in conflict, then previous number will be used instead.
<name 32>
- Enter the group name here. This name can be up to 32 characters long.
Restrictions
Only Administrators, Operators and Power-Users can issue this command.
Example
To create a protocol group:
DWS-3160-24PC: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.
DWS-3160-24PC:admin#