04-11-2013 06:42 PM - edited 03-07-2019 12:46 PM
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..
Solved! Go to Solution.
04-16-2013 02:17 AM
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.
04-16-2013 01:20 AM
Hello,
Configure inbound policing on sub/interface where partical VLAN is terminated.
Best Regards
Please rate all helpful posts and close solved questions
04-16-2013 02:17 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide