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

bandwidth limit on Cisco 892F

Does anybody have an idea for limiting bandwidth on cisco 892F router? We have 2 VLANs through our LAN and one must be limited upto 1Mbps or 512Kbps. Please share your opinions guys..

1 Accepted Solution

Accepted Solutions

Hello

Where do you want to police this traffic? ---- Try this:

1)Between your LANs

2) From each LAN outbound to your WAN

1) Between each lan

Core siwtch

policy-map LAN1

class class default
police 512000 16000  exceed-action drop

policy-map LAN2
class class default
police 1024000 32000  exceed-action drop

int vlan LAN1
service-policy input LAN1

int vlan LAN2
service-policy input LAN2

trunk interface

mls qos vlan-based

2) router lan facing interface

access-list 100 permit ip (lan1 traffic) any

access-list 101 permit ip (lan2 traffic) any

Class-map LAN1

match acces-group 100

Class-map LAN2
match acces-group 101

policy-map QOS
class LAN1
police 512000 16000  confirm-action transmit exceed-action drop

class LAN2

police 1024000 32000 confirm-action transmit exceed-action drop

892f  Lan facing interface
service-policy input QOS

res

Paul

Please don't forget to rate any posts that have been helpful.

Thanks.


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

View solution in original post

2 Replies 2

blau grana
Level 7
Level 7

Hello,

Configure inbound policing on sub/interface where partical VLAN is terminated.

http://www.cisco.com/en/US/docs/ios/12_2/qos/configuration/guide/qcfpoli_ps1835_TSD_Products_Configuration_Guide_Chapter.html#wp1006481

Best Regards

Please rate all helpful posts and close solved questions

Best Regards Please rate all helpful posts and close solved questions

Hello

Where do you want to police this traffic? ---- Try this:

1)Between your LANs

2) From each LAN outbound to your WAN

1) Between each lan

Core siwtch

policy-map LAN1

class class default
police 512000 16000  exceed-action drop

policy-map LAN2
class class default
police 1024000 32000  exceed-action drop

int vlan LAN1
service-policy input LAN1

int vlan LAN2
service-policy input LAN2

trunk interface

mls qos vlan-based

2) router lan facing interface

access-list 100 permit ip (lan1 traffic) any

access-list 101 permit ip (lan2 traffic) any

Class-map LAN1

match acces-group 100

Class-map LAN2
match acces-group 101

policy-map QOS
class LAN1
police 512000 16000  confirm-action transmit exceed-action drop

class LAN2

police 1024000 32000 confirm-action transmit exceed-action drop

892f  Lan facing interface
service-policy input QOS

res

Paul

Please don't forget to rate any posts that have been helpful.

Thanks.


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul