D-Link DXS-3600 Series Reference Manual page 992

Dxs-3600 series layer 2/3 managed 10gigabit ethernet switch
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
Default
None.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Use the policy-map command to enter the policy-map configuration mode from where the user can
configure or modify the policy for the traffic class. A single policy map can be attached to more than one
interface concurrently. The succeeding policy-map attaches overwrite the previous one.
Policy maps contain traffic classes. Traffic classes contain one or more match commands that can be
used to match packets (and organize them into groups) on the basis of a protocol type or application.
Example
This example shows how to create a policy map called policy and configures two class policies within the
policy map. The class policy called class1 specifies a policy for traffic that matches an access control list
(ACL) "acl_rd". The second class is the default class, named class-default to include packets that do not
match the defined classes.
Switch# configure terminal
Switch(config)# class-map class1
Switch(config-cmap)# match access-group name acl_rd
Switch(config-cmap)# exit
Switch(config)# policy-map policy
Switch(config-pmap)# class class1
Switch(config-pmap-c)# set ip dscp 46
Switch(config-pmap-c)# exit
Switch(config-pmap)# class class-default
Switch(config-pmap-c)# set ip dscp 00
Switch(config-pmap-c)#
82-17
priority-queue cos-map
This command is used to define a Class of Service (CoS) to queue map. To restore to the default setting,
use the no form of this command.
priority-queue cos-map QUEUE-ID COS1 [COS2 [COS3 [COS4 [COS5 [COS6 [COS7 [COS8]]]]]]]
no priority-queue cos-map
Parameters
QUEUE-ID
COS1
COS2...COS8
32 alphanumeric characters.
Specifies the queue ID the CoS will be mapped.
Specifies the mapping CoS value. Valid values are from 0 to 7.
(Optional) Specifies the mapping CoS value. Valid values are from 0 to
7.
992

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dxs-3600-32s

Table of Contents