D-Link DXS-3600 Series Cli Reference Manual page 1079

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
Use the service-policy type network-qos input interface configuration command to apply a
type network QoS policy map.
Example
This example shows how to enable PFC on priority 3 and 4 at interface Ethernet 1/0/3.
Step 1: Create a type network QoS class map, named "my_class_map" and set the criteria to match CoS
3 or 4.
Switch# configure terminal
Switch(config)# class-map type network-qos match-any my_class_map
Switch(config-cmap-nq)# match cos 3
Switch(config-cmap-nq)# match cos 4
Switch(config-cmap-nq)#
Step 2: Create a type network QoS policy map, named "my_policy_map" and enable PFC for the class,
"my_class_map", which is created in step 1.
Switch# configure terminal
Switch(config)# policy-map type network-qos my_policy_map
Switch(config-pmap-nq)# class type network-qos my_class_map
Switch(config-pmap-c-nq)# pause
Switch(config-pmap-c-nq)# exit
Switch(config-pmap)#
Step 3: Apply the type network QoS policy map, "my_policy_map", created in step 2, on interface
Ethernet 1/0/3.
Switch# configure terminal
Switch(config)# interface ethernet 1/0/3
Switch(config-if)# service-policy type network-qos input my_policy_map
Switch(config-if)#
86-6 policy-map type network-qos
This command is used to enter the policy-map configuration mode and create or modify a type network
QoS policy map that can be attached to one or more interfaces as a type network QoS service policy.
policy-map type network-qos NAME
Parameters
NAME
Default
None.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Use the pause policy map type network-qos class configuration command to enable
o
PFC pause characteristics on a class referenced in a type network QoS policy map.
Specifies the name of the type network QoS policy map. The name
can be a maximum of 32 alphanumeric characters.
1074

Advertisement

Table of Contents
loading

Table of Contents