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

bandwidth allocation per vrf and Qos for each vrf traffic

gavinhans
Level 1
Level 1

 

SW1 -------(vrf1-vlan3, vrf2-vlan4, vrf3-vlan5)-------SW2

link between Sw1 and Sw2 is trunk, 10G link. we have 3 vrfs. i want to allocate bandwidth in following manner:

vrf1 = 2G b/w
vrf2 = 4G b/w
vrf3 = 4G b/w

I also want to do QoS for each vrf traffic based on following allocation:

voice = 10%
voice control = 5%
video = 10%
critical data = 20%
default = rest of the bandwidth.

is this possible? how to accomplish this?

3 Replies 3

Jaderson Pessoa
VIP Alumni
VIP Alumni
You can create three policy-map + class-map matching all trafic that you want classify and apply it under each interface according your necessity.

check this for more detail: https://www.cisco.com/c/en/us/td/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA1_7_/configuration/administration/guide/admgd/mapolcy.html
Jaderson Pessoa
*** Rate All Helpful Responses ***

Thanks. do I apply it on vlan interface? because physical interface are layer-2.


@Jaderson Pessoa wrote:
You can create three policy-map + class-map matching all trafic that you want classify and apply it under each interface according your necessity.

check this for more detail: https://www.cisco.com/c/en/us/td/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA1_7_/configuration/administration/guide/admgd/mapolcy.html

Thanks. do I apply it on vlan interface? because physical interface are layer-2. link you posted is for ACE. I am doing it on catalyst 9K switches.