cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
632
Views
0
Helpful
3
Replies

rate limit in an interface with secondary IPs

egitonga1978
Level 1
Level 1

I have confugure secondary IPs in a cisco router interface Ethernet/IEEE 802.3 interface and I wish to configure different bandwidth to each IP, how do I use rate limit to do this ?

1 Accepted Solution

Accepted Solutions

You can use rate-limit committed access rate (CAR) which access-group sentence , Applies this CAR traffic policy to the specified access list.

Example:

int FastEthernet0/0

ip address 192.168.0.1 255.255.255.0

ip address 192.168.1.1 255.255.255.0 secondary

rate-limit input access-group 100 10000000 80000 80000 conform-action continue exceed-action drop

rate-limit input access-group 110 448000 8000 32000 conform-action transmit exceed-action drop

!

access-list 100 permit 192.168.0.0 0.0.0.255

access-list 110 permit 192.168.0.0 0.0.0.255

--

Raul

View solution in original post

3 Replies 3

rajib_das
Level 1
Level 1

can u pls mention the router model ?

rajib

Below is the show ver output of my cisco router:

Cisco Internetwork Operating System Software

IOS (tm) 3600 Software (C3640-IS-M), Version 12.2(46), RELEASE SOFTWARE (fc1)

Copyright (c) 1986-2007 by cisco Systems, Inc.

Compiled Thu 26-Apr-07 18:06 by pwade

Image text-base: 0x60008930, data-base: 0x61140560

ROM: System Bootstrap, Version 11.1(20)AA2, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1)

System image file is "flash:c3640-is-mz.122-46.bin"

cisco 3640 (R4700) processor (revision 0x00) with 60416K/5120K bytes of memory.

Processor board ID 17148101

R4700 CPU at 100Mhz, Implementation 33, Rev 1.0

Bridging software.

X.25 software, Version 3.0.0.

SuperLAT software (copyright 1990 by Meridian Technology Corp).

1 Ethernet/IEEE 802.3 interface(s)

2 FastEthernet/IEEE 802.3 interface(s)

1 Serial network interface(s)

DRAM configuration is 64 bits wide with parity disabled.

125K bytes of non-volatile configuration memory.

16384K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

Thanks,

Elias

You can use rate-limit committed access rate (CAR) which access-group sentence , Applies this CAR traffic policy to the specified access list.

Example:

int FastEthernet0/0

ip address 192.168.0.1 255.255.255.0

ip address 192.168.1.1 255.255.255.0 secondary

rate-limit input access-group 100 10000000 80000 80000 conform-action continue exceed-action drop

rate-limit input access-group 110 448000 8000 32000 conform-action transmit exceed-action drop

!

access-list 100 permit 192.168.0.0 0.0.0.255

access-list 110 permit 192.168.0.0 0.0.0.255

--

Raul

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card