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

Traffic Shape - Whats wrong here

Status
Not open for further replies.

lvennard

MIS
Apr 20, 2000
93
0
0
US
I'm trying to limit bandwidth to just our email server down to something, (i'll adjust to 15k later) on this 56k circuit. Last nite i applied the portion at the bottom of message (included is the regular information to help trouble shoot). However, it didnt work. Thoughts, suggestions?
==================================================

access-list 39 permit 192.168.50.1
!Email Server

interface Serial0
description - Circuit To Limit Email On
bandwidth 56
encapsulation frame-relay IETF
frame-relay traffic-shaping
frame-relay lmi-type ansi

interface Serial0.1 point-to-point
description - Connection To Main Branch
bandwidth 56
ip address 192.168.1.x 255.255.255.252
no ip directed-broadcast
traffic-shape group 39 8000 8000 8000 1000
frame-relay interface-dlci 17



 
The problem is that the access list is wrong, with your access list it says traffic shape traffic matching coming from the email server not to it. You should change the config to:

access-list 101 permit ip any host 192.168.50.1

Then change the traffic shipping command to match this access list accordingly
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top