02-20-2003 01:29 AM - edited 03-02-2019 05:13 AM
Is there a way to control the amount of UDP traffic flowing through a router ? I am seeing excessive amounts of UDP traffic going through out internet router , specifically the NAT tables. I suspect some or other P2P app. but these things use dynamic port numbers which make it very dificult to control via ACL.
Can anybody advise ?
Solved! Go to Solution.
02-20-2003 02:29 AM
You could use either Committed Access Rate (CAR) or Generic Traffic Shapping (GTS) with an access list to rate limit your UDP traffic
GTS
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fqos_c/fqcprt4/qcfgts.htm
CAR
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fqos_c/fqcprt1/qcfcar.htm
Alternatively you could use Class Based Weighted Fair Queuing (CBWFQ) and assign an amount of bandwidth to the traffic
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fqos_c/fqcprt8/qcfmcli2.htm
02-20-2003 02:28 AM
Hello,
I am thinking you could use an extended access list and specifically allow one UDP port (e.g. NTP), all others would be denied automatically by the implicit deny. Not sure if this works, but maybe worth trying.
Regards,
Georg
02-20-2003 02:29 AM
You could use either Committed Access Rate (CAR) or Generic Traffic Shapping (GTS) with an access list to rate limit your UDP traffic
GTS
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fqos_c/fqcprt4/qcfgts.htm
CAR
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fqos_c/fqcprt1/qcfcar.htm
Alternatively you could use Class Based Weighted Fair Queuing (CBWFQ) and assign an amount of bandwidth to the traffic
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fqos_c/fqcprt8/qcfmcli2.htm
02-20-2003 03:18 AM
This is the conclusion I came to as well but thx for the confirmation.
02-20-2003 02:36 AM
First, you should try to find out what it is. Most protocols use fixed ports to start sessions. Blocking these ports will effectively stop connections.
You might have trouble with Kazaa or something like that.
Kazaa uses port 2340 or 80 as an alternate.
Hope this helps,
Leo
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide