[c-nsp] 3750 with IP-BASE, QoS

Joe Freeman joe at netbyjoe.com
Thu Dec 8 14:01:36 EST 2011


I've inherited a site that's a mix of a 3750 stack and Force 10 gear.
the 3750 stack is where the layer 3 is happening between vlans in that
site. I have a need to implement QoS for some voice traffic.

Since the 3750 doesn't do QoS the way the routers do, I'm sort of at a
standstill..

ip access-list extended AgentVoice1
permit tcp 10.52.200.0 0.0.1.255 XX.XX.XX.0 0.0.0.255 eq 80
permit tcp 10.52.200.0 0.0.1.255 XX.XX.XX.0 0.0.0.255 eq 443
permit tcp 10.52.200.0 0.0.1.255 XX.XX.XX.0 0.0.0.255 eq 8081
permit tcp 10.52.200.0 0.0.1.255 XX.XX.XX.0 0.0.0.255 eq 8843
permit tcp 10.52.200.0 0.0.1.255 XX.XX.XX.0 0.0.0.255 eq 8880
permit tcp 10.52.200.0 0.0.1.255 XX.XX.XX.0 0.0.0.255 range 2200 2300
permit udp 10.52.200.0 0.0.1.255 XX.XX.XX.0 0.0.0.255 range 1024 65535
permit udp XX.XX.XX.0 0.0.0.255 10.52.200.0 0.0.1.255 range 5060 5063
permit udp XX.XX.XX.0 0.0.0.255 10.52.200.0 0.0.1.255 range 8000 8007

ip access-list ext AgentAppsList
permit ip 10.52.200.0 0.0.1.255 host 10.4.77.48
permit ip 10.52.200.0 0.0.1.255 XX.XX.XX.230 0.0.0.1
permit ip host 10.4.77.48 10.52.200.0 0.0.1.255
permit ip XX.XX.XX.230 0.0.0.1 10.52.200.0 0.0.1.255

ip access-list ext AgentVoice2
permit ip 10.52.133.0 0.0.1.255 10.100.5.0 0.0.0.255
permit ip 10.52.133.0 0.0.1.255 10.59.5.0 0.0.0.255
permit ip 10.100.5.0 0.0.0.255 10.52.133.0 0.0.1.255
permit ip 10.59.5.0 0.0.0.255 10.52.133.0 0.0.1.255

class-map match-all Voice1
descr All voice traffic for agent group 1
match access-group name AgentVoice1

class-map match-all AgentApps
descr Agent application traffic to/from Agent Applications
match access-group name AgentAppsList

class-map match-all Agent_Voice_other
descr Agent group2 voice traffic
match access-group name Agent_Voice2

policy-map Basic_QoS
class Voice1
! should be set to guarantee 32Mbps, low latency, priority queuing
class AgentApps
! should be set to guarantee 8M, normal queuing (mostly http and rdp traffic)
class Agent_Voice_other
! should be set to guarantee 12M, low latency, priority queuing
class class-default
! gets whatever is leftover/available


So, the question is... how do I map that into a qos config that works
(well) on the 3750?


More information about the cisco-nsp mailing list