traffic-shaping limit ftp traffic

I'm trying to limit the ftp traffic on 512 frame link to 400000 bits, so there is still some space left for telnet, http, etc.

This is what I've setup so far but no luck:

interface Serial0/0 traffic-shape group 101 400000 400000 400000 1000 traffic-shape group 102 400000 400000 400000 1000

access-list 101 permit tcp any any eq ftp access-list 101 permit tcp any any eq ftp-data access-list 102 permit tcp any eq ftp any access-list 102 permit tcp any eq ftp-data any

any ideas? THanks, Tom.

Reply to
Hypno999
Loading thread data ...

Any hits: show access-list 101? show traffic-shape show traffic-shape statistics

try this: traffic-shape group 101 400000

Reply to
Make

I get hits on access lists but the traffic-shaping shows as inactive:

Acc. Queue Packets Bytes Packets Bytes Shaping I/F List Depth Delayed Delayed Active Se0/0 101 0 3 140 0 0 no Se0/0 102 0 0 0 0 0 no

Reply to
Hypno999

I get hits on access lists but the traffic-shaping shows as inactive:

Acc. Queue Packets Bytes Packets Bytes Shaping I/F List Depth Delayed Delayed Active Se0/0 101 0 3 140 0 0 no Se0/0 102 0 0 0 0 0 no

Reply to
Hypno999

If your ACL is ok then I think that your shaped traffic transmission does not achieve 400000 bps at all....(and you defined a large bursts, lower the bursts to lowest possible value). For the test: try to shape on 200000 (again lower the bursts lowest you can) and then see whether TS is active or not... Let me know....

B.R. Igor

Reply to
Igor Mamuzic

Its only active when there is ftp traffic over 400k. Try traffic-shape group 101 50000.

Reply to
Make

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.