snmp¶
Simple Network Management Protocol
Links¶
- Third party MIBs: https://github.com/trevoro/snmp-mibs/tree/master/mibs
- How-To: https://web.archive.org/web/20070122063239/http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch22_:_Monitoring_Server_Performance
- APC has some snmp tricks specific to those devices.
Examples¶
Install snmp utils on redhat / centos¶
Show the system description of a host¶
Walk 172.28.111.10 with community string itgwrk¶
IPV6 is different...
Show Network Info¶
Show Airport Upload and Download bytes¶
snmpwalk -c public 192.168.9.1 IF-MIB::ifOutOctets
snmpwalk -c public 192.168.9.1 IF-MIB::ifInOctets
Show configured IP addresses¶
IPV4 by querying IPV6