When using supernode to transfer data, how to limit the bandwidth of each edge separately to prevent one edge from occupying too much bandwidth of the supernode #53
There is no built in method to adjust the supernode bandwidth allocation. However, standard traffic shaping tools can be used to enforce fair traffic flows for the encapsulated tunnel traffic being sent from the supernode. Under linux, this would be using the tc command, which has lots of tutorials available
There is no built in method to adjust the supernode bandwidth allocation. However, standard traffic shaping tools can be used to enforce fair traffic flows for the encapsulated tunnel traffic being sent from the supernode. Under linux, this would be using the
tc
command, which has lots of tutorials available