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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

does traffic-shape command work ?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
hi,

I want to limit the bandwith (to 64 kb) for a workstation In the LAN, and using a router 2600.

I try the command traffic shape in the ethernet and the serial(connected to internet).

and using access list.

but when I try to download some files, the bandwith seems to be more than 64000 (exemple 80000)

does this command work fine ?

is there a way to limit the bandwith in the switch (catalyst 2900) ?
 
Hello,

I have the same problem, do know received any answer about this issue.

Thanks,

Wilmar
 
thanks for all,


yes BOJIKA, my access-list is like this:

!
interface Ethernet0/0
ip address 192.168.21.6 255.255.255.0
no ip directed-broadcast
traffic-shape group 95 64000 1000 1000
!
!
interface Serial1/0
physical-layer async
ip address 193.194.74.11
no ip directed-broadcast
traffic-shape group 95 64000 1000 1000
!

access-list 95 permit 213.181.53.19
access-list 95 deny any


.

 
try this...
!
interface Ethernet0/0
ip address 192.168.21.6 255.255.255.0
no ip directed-broadcast
traffic-shape group 101 64000 1000 1000
!
!
interface Serial1/0
physical-layer async
ip address 193.194.74.11
no ip directed-broadcast
traffic-shape group 101 64000 1000 1000
!
access-list 101 permit ip host 213.181.53.19 any
access-list 101 permit ip any host 213.181.53.19


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top