Advertisement
Guest User

qos and queue tables

a guest
Mar 6th, 2015
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. mininet@mininet-vm:~$ sudo ovs-vsctl list qos
  2. _uuid : dcdfa6f4-3128-4c84-9cf3-5ff4bb14515f
  3. external_ids : {}
  4. other_config : {max-rate="10000000"}
  5. queues : {1=6b905039-1cd7-42b6-b112-27dc0d2bfcc3}
  6. type : linux-htb
  7.  
  8. _uuid : c2d7484d-3760-4fee-b6f0-a136991df25f
  9. external_ids : {}
  10. other_config : {max-rate="10000000"}
  11. queues : {1=af50560e-6a21-472d-8841-cfc588369ddd}
  12. type : linux-htb
  13. mininet@mininet-vm:~$ sudo ovs-vsctl list queue
  14. _uuid : 6b905039-1cd7-42b6-b112-27dc0d2bfcc3
  15. dscp : []
  16. external_ids : {}
  17. other_config : {max-rate="250000", min-rate="150000"}
  18.  
  19. _uuid : af50560e-6a21-472d-8841-cfc588369ddd
  20. dscp : []
  21. external_ids : {}
  22. other_config : {max-rate="250000", min-rate="150000"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement