Dell C9000 Series Networking Configuration Manual page 887

Hide thumbs Also See for C9000 Series:
Table of Contents

Advertisement

CONFIGURATION mode or QOS-POLICY-IN mode
qos-policy-out or bandwidth-weight
4
Create an output policy map containing both QoS policies and assign them to different service queues.
CONFIGURATION mode or POLICY-MAP-OUT mode
policy-map-out or service-queue
5
Assign a strict priority to unicast traffic in queue 3.
CONFIGURATION mode
strict-priority
6
Apply the input policy map you created in Step 2 to the interface connected to the phone. Apply the
output policy map you created in Step 4 to the interface connected your desired next-hop router.
INTERFACE mode
service-policy
Example of the sh run acl command.
Dell#sh run acl
!
ip access-list extended pc-subnet
seq 5 permit ip 201.1.1.0/24 any
!
ip access-list extended phone-signalling
seq 5 permit ip 192.1.1.0/24 host 192.1.1.1
!
ip access-list extended phone-subnet
seq 5 permit ip 192.1.1.0/24 any
Dell#sh run class-map
!
class-map match-any pc-subnet
match ip access-group pc-subnet
!
class-map match-any phone-signalling
match ip access-group phone-signalling
!
class-map match-any phone-subnet
match ip access-group phone-subnet
Dell#sh run policy-map-input
!
policy-map-input phone-pc
service-queue 1 class-map pc-subnet
service-queue 2 class-map phone-signalling
service-queue 3 class-map phone-subnet
Dell#sh run qos-policy-output
!
qos-policy-output data
bandwidth-weight 8
!
qos-policy-output signalling
bandwidth-weight 64
Dell#sh run policy-map-output
!
policy-map-output BW
service-queue 1 qos-policy data
service-queue 2 qos-policy signalling
Dell#sh run | grep strict-p
Power over Ethernet (PoE)
887

Advertisement

Table of Contents
loading

Table of Contents