Page 566 / 757 Scroll up to view Page 561 - 565
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
562
Example usage:
To create an RP to which the Switch will send Register packets to and create checksums to be included with the data in
Registered packets:
DGS-3627:admin#
create pim register_checksum_include_data rp_address 11.1.1.1
Command: create pim register_checksum_include_data rp_address 11.1.1.1
Success.
DGS-3627:admin#
delete pim register_checksum_include_data
Purpose
Used to disable the RPs that the Switch will send Register packets to and create checksums to
be included with the data in Registered packets.
Syntax
delete pim register_checksum_include_data rp_address <ipaddr>
Description
This command will disable the RPs that the Switch will send Register packets to and create
checksums to be included with the data in Registered packets. This command is for PIM-SM
configurations only.
Parameters
rp_address <ipaddr>
Enter the IP address of the RP that will discontinue sending Register
packets to and create checksums to be included with the data in Registered packets.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To delete RPs that the Switch will send Register packets to and create checksums to be included with the data in
Registered packets:
DGS-3627:admin# delete pim register_checksum_include_data rp_address 11.1.1.1
Command: delete pim register_checksum_include_data rp_address 11.1.1.1
Success.
DGS-3627:admin#
show pim register_checksum_include_data_rp_list
Purpose
Used to display RPs that the Switch will send Register packets to and create checksums to be
included with the data in Registered packets.
Syntax
show pim register_checksum_include_data_rp_list
Description
This command will display RPs that the Switch will send Register packets to and create
checksums to be included with the data in Registered packets. This command is for PIM-SM
configurations only.
Parameters
None
.
Restrictions
None.
Example usage:
To show the RPs that the Switch will send Register packets to and create checksums to be included with the data in
Registered packets:
Page 567 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
563
DGS-3627:admin# show pim register_checksum_include_data_rp_list
Command: show pim register_checksum_include_data_rp_list
PIM Register Checksum Include Data
RP Address
-------------------------------------------
11.1.1.1
Total Entries: 1
DGS-3627:admin#
Page 568 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
564
73
PROTOCOL VLAN GROUP COMMANDS
For bridges that implement Port-and-Protocol-based VLAN classification, the VID associated with an Untagged or
Priority-tagged Frame is determined based on the Port of arrival of the frame into the bridge and on the protocol identifier
of the frame. If there is no protocol VLAN configured on the ingress port, all the untagged packets incoming on the port
will be classified into PVID VLAN. This classification mechanism requires defining the protocol groups which specified
frame type and protocol value to match for. A protocol group can be bound to a port and given a VLAN ID. If the incoming
untagged packet matches the protocol group the VLAN ID will be assigned. A port can bind with multiple protocol groups.
This allows untagged packets be classified into different VLANs based on packet content. The same protocol group can
be assigned to multiple ports with different VLAN ID assigned, i.e. the same protocol can be given different VLAN ID
through binding to different ports.
The Protocol VLAN Group commands in the Command Line Interface (CLI) are listed (along with the appropriate
parameters) in the following table.
Command
Parameter
create dot1v_protocol_group
group_id <id>
config dot1v_protocol_group
group_id <id> [add | delete] protocol [ethernet_2 | ieee802.3_snap |
ieee802.3_llc] <protocol_value>
delete dot1v_protocol_group
group_id <id>
show dot1v_protocol_group
{group_id <id>}
config port dot1v
ports [<portlist> | all] [add protocol_group group_id <id> [vlan < vlan_name 32> |
vlanid <vlanid>] | delete protocol_group [group_id <id> | all]]
show port dot1v
{ports <portlist>}
Each command is listed, in detail, in the following sections.
create dot1v_protocol_group
Purpose
Used to create a protocol group.
Syntax
create dot1v_protocol_group group_id <id>
Description
This command will create a protocol group. This group is to be configured using the
config
dot1v_protocol_group
command where users may set the parameters for this group. After
being configured, this group may be attached to a port or range of ports using the
config port
dot1v
command.
Parameters
group_id <id>
Enter an integer from
1
to
16
to identify the protocol VLAN group being created
here.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To create a protocol group:
Page 569 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
565
DGS-3627:admin# create dot1v_protocol_group group_id 1
Command: create dot1v_protocol_group group_id 1
Success.
DGS-3627:admin#
config dot1v_protocol_group
Purpose
Used to configure the parameters for a protocol VLAN 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 will configure a protocol template for a group. Users may set the frame type to
be added or deleted, along with the appropriate
protocol_value
in hexidecimal form. After being
configured, this group may be attached to a port or range of ports using the
config port dot1v
command.
Parameters
group_id <id>
Enter an integer from
1
to
16
to identify the protocol VLAN group being
configured here.
add | delete
– Choose whether to add or delete the protocol to this group. This protocol is
identified using the following
protocol
parameter.
protocol
– Choose the appropriate frame type to be added to this group. This frame type will be
identified by the switch by examining the packet header of incoming packets and matching it to
the
protocol_value
stated here. This frame type must be followed by the correct
protocol_value
.
The user has three choices:
ethernet_2
– Choose this parameter if you wish this protocol group to employ the
Ethernet2 frame type. This frame type is identified by the 16-bit (2 octet) IEEE802.3
type field in the packet header, which is to be stated using the following
protocol_value.
ieee802.3_snap
– Choose this parameter if you wish this protocol group to employ the
Sub Network Access Protocol (SNAP) frame type. This frame type is identified by the
16-bit (2 octet) IEEE802.3 type field in the packet header, which is to be stated using
the following
protocol_value.
ieee802.3_llc
– Choose this parameter if you wish this protocol group to employ the
Link Logical Control (LLC) frame type. This frame type is identified by the 2-octet
IEEE802.3 Link Service Access Point (LSAP) pair field in the packet header, which is
to be stated using the following
protocol_value
. The first octet defines the Destination
Service Access Point value and the second octet is the Source Service Access Point
(SSAP) value.
<protocol_value>
Enter the corresponding protocol value of the protocol identified in the
previous field. This value must be stated in a hexadecimal form.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure a protocol template:
DGS-3627:admin# config dot1v_protocol_group group_id 1 add protocol ethernet_2 86DD
Command: config dot1v_protocol_group group_id 1 add protocol ethernet_2 86DD
Success.
DGS-3627:admin#
Page 570 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
566
delete dot1v_protocol_group
Purpose
Used to delete a protocol VLAN group.
Syntax
delete dot1v_protocol_group group_id <id>
Description
This command will delete a protocol VLAN group.
Parameters
group_id <id>
Enter an integer from
1
to
16
to identify the protocol VLAN group being deleted
here.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To delete a protocol VLAN group:
DGS-3627:admin# delete dot1v_protocol_group group_id 1
Command: delete dot1v_protocol_group group_id 1
Success.
DGS-3627:admin#
show dot1v_protocol_group
Purpose
Used to display the configurations for a protocol VLAN group.
Syntax
show dot1v_protocol_group {group_id <id>}
Description
This command will display the configurations of a protocol VLAN group.
Parameters
group_id <id>
Enter an integer from
1
to
16
to identify the protocol VLAN group to be
displayed.
Entering this command without the group_id parameter will display the configurations for all
configured protocol VLAN groups.
Restrictions
None.
Example usage:
To display the configurations for a protocol VLAN group:
DGS-3627:admin# show dot1v_protocol_group group_id 1
Command: show dot1v_protocol_group group_id 1
Protocol Group ID
Frame Type
Protocol Value
------------------
-----------
-----------------------
1
EthernetII
86DD
Total Entries: 1
DGS-3627:admin#

Rate

4.5 / 5 based on 2 votes.

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top