Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help with traffic-shape

Status
Not open for further replies.
Joined
Aug 14, 2002
Messages
1
Location
US
Hi, I'm new to Cisco.

I need to restrict traffic of one client to 64Kb/192Kb.
I configured my 1750 Cisco's serial interface (toward the client) using
traffic-shape rate 192000
And the cisco's client
traffic-shape rate 64000

But is not working.

Please help me!!!


Thanks

PD. Sorry my english.

Using 1624 out of 29688 bytes
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Cuenca
!
enable secret 5 $1!
!
!
!
!
memory-size iomem 25
ip subnet-zero
!
!
!
!
!
interface Serial1
description bapuweb
ip address 192.168.7.5 255.255.255.252
no ip directed-broadcast
encapsulation ppp
no ip mroute-cache
traffic-shape rate 192000 7872 7872 1000
!


 
Do the same on the client side router as well,

NB: You wrote...
"traffic-shape rate 192000 7872 7872 1000."

***Do u mean 19,200 or 192,000 ?

Follow this;
1. set the target bit per sec first
2. set the bits per interval, sustained
3. set bits per interval, excess in first interval
4. set buffer limit

e.g u want to set the client's maximum speed to be 64K,
put; traffic-shape 64000 32000 32000 1000

visit this cisco site for details;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top