D-Link DES-3200 Switch User Manual


 
xStack® DES-3200 Series Layer 2 Ethernet Managed Switch CLI Reference Guide
387
Example usage:
To add a protocol IPv6 to protocol group 1:
DES-3200-
28:4#config dot1v_protocol_group group_id 1 add protocol
Ethernet_2 0x86DD
Command: config dot1v_protocol_group group_id 1 add protocol Ethernet_2
0x86DD
The protocol value configured to add will take effect on both frame types
ethernet_2 and ieee802.3_snap.
Success.
DES-3200-28:4#
delete dot1v_protocol_group
Purpose
Used to delete a protocol from a protocol group.
Syntax
delete dot1v_protocol_group [group_id <int 1-16> | group_name
<name 32> | all]
Description
This command is used to delete a protocol from a protocol group.
Parameters
group_id – Specifies the group ID to be deleted.
group_name – The name of the protocol group.
protocol_value - The protocol value 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, etc.
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, etc.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To delete protocol group 1:
DES-3200-28:4# delete dot1v_protcol_group group_id 1
Command: delete dot1v_protcol_group group_id 1
Success.
DES-3200-28:4#