xStack DES-3800 Series Layer 3 Stackable Fast Ethernet Managed Switch CLI Manual
114
DES-3800:admin#create dot1v_protocol_group group_id 100
Command: create dot1v_protocol_group group_id 100
Success.
DES-3800:admin#
config dot1v_protocol_group group_id
Purpose
Configure a previously created protocol group.
Syntax
config dot1v_protocol_group group_id <id>
[add | delete] protocol [ethernet_2 | ieee802.3_snap |
ieee802.3_llc] < protocol_value>
Description
This command configures a previously created protocol group.
Parameters
group_id
- The id of the protocol group which needs configuring.
add | delete –
Adds or Deletes a protocol to the protocol group.
protocol-
The protocol that will be used for the dot1v 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,.. and so on.
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,.. and so on.
For 'IEEE802.3 LLC', this is the 2-octet IEEE 802.2 Link Service
Access Point (LSAP) pair: first octet for Destination Service Access
Point (DSAP) and second octet for Source.
Restrictions
Only Administrator or Operator-level users can issue this command.
Example usage:
To add a protocol ipv6 to protocol group 100.
DES-3800:admin# config dot1v_protocol_group group_id
100 add protocol ethernet_2 0x86dd
Command: config dot1v_protocol_group group_id 100 add
protocol ethernet_2 0x86dd
Success.
DES-3800:admin#
delete dot1v_protocol_group group_id
Purpose
Delete a protocol group.
Syntax
delete dot1v_protocol_group [group_id <id> | all]
Description
This command deletes a protocol group.
Parameters
group_id
- Specifies the group ID to be deleted.
all
- All groups.
Restrictions
Only Administrator or Operator-level users can issue this command.
Example usage:
To delete protocol group 100.