xStack® DGS-3620 Series Layer 3 Managed Stackable Gigabit Switch CLI Reference Guide
972
Example
To add a protocol IPv6 to protocol group 4:
DGS-3620-28SC:admin# config dot1v_protocol_group group_id 4 add protocol
ethernet_2 86dd
Command: config dot1v_protocol_group group_id 4 add protocol ethernet_2 86dd
Success.
To delete a protocol IPv6 from protocol group ID 4:
DGS-3620-28SC:admin# config dot1v_protocol_group_group_id 4 delete protocol
ethernet_2 86dd
Command: config dot1v_protocol_group group_id 4 delete protocol ethernet_2 86dd
Success.
84-3 delete dot1v_protocol_group
Description
This command is used to delete a protocol group.
Format
delete dot1v_protocol_group [group_id <int 1-16> | group_name <name 32> | all]
Parameters
group_id - Specifies the group ID to be deleted.
<int 1-16> - Enter the group ID to be deleted.
group_name - Specifies the name of the protocol group to be deleted.
<name 32> - Enter the name of the protocol group to be deleted. The maximum length is 32
all - Specifies to delete all protocol groups.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To delete protocol group ID 4:
DGS-3620-28SC:admin# delete dot1v_protocol_group group_id 4
Command: delete dot1v_protocol_group group_id 4
Success.