Hi, in a application we are creating I am attempting to control a Cisco 6500. I am stuck on how to create a series of QOS policies to throttle traffic on a per Vlan Interface utilizing a the 6500 Layer3 Switch with ADV IP Services IOS.
Config Scenerio: (not EXACT ios config text)
Vlans = 111,222,333,444,555
Interf vlan 111
Ip address 192.168.0.1 255.255.255.0
Interf vlan 222
Ip address 192.168.1.1 255.255.255.0
Interf vlan 333
Ip address 192.168.2.1 255.255.255.0
Interf gi 4/1
Switchport mode trunk
Switchport trunk encap dot1q
Allowed vlans 1-4000
Interf gi 4/1 will contain multiple clients on vlans 111,222,333,444,555….
We are looking to rate limit vlans as follows.
-vlan 111= 50mbps, 75mbps burst
-vlan 222= 25mbps, NO burst
-vlan 333= 200mbps, 300mbps burst
-vlan 444= 12mbps, burst
-ETC …..