|
|
|
Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||
|
Posted by tg on August 10, 2008, 1:11 pm
Please log in for more thread options
Cisco 2651XM router I'm looking for a sample config or help which would enable me to restrict the traffic speed of a particular PC on the lan connected to my router. My lan comprises several PC's on 172.16.1.xx, which connects to f0/0, and internet access for the whole lan is via a wic-adsl card in the router. I did a bit of reading on google about this but found it confusing. I understand I have to set up an access list but as a beginner I'm not sure where to start. I use SDM too but that only seems to cater for traffic going out of the router (unless I'm mistaken). What I'd ideally like to do is be able to pick one machine on the lan (eg PC 172.16.1.15) and restrict the speed of all traffic to and from it to say 50Kb/sec. Is that possible? Thanks for any pointers. | ||||||||||
|
Posted by tg on August 10, 2008, 5:37 pm
Please log in for more thread options I should have been clearer: I mean to restrict the traffic speed of 172.16.1.15 to the internet... | ||||||||||
|
Posted by alexd on August 11, 2008, 3:46 pm
Please log in for more thread options
On Sun, 10 Aug 2008 18:11:54 +0100, tg wrote: Yes, that's right. By the time the traffic has come down the wire and arrived at your router, it's already used your bandwidth up. There are certain ways you can convince an endpoint that it can't have the bandwidth it's asking for, but I'm not sure if these are implemented by Cisco routers. Someone will be along soon to enlighten us :-) -- <http://ale.cx/> (AIM:troffasky) (UnSoEsNpEaTm@ale.cx)
20:41:32 up 30 days, 23:18, 2 users, load average: 0.01, 0.02, 0.02
Convergence, n: The act of using separate DSL circuits for voice and data | ||||||||||
|
Posted by Scott Perry on August 12, 2008, 12:51 pm
Please log in for more thread options
Traffic leaving the router can be limited with a QoS policy. It may be difficult to restrict the traffic unless you limit traffic leaving interface FastEternet0/0 towards the host 172.16.1.15. Limiting outbound traffic is possible but may not yield much of a result when this host is downloding from the Internet. In that case, traffic should be limited from the Internet when it is leaving the router to go to 172.16.1.15. This does not have any limitation on the intra-network traffic between this host and other host computers on the inside of the network. This propsed solution contains what would be entered into configuration mode in the command line interface. I cannot help you use the SDM and will encourage you to learn how to manage your router from the command line. ip access-list extended host15 remark Traffic sent to 172.16.1.15 permit ip any host 172.16.1.15 ! class-map match-all class15 description Access-list of traffic to 172.16.1.15 match access-group name host15 ! policy-map bandwidthlimit class class15 shape peak 50000 ! interface FastEthernet0/0 service-policy output bandwidthlimit ----- Scott Perry Indianapolis, IN ----- > Cisco 2651XM router
> I'm looking for a sample config or help which would enable me to restrict > the traffic speed of a particular PC on the lan connected to my router. > My lan comprises several PC's on 172.16.1.xx, which connects to f0/0, and > internet access > for the whole lan is via a wic-adsl card in the router. I did a bit of > reading on google > about this but found it confusing. I understand I have to set up an access > list but as a > beginner I'm not sure where to start. I use SDM too but that only seems to > cater for > traffic going out of the router (unless I'm mistaken). What I'd ideally > like to do is be > able to pick one machine on the lan (eg PC 172.16.1.15) and restrict the > speed of all > traffic to and from it to say 50Kb/sec. Is that possible? Thanks for any > pointers. | ||||||||||
|
Posted by tg on August 13, 2008, 1:58 pm
Please log in for more thread options
<snip>
> ip access-list extended host15 > remark Traffic sent to 172.16.1.15 > permit ip any host 172.16.1.15 > ! > class-map match-all class15 > description Access-list of traffic to 172.16.1.15 > match access-group name host15 > ! > policy-map bandwidthlimit > class class15 > shape peak 50000 > ! > interface FastEthernet0/0 > service-policy output bandwidthlimit > > ----- > Scott Perry > Indianapolis, IN > ----- Scott thanks for your response and sorry for my delay in following up. The config you gave did throttle the 172.16.1.15 machine's internet speed without affecting any other pc on the lan. Your commands worked great so thanks very much for your help. | ||||||||||
| Similar Threads | Posted |
| restrict PC traffic speed on the lan | August 10, 2008, 1:11 pm |
| Cisco PIX EasyVPN site2site - Restrict traffic | December 6, 2006, 6:33 am |
| How-to restrict traffic exiting VPN tunnel to certain hosts / ports ?? | June 30, 2009, 4:48 pm |
| Restrict By MAC address | July 12, 2005, 6:29 pm |
| PIX - restrict services | September 21, 2006, 2:24 am |
| restrict from designated MAC address | January 11, 2006, 11:58 pm |
| Restrict access to Cisco device | November 7, 2006, 2:42 pm |
| Restrict "sho mon" to enabled level access... | June 1, 2007, 8:18 pm |
| Is there a way to restrict IOS ssh server to only accept certain ciphers? | April 17, 2008, 3:17 pm |
| restrict port connections on switch for known hosts only | June 16, 2006, 8:30 am |
| Cannot make head or tail of dial watcher is there anothe option to restrict hours Cisco 801 | June 21, 2005, 5:22 pm |
| Speed Mismatch?!? | May 7, 2006, 7:43 pm |
| Port Speed | October 6, 2006, 9:20 am |
| Re: Speed Mismatch?!? | January 5, 2007, 1:12 pm |
| Duplex/Speed Hardcoding | May 17, 2006, 8:19 am |

restrict PC traffic speed on the lan
Yahoo!
Windows Live
del.icio.us
digg
Netscape 







> router (unless I'm mistaken).