Hi all,
I wanted to limit our internet usage so I applied rate-limit command to our
internet routers serial interface bu couln't make it work. configuration is
below. what I wanted to do is I want to give 96000 bits bandwidth to users
who come from the firewall with 192.168.2.5 and I want to give all the
others who are coming with ip address 192.168.2.6 only 16000 bits. But it
doesnt work, when I look with sh int ser 0 rate-limit, all I see is nothing
conformed. I applied it as input because download is important for us not
upload. Any help will be appreciated? I am tired of trying so many things so
I thought maybe someone can help.
Best regards,
Cisco Breaker,
CCNP,CCDP
Router#sh run
Building configuration...
Current configuration : 1959 bytes
!
interface Ethernet0
ip address 192.168.1.3 255.255.255.0
interface Serial0
ip address 192.168.2.2 255.255.255.252
rate-limit input access-group 5 96000 8000 16000 conform-action transmit
exceed-action drop
rate-limit input access-group 110 16000 1500 2000 conform-action transmit
exceed-action drop
!
interface Serial1
no ip address
!
no ip classless
ip route 0.0.0.0 0.0.0.0 192.168.2.1
no ip http server
!
no logging trap
access-list 5 permit 192.168.2.5 log
access-list 110 permit ip host 192.168.2.6 any log
Router#sh int ser 0 rat
Serial0
Input
matches: access-group 5
params: 96000 bps, 8000 limit, 16000 extended limit
conformed 0 packets, 0 bytes; action: transmit
exceeded 0 packets, 0 bytes; action: drop
last packet: 1213151652ms ago, current burst: 0 bytes
last cleared 00:24:18 ago, conformed 0 bps, exceeded 0 bps
matches: access-group 110
params: 16000 bps, 1500 limit, 2000 extended limit
conformed 0 packets, 0 bytes; action: transmit
exceeded 0 packets, 0 bytes; action: drop
last packet: 1213151692ms ago, current burst: 0 bytes
last cleared 00:23:58 ago, conformed 0 bps, exceeded 0 bps
Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=39533&t=39533
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]