Hi,
I am planning to implement qos on WS-X4590-E with WS-X45-SUP6-E Supervisor. IOS 12.2(50)
I will be marking couple of application to AF21 and also prioritize voice packets, signaling packets against the ACL.
Q: There are users connected on this modular chassis. I wanted to get some feed back if my configuration is correct ?
Q: The DBL feature should I enable it or remove ?
Q: on egress ports(part of port-channel) should I apply my egress policy to member ports or port-channel ?
class-map match-any NORMAL_DATA
match access-group name NORMAL_ACCESS
class-map match-any VOICE_PACKETS
match access-group name VOICE_ACCESS
class-map match-any VIDEO
match access-group name VIDEO_ACCESS
class-map match-any SIGNAL
match access-group name SIGNAL_ACCESS
class-map match-any DEFAULT
match ip dscp default
!
policy-map DEGENERS
description for user access ports
class NORMAL_DATA
set dscp af21
police cir percent 15 conform-action transmit exceed-action policed-dscp-transmit
class VOICE_PACKETS
set ip dscp ef
police cir percent 2 conform-action transmit exceed-action transmit violate-action drop
class VIDEO_ACCESS
set ip dscp cs4
police cir percent 10 conform-action transmit exceed-action transmit
class SIGNAL_ACCESS
set ip dscp cs3
police 67800 15000 conform-action transmit exceed-action drop
class DEFAULT_CLASIFY
set ip dscp default
police cir percent 60 conform-action transmit exceed-action policed-dscp-transmit
!
!
ON USER ACCESS PORTS:
Int range gig 1/0/x - x
service-policy input DEGENERS
==================================================
For uplinks 1G 2 ports (part of port-channel) - connected to other switch
==================================================
I am thinking to implement egress queuing.
class-map match-any NORMAL_DATA
match dscp af21
!
class-map match-any PRIORITY_DATA
match dscp ef
match dscp cs4
match dscp 46
match dscp 32
!
class-map match-any SIGNALING
match dscp cs3
!
!
class-map match-any DEFAULT
match dscp default
!
policy-map DEGENERS
class NORMAL_DATA
bandwidth remaining percent 20
class PRIORITY_DATA
priority
class SIGNALING
bandwidth remaining percent 10
class DEFAULT_QUEUE
bandwidth remaining percent 30
dbl
!
interfaces connecting to downstream switch (10G ports)
Int gig 1/0/1
service-policy output DEGENERS
int gig 1/0/2
service-policy output DEGENERS