hi all,
sorry for my bad english :(
My company has many branches connected to HO via MPLS layer2 (hub and spoke model) with the same ip WAN subnet
I'm looking forward for a solution QoS between branches and HO as following:
IP LAN at branches: 10.0.x.0/24
IP video conference at branches: 10.0.x.176, IP cisco MCU at HO: 192.168.39.24
IP Access Point at branches: 10.0.x.239, IP wireless LAN controller at HO: 192.168.255.238
IP core servers at HO: 192.168.0.0/16
a. Allocate enough bandwidth for video conference from HO to branches, about 512kb(class a). This service's not often running.
b. Maximum limit bandwidth of video and voice from wireless lan controller to AP at branches (class b)
c. Prioritize bandwidth from LAN of branches to core servers at HO (class c)
I plan to configure at each router branch like this:
create access-list ip soure_lan ip_dest_ho for each class
set shape 512kb for class a
set shape percent 80 for class c
set class b to default class
apply service-policy output on WAN interface of each router of branch
But at router HO I dont know what to do, how to create one policy apply for all branches....as long as it's simple :D
Anyone help me :)