G SNMP Monitoring

Simple Network Management Protocol (SNMP) polling (GET and SET) requests are used to retrieve operational data and modify configuration are supported by SBC. The SBC supports SNMPv1 and SNMPv2c for GET and SET requests. Oracle recommends using SNMPv3. Oracle release-specific SNMP MIBs can be found on docs.oracle.com for the release in use.

Below is a recommended list of SNMP OIDs to retrieve regularly from the Oracle System Management MIB (ap-smgmt.mib). Use the snmpgetnext, snmpgetbulk, snmpwalk, or snmpwalkbulk commands. These will provide useful data on overall system performance and security issues.

apSysMgmtGeneralObjects (1.3.6.1.4.1.9148.3.2.1.1)

  • apSysCPUUtil (1.3.6.1.4.1.9148.3.2.1.1.1) - Percentage of CPU utilization
  • apSysMemoryUtil (1.3.6.1.4.1.9148.3.2.1.1.2) - Percentage of memory utilization
  • apSysHealthScore (1.3.6.1.4.1.9148.3.2.1.1.3) - System health percentage
  • apSysRedundancy (1.3.6.1.4.1.9148.3.2.1.1.4) - Active or Standby SD
  • apSysGlobalConSess (1.3.6.1.4.1.9148.3.2.1.1.5) - Total instant number of system concurrent sessions
  • apSysGlobalCPS (1.3.6.1.4.1.9148.3.2.1.1.6) - Instant number of system calls per second
  • apSysNATCapacity (1.3.6.1.4.1.9148.3.2.1.1.7) - Percentage of NAT table in CAM utilization
  • apSysARPCapacity (1.3.6.1.4.1.9148.3.2.1.1.8) - Percentage of ARP table in CAM utilization
  • apSysLicenseCapacity (1.3.6.1.4.1.9148.3.2.1.1.10) - Percentage of licensed sessions in use
  • apSysSipStatsActiveLocalContacts (1.3.6.1.4.1.9148.3.2.1.1.11) - Current number of cached SIP registered contacts
  • apSysApplicationCPULoadRate (1.3.6.1.4.1.9148.3.2.1.1.16) - Average load rate of applications over past 10 seconds
  • apSysSipEndptDemTrustToUntrust (1.3.6.1.4.1.9148.3.2.1.1.19) - Number of SIP endpoints demoted from trusted to untrusted queue
  • apSysSipEndptDemUntrustToDeny (1.3.6.1.4.1.9148.3.2.1.1.20) - Number of SIP endpoints demoted from untrusted queue to denied
  • apSysRejectedMessages (.1.3.6.1.4.1.9148.3.2.1.1.18.0)- Number of messages rejected by the SBC due to matching criteria
  • apSysStorageSpaceTable (1.3.6.1.4.1.9148.3.2.1.1.23), apSysStorageSpaceEntry (1.3.6.1.4.1.9148.3.2.1.1.23.1)
  • apSysVolumeAvailSpace (1.3.6.1.4.1.9148.3.2.1.1.23.1.4) - Space remaining on the Storage Expansion Module (in MB)

apSysMgmtInterfaceObjects (1.3.6.1.4.1.9148.3.2.1.8), apSysMgmtPhyUtilTable (11.3.6.1.4.1.9148.3.2.1.8.1)

  • apPhyUtilTableRxUtil (1.3.6.1.4.1.9148.3.2.1.8.1.1.1) - Received Network Interface utilization over one second period
  • apPhyUtilTableTxUtil (1.3.6.1.4.1.9148.3.2.1.8.1.1.2) - Transmitted Network Interface utilization over one second period

See the MIB Guide for more information about MIBs.