02-20-2017 06:41 AM - edited 03-08-2019 09:25 AM
-dHi I had been trying to configure bandwidth on vlan interface using mac access list
so what i did was
mac address-list extended bandwidht
permit host mmmm.mmmm.mmmm any
deny any any
mac address-list extended bandwidht2
deny host mmmm.mmmm.mmmm any
permit any any
class-map match all dept_A
match access-group name bandwidth
exit
class-map match all dept_B
match access-group name bandwidht2
exit
policy-map bandwidths
class dept_A
police 4096k 1500k conform-action transmit exceed-action drop
class dept_B
police 8192k 1500k conform-action transmit exceed-action drop
exit
int vlan 300
service-policy output bandwidhts
exit
motive is on the base of mac access list bandwidth can be limited in vlan interface
however show policymap output just show it is matching class-default only ,,,, :(
02-20-2017 09:08 AM
Hi,
Have check on the below link ..
http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/122/31sga/configuration/guide/config/qos.html#wp1213649
-GI
02-20-2017 10:00 PM
bump
02-20-2017 10:00 PM
Ganesh Link is not working tried visiting the link.
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