cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
359
Views
0
Helpful
2
Replies

cisco 2522 router bandwidth sharing

imnilesh
Level 1
Level 1

Hi all;

i have cisco 2522 rtr; and on ethernet we have two ip, one is 10.155.146.xxx and 10.194.0.xxx(secondary).

now i want to do bandwidth sharing between this two ip which assign to ethernet. which will share my serial link of 64 kbps as 60 % and 40 %. is it possible. if yes then pls help me to do it.

thanks in advance.

nil

2 Replies 2

Hello Nil,

you could try and configure rate limiting on the serial interface, the interface configuration would look something like this:

interface Serial0

rate-limit output access-group 101 40000 7500 15000 conform-action transmit exceed-action drop

!

access-list 101 permit ip 10.155.146.0 0.0.0.255 any

This would limit traffic on your serial interface coming from IP address space 10.155.146.0/24 to 40000kbps (which is not exactly 60%, but the increments have to be 8000), the rest would be available for the other address space, 10.194.0.0.

Check this link to the command reference:

rate-limit

http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/123cgcr/qos_r/qos_q1g.htm#wp1080850

HTH,

GP

hi gp;

thanks for ur reply but its not taking this command on my router here is show version of my router:

Cisco Internetwork Operating System Software

IOS (tm) 2500 Software (C2500-IS-L), Version 12.0(28), RELEASE SOFTWARE (fc2)

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

Compiled Wed 14-Jan-04 06:19 by nmasa

Image text-base: 0x0303E2BC, data-base: 0x00001000

ROM: System Bootstrap, Version 11.0(10c), SOFTWARE

BOOTFLASH: 3000 Bootstrap Software (IGS-BOOT-R), Version 11.0(10c), RELEASE SOFTWARE (fc1)

BSILCHNKUBER uptime is 3 weeks, 4 days, 3 hours, 4 minutes

System restarted by power-on

System image file is "flash:c2500-is-l.120-28.bin"

cisco 2522 (68030) processor (revision N) with 6144K/2048K bytes of memory.

Processor board ID 17286838, with hardware revision 00000003

Bridging software.

X.25 software, Version 3.0.0.

Basic Rate ISDN software, Version 1.1.

1 Ethernet/IEEE 802.3 interface(s)

2 Serial network interface(s)

8 Low-speed serial(sync/async) network interface(s)

1 ISDN Basic Rate interface(s)

32K bytes of non-volatile configuration memory.

8192K bytes of processor board System flash (Read ONLY)

//nil