D-Link xStackTM DGS/DXS-3300 Series Switch User Manual


 
xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual
105
show 802.1p user_priority
Purpose Used to display the current 802.1p user priority tags to hardware priority
class of service mapping in use by the Switch.
Syntax
show 802.1p user_priority
Description
The show 802.1p user_priority command will display the current
802.1p user priority tags to hardware priority classes of service mapping
in use by the Switch.
Parameters None.
Restrictions None.
Example usage:
To show 802.1p user priority:
DGS-3324SRi:4# config 802.1p user_priority 1 3
Command: config 802.1p user_priority 1 3
Priority-0 -> <Class-2>
Priority-1 -> <Class-0>
Priority-2 -> <Class-1>
Priority-3 -> <Class-3>
Priority-4 -> <Class-4>
Priority-5 -> <Class-5>
Priority-6 -> <Class-6>
Priority-7 -> <Class-7>
DGS-3324SRi:4#
config 802.1p default_priority
Purpose Used to specify default priority settings on the Switch. Untagged packets
that are received by the Switch will be assigned a priority tag in its priority
field using this command.
Syntax
config 802.1p default_priority [<portlist> | all] <priority 0-7>
Description
The config 802.1p default_priority command allows specification of the
802.1p priority value an untagged, incoming packet will be assigned before
being forwarded to its destination.
Parameters
<portlist> Specifies a range of ports to be configured. The port list is
specified by listing the lowest switch number and the beginning port number
on that switch, separated by a colon. Then the highest switch number, and
the highest port number of the range (also separated by a colon) are
specified. The beginning and end of the port list range are separated by a
dash. For example, 1:3 specifies switch number 1, port 3. 2:4 specifies
switch number 2, port 4. 1:3-2:4 specifies all of the ports between switch 1,
port 3 and switch 2, port 4 in numerical order.
all Specifies that the config 802.1p default_priority command will be
applied to all ports on the Switch.
<priority 0-7> Specifies the 802.1p priority tag that an untagged, incoming
packet will be given before being forwarded to its destination.
Restrictions Only administrator-level users can issue this command.