cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
515
Views
0
Helpful
3
Replies

cisco 4948 bandwidth configuration on vlan interface

Aragornruler
Level 1
Level 1

-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 ,,,, :(

3 Replies 3

Ganesh Hariharan
VIP Alumni
VIP Alumni

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

Aragornruler
Level 1
Level 1

bump

Ganesh Link is not working tried visiting the link.