cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
227
Views
0
Helpful
2
Replies

limiting the BW

m.metwally
Level 1
Level 1

Dear all,

I have 1841 Router with 3 interfaces, one fo r LAN and two for Inrenet as follows:

- Fa0/1 used for LAN

- Se0/0 used for Leased-Line (1Mpbs)

- adsl interface used for ADSL connection (4Mpbs)

Waht I need is to limit the traffic Bandwidth which is coming from specific IP from my Internal LAN ( which is the IP of our Mail Server ) to 300kbps because it is now taking the whole Bandwidth when sending morning messages and nobody can access our online services during this time.

Can I do this?

2 Replies 2

JamesLuther
Level 3
Level 3

Hi,

Please see an example below. For ADSL I assume you apply this to the Dialer interface ??

access-list 101 permit tcp host <_MAIL_SERVER_> any eq 25

class-map match-any MAIL_SERVER_CM

match access-group 101

policy-map outbound_PM

class MAIL_SERVER_CM

police 300000 conform-action transmit exceed-action drop

interface <_WAN_INTERFACE_>

service-policy output outbound_PM

Regards

Review Cisco Networking products for a $25 gift card