1. when you have traffic shapping and the limit
for the shaped value is exeeeded, all traffic arriving at the interface with
no token in the token bucket is queued using the configured queue to thier appropriate queue..
hence any type of queueing is not invoken unless some sort of trafiic conjestion exist either
via shapping or otherwise.
2. If you have a granular shaping instruction per protocol per bandwidth. The traffic over
its shapped value would be queued and sent at maximun shape rate configured. ( that's one of the uses of shaping, to trim rate at which
a specific traffic is sent). If its just queuing that is enable not shaping, then
a traffic for a specific queue can use as much bandwidth as availabel when there is no other traffic, hence no congestion.
3. if you have shaped and non-shaped traffic on an interface using GTS, the shaped traffic can use as much bandwidht as the maximum of the shaped
value while not-shaped traffic will also use bandwidht on as see bandwidth without the need to be controlled, however non-shaped traffic will use
all the bandwidht it needs till the interface start droping packet but the shaped traffic would be queued till there is enough token to start outputing
from that queue. if the there are non-shaped traffic, it could be possible that they may overwelm the interface
and prevent even shaped traffic from geting enough bandwidht to the shaped value.