Advertisement
Guest User

Simple Queue SNMP Walk

a guest
Jan 22nd, 2017
741
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 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.1.1.2.12
  2. iso.3.6.1.4.1.14988.1.1.2.1.1.2.12 = STRING: "Outbound CS0 traffic to Centurylink - 4500kbit"
  3.  
  4. ubuntu@ubuntu-librenms:~$ snmpwalk -v 2c -c stuff 10.255.255.252 1.3.6.1.4.1.14988.1.1.2.1.1.8.12
  5. iso.3.6.1.4.1.14988.1.1.2.1.1.8.12 = Counter64: 12390360
  6.  
  7. ubuntu@ubuntu-librenms:~$ snmpwalk -v 2c -c stuff 10.255.255.252 1.3.6.1.4.1.14988.1.1.2.1.1.9.12
  8. iso.3.6.1.4.1.14988.1.1.2.1.1.9.12 = Counter64: 185432798
  9.  
  10. ubuntu@ubuntu-librenms:~$ snmpwalk -v 2c -c stuff 10.255.255.252 1.3.6.1.4.1.14988.1.1.2.1.1.10.12
  11. iso.3.6.1.4.1.14988.1.1.2.1.1.10.12 = Counter32: 66510
  12.  
  13. ubuntu@ubuntu-librenms:~$ snmpwalk -v 2c -c stuff 10.255.255.252 1.3.6.1.4.1.14988.1.1.2.1.1.11.12
  14. iso.3.6.1.4.1.14988.1.1.2.1.1.11.12 = Counter32: 1393915
  15.  
  16. ubuntu@ubuntu-librenms:~$ snmpwalk -v 2c -c stuff 10.255.255.252 1.3.6.1.4.1.14988.1.1.2.1.1.12.12
  17. iso.3.6.1.4.1.14988.1.1.2.1.1.12.12 = Counter32: 0
  18.  
  19. ubuntu@ubuntu-librenms:~$ snmpwalk -v 2c -c stuff 10.255.255.252 1.3.6.1.4.1.14988.1.1.2.1.1.13.12
  20. iso.3.6.1.4.1.14988.1.1.2.1.1.13.12 = Counter32: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement