5 pts.
 Need to configure Bandwidth limiting on per ip basis in cisco router
Hi, Need to configure Bandwidth limiting on per ip basis in cisco router i tried using rate-limit in my [nobr]isp[/nobr] interface using access list 101 If my [nobr]access[/nobr] list is like access-list 101 permit ip any any  it's apply rate-limit to all users when try to apply a single ip  access-list 101 permit ip host 192.168.2.10 any it;s not working find below my configuration interface FastEthernet0  description $$$$ Lan $$$$  ip address 192.168.2.1 255.255.255.0  ip access-group 100 in  ip nat inside  ip virtual-reassembly  duplex auto  speed auto interface FastEthernet1  description ######## Internet #########  ip address 192.168.0.10 255.255.255.0  ip nat outside  ip virtual-reassembly  rate-limit input access-group 101 96000 24000 48000 conform-action transmit exc eed-action drop  rate-limit output access-group 101 96000 24000 480000 conform-action transmit e xceed-action drop  duplex auto  speed auto ip nat pool IP_NAT 192.168.0.11 192.168.0.11 netmask 255.255.255.0 ip nat inside source list 100 pool IP_NAT overload ! access-list 100 permit ip 192.168.2.0 0.0.0.255 any access-list 101 permit ip  host 192.168.2.10 any Expecting good solution Regards

Software/Hardware used:
CISCO ROUTER
ASKED: July 25, 2010  2:41 PM
UPDATED: July 26, 2010  2:05 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _