User Tools

Site Tools


infoblox_nios:snmp

This is an old revision of the document!


NIOS SNMP

sudo apt install snmp snmp-mibs-downloader

Where GM is 192.168.1.1

snmpwalk -v2c -cgetSpecs 192.168.1.1 IF-MIB::ifDescr

Get MTU settings

snmpwalk -v2c -cgetSpecs 192.168.1.1 IF-MIB::ifMtu

Get MTU settings without names

snmpwalk -v2c -cgetSpecs 192.168.1.1 1.3.6.1.2.1.2.2.1.4

Documentation - SNMP MIB Hierarchy

  • CPU = .1.3.6.1.4.1.7779.3.1.1.2.1.8.1.1.0 (INTEGER)
  • MEMORY = .1.3.6.1.4.1.7779.3.1.1.2.1.8.2.1.0 (INTEGER)

Get CPU data from NIOS box where we use v2c and Community string is “Public”

snmpwalk -v2c -c Public 192.168.11.153 .1.3.6.1.4.1.7779.3.1.1.2.1.8.1.1.0

Get Memory data from NIOS box where we use v2c and Community string is “Public”

snmpwalk -v2c -c Public 192.168.11.153 .1.3.6.1.4.1.7779.3.1.1.2.1.8.2.1.0
infoblox_nios/snmp.1710248415.txt.gz · Last modified: by bstafford