We have a QFX5100 that connects to our VPLS network using an aggregrated ethernet port in trunk mode with various VLANs on it and I'd like to shape the traffic on a per vlan basis, as per the following example:
interface ae0, vlans 1, 2, 3: shape to 50Mbps, regardless of CoS, IP address or anything else
interface ae0, vlans 4, 5, 6: shape to 100Mbps regardless of CoS, IP address or anything else
All I've been able to find so far is that shaping is done based on queues rather than vlans so that really limits the possibilities.
At the moment I'm policing the traffic on the VPLS side, as you can police based on dot1q-tags, but outbound shaping would be better.
Can anyone point me in the right direction? Thanks!