Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In addition to implementing its own enterprise MIBs, Infoblox supports the standard MIBs defined in RFC-1213, Management Information Base for Network Management of TCP/IP-based internets: MIB-II.
The Infoblox MIBs are part of a universal hierarchical structure, usually referred to as the MIB tree. The MIB tree has an unlabeled root with three subtrees. Figure 39.2 illustrates the branch of the MIB tree that leads to the Infoblox enterprise MIBs. Each object in the MIB tree has a label that consists of a textual description and an OID (object identifier). An OID is a unique dotted-decimal number that identifies the location of the object in the MIB tree. Note that all OIDs begin with a dot (.) to indicate the root of the MIB tree.
As shown in Figure 39.2, Infoblox is a branch of the Enterprise subtree. IANA (Internet Assigned Numbers Authority) administers the Enterprise subtree, which is designated specifically for vendors who define their own MIBs. The IANA-assigned enterprise number of Infoblox is 7779; therefore, the OIDs of all Infoblox MIB objects begin with the prefix .1.3.6.1.4.1.7779. In addition, IB-DNSSERV and IB-DHCPSERV are branches of the Enterprise subtree as well.
The Infoblox SNMP subtree branches down through two levels, ibProduct and ibOne, to the Infoblox MIBs: ibTrap, ibPlatformOne, ibDNSone, and ibDHCPOne. The ibTrap MIB defines the traps that NIOS appliances send, and the ibPlatformOne, ibDNSone, and ibDHCPOne MIBs provide information about the appliance. For detailed information about these MIBS, see Infoblox MIBs.

Anchor
bookmark2886
bookmark2886
Figure 39.2 MIB Hierarchy

...

OID

Trap Type

MIB Object

Description

3.1.1.1.1.1

Equipment Failure

ibEquipmentFailureTrap

The NIOS appliance generates this trap when a hardware failure occurs. This trap includes the following objects:

  • ibNodeName
  • ibTrapSevertiy
  • ibObjectName (equipment name)
  • ibProbableCause
  • ibTrapDesc

3.1.1.1.1.2

Processing and Software Failure

ibProcessingFailureTrap

The NIOS appliance generates this trap when a failure occurs in one of the software processes. This trap includes the following objects:

3.1.1.1.1.3

Threshold Crossing

ibThresholdCrossingEvent

The NIOS appliance generates this trap when any of the following events occur:

  • System memory or disk usage exceeds 90%.
  • CPU usage exceeds the trigger value for 15 seconds.
  • A problem occurs when the Grid Master replicates its database to its Grid members.
  • DHCP address usage crosses a watermark threshold. For more information about tracking IP address usage, see Threshold Crossing Traps.
  • The number or percentage of the DNS security alerts exceeds the thresholds of the DNS security alert triggers.

    This trap includes the following objects:
  • ibNodeName
  • ibTrapSeverity
  • ibObjectName (threshold name)
  • ibCurThresholdvalue
  • ibThresholdHigh
  • ibThresholdLow
  • ibTrapDesc
    For a list of trap descriptions, see Threshold Crossing Traps.

3.1.1.1.1.4

Object State Change

ibStateChangeEvent

The NIOS appliance generates this trap when there is a change in its state, such as:

  • The link to one of the configured ports goes down, and then goes back up again.
  • A failover occurs in an HA (high availability) pair configuration.
  • A member connects to the Grid Master.
  • An appliance in a Grid goes offline. This trap includes the following objects:
  • ibNodeName
  • ibTrapSeverity
  • ibObjectName
  • ibPreviousState
  • ibCurrentState
  • ibTrapDesc
    For a list of possible trap descriptions, see Object State Change Traps

3.1.1.1.1.5

Process Started and Stopped

ibProcStartStopTrap

The NIOS appliance generates this type of trap when any of the following events occur:

  • When you enable HTTP redirection.
  • When you change the HTTP access setting.
  • When you change the HTTP session time out setting.
  • When a failover occurs in an HA pair configuration.

    This trap includes the following objects:
  • ibNodeName
  • ibSubsystemName
  • ibTrapDesc
    For a list of possible trap descriptions, see Process Started and Stopped Traps.

3.1.1.1.1.6


ibRevokedLicenseTrap

The NIOS appliance generates this trap when a license is revoked.
This trap includes the following objects:

  • ibNodeName
  • ibTrapSeverity
  • ibSubsystemName
  • ibTrapDesc

3.1.1.1.1.7


ibOperationTrap

The NIOS appliance generates this trap when a software operation is noteworthy.
This trap includes the following objects:

  • ibNodeName
  • ibTrapSeverity
  • ibSubsystemName
  • ibProbableCause
  • ibTrapDesc

...