Link to home
Start Free TrialLog in
Avatar of LEGHelpdesk
LEGHelpdeskFlag for Australia

asked on

How to configure traffic shaping on cisco 1841 with 10Mbps connection

Hi,
I am trying to configure traffic shapping on a cisco 1841 router, which has 2 interfaces one facing the ISP equipment another one to our firewall. Our ISP informed us that they are policing our traffic and they can see a lot of packet drops on their switch because we havent configured shapping properly. We have a 10Mbps connection and i used the below command on the interface facing the ISP, please let me know if i am missing something.

--------
interface FastEthernet0/0
 ip address xxx.xx.xx.xx 255.255.255.252
 ip tcp adjust-mss 1400
 speed 100
 full-duplex
 traffic-shape rate 10485760 262144 262144 1000
 no cdp enable
------------
ASKER CERTIFIED SOLUTION
Avatar of harbor235
harbor235
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of LEGHelpdesk

ASKER

Hi Harbor,
The MTU size was in the config from my previous ISP, i took it off after you raised it.
I have changed the traffic-shape to what you suggested and raised a ticket with my ISP to check if they are still able to see packets dropping, i will have an answer from them  tomorrow.
Thanks
RG