Have anyone tried to combine BGP labels using communities and apply them to traffic shaper?
Assume that I have 2 border routers, each connected to 1 upstream, IP Transit and IX respectively. I also have core routers which are configured as VRRP gateway. I would like to label prefixes received from the IP Transit as international (65000:100) and IX as local (65000:200). And, I would like to have different bandwidth limit on the traffic shaper for traffic to/from the labelled prefix e.g.:
International = 200Mbps
Local = 1Gbps
The traffic shapers will be configured on the core routers.
If anyone have done this sort of setup, can you share me and example config? Thank you.