Advertisement
Guest User

Queue Tree SNMP Walk

a guest
Jan 22nd, 2017
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. ubuntu@ubuntu-librenms:~$ snmpwalk -v 2c -c stuff 10.255.255.252 1.3.6.1.4.1.14988.1.1.2.2.1.2.16777225
  2. iso.3.6.1.4.1.14988.1.1.2.2.1.2.16777225 = STRING: "DSCP BE Traffic Outbound to Centurylink"
  3.  
  4. ubuntu@ubuntu-librenms:~$ snmpwalk -v 2c -c stuff 10.255.255.252 1.3.6.1.4.1.14988.1.1.2.2.1.3.16777225
  5. iso.3.6.1.4.1.14988.1.1.2.2.1.3.16777225 = STRING: "CS0 Traffic"
  6.  
  7. ubuntu@ubuntu-librenms:~$ snmpwalk -v 2c -c stuff 10.255.255.252 1.3.6.1.4.1.14988.1.1.2.2.1.7.16777225
  8. iso.3.6.1.4.1.14988.1.1.2.2.1.7.16777225 = Counter64: 9165460
  9.  
  10. ubuntu@ubuntu-librenms:~$ snmpwalk -v 2c -c stuff 10.255.255.252 1.3.6.1.4.1.14988.1.1.2.2.1.6.16777225
  11. iso.3.6.1.4.1.14988.1.1.2.2.1.6.16777225 = Counter32: 69727
  12.  
  13. ubuntu@ubuntu-librenms:~$ snmpwalk -v 2c -c stuff 10.255.255.252 1.3.6.1.4.1.14988.1.1.2.2.1.8.16777225
  14. iso.3.6.1.4.1.14988.1.1.2.2.1.8.16777225 = Counter32: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement