cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
241
Views
10
Helpful
1
Replies

Help with QOS

gavin.mckee
Level 1
Level 1

Hi,

We have 2MB circuit to the US that gets flooded every night by a specfic machine. I want to appy a QOS policy that defines this machine and reduces its priority so that when the link becomes saturated the traffic is discarded.

Any help well rated.

Thanks

Gavin

1 Reply 1

cfolkerts
Level 1
Level 1

I would apply policing to discard that traffic.

First define an ACL that permits all ip traffic from that specific machine.

access-list 101 permit ip x.x.x.x 0.0.0.0 (host machine) any

next define a class-map that identifies the ACL we did previously.

class-map POLICE_TRAFFIC

match access group 101

then define the policy-map to police that traffic.

policy-map POLICE

class POLICE_TRAFFIC

police x (threshold were if traffic exceeds x it will be dropped)

then apply the policy map to the outgoing interface.

service-policy POLICE out

More information on policing is on the link below.

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fqos_c/fqcprt4/qcfpoli.htm

HTH

Review Cisco Networking products for a $25 gift card