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)
  • ibGridStatus .1.3.6.1.4.1.7779.3.1.1.2.1.12.0
  • ibHAStatus .1.3.6.1.4.1.7779.3.1.1.2.1.13.0
  • ibGridMasterCandStatus .1.3.6.1.4.1.7779.3.1.1.2.1.14.0
  • ibGridMasterVIP .1.3.6.1.4.1.7779.3.1.1.2.1.15.0
  • ibGridReplicationState .1.3.6.1.4.1.7779.3.1.1.2.1.16.0
  • ibCPU1Temperature .1.3.6.1.4.1.7779.3.1.1.2.1.17.0
  • ibCPU2Temperature .1.3.6.1.4.1.7779.3.1.1.2.1.18.0
  • ibNodeServiceStatus .1.3.6.1.4.1.7779.3.1.1.2.1.10.1.2
  • ibNodeServiceDesc .1.3.6.1.4.1.7779.3.1.1.2.1.10.1.3
  • ibServiceStatus .1.3.6.1.4.1.7779.3.1.1.2.1.9.1.2 (member)
  • ibServiceDesc .1.3.6.1.4.1.7779.3.1.1.2.1.9.1.3 (member)
  • ibHardwareType .1.3.6.1.4.1.7779.3.1.1.2.1.4.0
  • ibHardwareId .1.3.6.1.4.1.7779.3.1.1.2.1.5.0
  • ibSerialNumber .1.3.6.1.4.1.7779.3.1.1.2.1.6.0
  • ibNiosVersion .1.3.6.1.4.1.7779.3.1.1.2.1.7.0

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
  • .1 - ISO
  • .1.3 - ORG
  • .1.3.6 - US DoD
  • .1.3.6.1 - Internet
  • .1.3.6.1.4 - Private
  • .1.3.6.1.4.1 - Enterprise
  • .1.3.6.1.4.1.32 - IB-DNSSERV
  • .1.3.6.1.4.1.9999 - IB-DHCPSERV
  • .1.3.6.1.4.1.7779 - Infoblox
  • .1.3.6.1.4.1.7779.3 - Infoblox SNMP Tree
  • .1.3.6.1.4.1.7779.3.1 - ibProduct
  • .1.3.6.1.4.1.7779.3.1.1 - ibOne
  • .1.3.6.1.4.1.7779.3.1.1.1 - ibTrap
  • .1.3.6.1.4.1.7779.3.1.1.2 - ibPlatformOne
  • .1.3.6.1.4.1.7779.3.1.1.3 - ibDNSOne
  • .1.3.6.1.4.1.7779.3.1.1.4 - ibDHCPOne
infoblox_nios/snmp.1712929267.txt.gz · Last modified: by bstafford