All MIBs › SONUS-COMMON-MIB
Organization: Sonus Networks, Inc.
Last Updated: 2001-02-03
Category: Sonus Networks VoIP Softswitch
Description:
Defines Sonus Networks softswitch common objects, enterprise OID root, and shared platform parameters.
Imported Objects
From SNMPv2-SMI
| Integer32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| DateAndTime | |
| DisplayString | |
| RowStatus |
From SONUS-SMI
| sonusSystemMIBs | OBJECT-IDENTITY |
From SONUS-TC
| SonusAccessLevel | |
| SonusAdminState | |
| SonusEventClass | |
| SonusEventLevel | |
| SonusEventString | |
| SonusName | |
| SonusNameReference | |
| SonusTrapType |
What Is SONUS-COMMON-MIB?
SONUS-COMMON-MIB is a common platform MIB from Sonus Networks (a VoIP/softswitch and session border controller vendor, later part of Ribbon Communications) that defines shared management objects and the enterprise OID root used across all Sonus device families. Unlike many "common" registration MIBs, it does expose live configuration/status data, specifically a network-management client table that tracks the SNMP management stations authorized to interact with a Sonus device. Through this table, operators can monitor which management clients are configured, their operational state, IP address, access level (read/write), and per-client SNMP community strings and trap-delivery state -- useful for auditing and troubleshooting who can manage or receive alerts from the softswitch. Its main dependency is on standard SNMPv2-SMI conventions for indexing and community-based security, and it forms the common base that Sonus's call-signaling, media, and trunk-group MIBs build upon. It is deployed across Sonus/Ribbon softswitch and session border controller platforms in carrier and enterprise VoIP networks. Loading SONUS-COMMON-MIB into a MIB Browser lets an administrator inspect the sonusNetMgmtClientTable structure directly, confirming which management stations and access levels are defined before relying on it in a live softswitch deployment.
IPNetwork Monitor allows you to monitor SNMP objects defined in SONUS-COMMON-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- configured SNMP management clients
- management client operational state
- management client IP address
- SNMP access level (read/write)
- SNMP community strings per client
- trap delivery state per client
Supported Devices
- Sonus Networks / Ribbon Communications softswitch and SBC platforms, entire device family (SNMP management-client table)
Monitoring Examples
An admin can poll sonusNetMgmtClientTable/sonusNetMgmtClientEntry to see each configured NMS client's sonusNetMgmtClientName, sonusNetMgmtClientState, and sonusNetMgmtClientIpAddr, confirming whether a management station is active and reachable. Checking sonusNetMgmtClientAccess alongside sonusNetMgmtClientSnmpCommunityGet/Set reveals whether a client has read-only or read-write access and which community strings it uses -- useful when auditing SNMP security on a softswitch. sonusNetMgmtClientTrapState shows whether trap delivery to that client is enabled, so an admin can diagnose why alerts from the Sonus platform aren't reaching a particular NMS.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| sonusCommonMIB | 1.3.6.1.4.1.2879.2.1.5 | The MIB Module for common management of all Sonus devices. | ||
| sonusCommonMIBObjects | 1.3.6.1.4.1.2879.2.1.5.1 | |||
| sonusNetMgmt | 1.3.6.1.4.1.2879.2.1.5.1.1 | |||
| sonusNetMgmtClient | 1.3.6.1.4.1.2879.2.1.5.1.1.1 | |||
| I32 sonusNetMgmtClientNextIndex | 1.3.6.1.4.1.2879.2.1.5.1.1.1.1 | Integer32 | read-only | The next valid index to use when creating an entry in the sonusNetMgmtClientTable. |
| sonusNetMgmtClientTable | 1.3.6.1.4.1.2879.2.1.5.1.1.1.2 | not-accessible | The sonusNetMgmtClientTable specifies the management entities (i.e. clients) that are capable of configurating the node. Each management client is identified by its IP address. | |
| sonusNetMgmtClientEntry | 1.3.6.1.4.1.2879.2.1.5.1.1.1.2.1 | not-accessible | An entry in the sonusNetMgmtClientTable. | |
| I32 sonusNetMgmtClientIndex | 1.3.6.1.4.1.2879.2.1.5.1.1.1.2.1.1 | Integer32 | read-only | The tabular index of this administrative management client. |
| SON sonusNetMgmtClientName | 1.3.6.1.4.1.2879.2.1.5.1.1.1.2.1.2 | SonusName | read-write | The name of this administrative management client. |
| SON sonusNetMgmtClientState | 1.3.6.1.4.1.2879.2.1.5.1.1.1.2.1.3 | SonusAdminState | read-write | The administrative state of this management client. |
| IP sonusNetMgmtClientIpAddr | 1.3.6.1.4.1.2879.2.1.5.1.1.1.2.1.4 | IpAddress | read-write | The IP address of this management client. |
| SON sonusNetMgmtClientAccess | 1.3.6.1.4.1.2879.2.1.5.1.1.1.2.1.5 | SonusAccessLevel | read-write | The level of management that is granted to this management client. |
| STR sonusNetMgmtClientSnmpCommunityGet | 1.3.6.1.4.1.2879.2.1.5.1.1.1.2.1.6 | DisplayString | read-write | The SNMP read-only community string. |
| STR sonusNetMgmtClientSnmpCommunitySet | 1.3.6.1.4.1.2879.2.1.5.1.1.1.2.1.7 | DisplayString | read-write | The SNMP read-write community string. |
| STR sonusNetMgmtClientSnmpCommunityTrap | 1.3.6.1.4.1.2879.2.1.5.1.1.1.2.1.8 | DisplayString | read-write | The SNMP trap community string. |
| SON sonusNetMgmtClientTrapState | 1.3.6.1.4.1.2879.2.1.5.1.1.1.2.1.9 | SonusAdminState | read-write | Determines whether SNMP traps are transmitted to this management client. |
| ROW sonusNetMgmtClientRowStatus | 1.3.6.1.4.1.2879.2.1.5.1.1.1.2.1.10 | RowStatus | read-write | This object is used to create and delete rows in the sonusNetMgmtClientTable. |
| I32 sonusNetMgmtClientTrapPort | 1.3.6.1.4.1.2879.2.1.5.1.1.1.2.1.11 | Integer32 | read-write | The port number of the management client where trap/notification PDUs are to be sent to. |
| SON sonusNetMgmtClientAllTraps | 1.3.6.1.4.1.2879.2.1.5.1.1.1.2.1.12 | SonusTrapType | read-write | Indicates if all traps are to be sent to this management client, and defines their trap type. |
| I32 sonusNetMgmtClientInformReqTimeout | 1.3.6.1.4.1.2879.2.1.5.1.1.1.2.1.13 | Integer32 | read-write | The time in seconds that an InformRequest PDU that is sent to this Management Client will timeout if no Response PDU is received. This MIB object does not apply to SNMPv1 or SNMPv2 Trap PDUs. Refer to sonusNetMgmtClientInformRequestRetries for related information. |
| I32 sonusNetMgmtClientInformReqRetries | 1.3.6.1.4.1.2879.2.1.5.1.1.1.2.1.14 | Integer32 | read-write | The number of retries that are to be made when sending an InformRequest PDU to this Management Client. The maximum number of attempts to send an InformRequest PDU to a Management Client will be one, for the initial attempt, plus the number of retries. This MIB object does not apply to SNMPv1 or SNMPv2 Trap PDUs. Refer to sonusNetMgmtClientInformRequestTimeout for related information. |
| I32 sonusNetMgmtClientInformReqMaxQueue | 1.3.6.1.4.1.2879.2.1.5.1.1.1.2.1.15 | Integer32 | read-write | The maximum of InformRequest PDUs that will be outstanding, awaiting for Response PDUs from this Management Client. When the maximum number has been reached, consectutive InformRequest PDUs will be discarded (i.e. not sent.) Increasing this number will increase the memory consumed by the GSX software and the CPU time required to process the InformRequest PDUs. This MIB object does not apply to SNMPv1 or SNMPv2 Trap PDUs. |
| sonusNetMgmtClientStatusTable | 1.3.6.1.4.1.2879.2.1.5.1.1.1.3 | not-accessible | The sonusNetMgmtClientStatusTable specifies the status of the management entities (i.e. clients). Each management client is identified by its IP address. | |
| sonusNetMgmtClientStatusEntry | 1.3.6.1.4.1.2879.2.1.5.1.1.1.3.1 | not-accessible | An entry in the sonusNetMgmtClientStatusTable. | |
| I32 sonusNetMgmtClientStatusIndex | 1.3.6.1.4.1.2879.2.1.5.1.1.1.3.1.1 | Integer32 | not-accessible | The tabular index of this status management client. |
| DAT sonusNetMgmtClientStatusLastConfigChange | 1.3.6.1.4.1.2879.2.1.5.1.1.1.3.1.2 | DateAndTime | read-only | Octet string that identifies the GMT timestamp of last successful SET PDU from this management client. field octects contents range ----- ------- -------- ----- 1 1-2 year 0..65536 2 3 month 1..12 3 4 day 1..31 4 5 hour 0..23 5 6 minutes 0..59 6 7 seconds 0..59 7 8 deci-sec 0..9 * Notes: - the value of year is in network-byte order |
| sonusNetMgmtTrap | 1.3.6.1.4.1.2879.2.1.5.1.1.2 | |||
| sonusNetMgmtTrapNextIndex | 1.3.6.1.4.1.2879.2.1.5.1.1.2.1 | |||
| sonusNetMgmtTrapTable | 1.3.6.1.4.1.2879.2.1.5.1.1.2.2 | not-accessible | The sonusNetMgmtTrapTable identifies the SNMP Traps that this node supports. | |
| sonusNetMgmtTrapEntry | 1.3.6.1.4.1.2879.2.1.5.1.1.2.2.1 | not-accessible | An entry in the sonusNetMgmtTrapTable. | |
| I32 sonusNetMgmtTrapIndex | 1.3.6.1.4.1.2879.2.1.5.1.1.2.2.1.1 | Integer32 | not-accessible | The tabular index of this trap. |
| SON sonusNetMgmtTrapName | 1.3.6.1.4.1.2879.2.1.5.1.1.2.2.1.2 | SonusName | read-only | The name of this trap. |
| STR sonusNetMgmtTrapMIBName | 1.3.6.1.4.1.2879.2.1.5.1.1.2.2.1.3 | DisplayString | read-only | The full MIB name of this trap. |
| OID sonusNetMgmtTrapOID | 1.3.6.1.4.1.2879.2.1.5.1.1.2.2.1.4 | OBJECT IDENTIFIER | read-only | The MIB OID of this trap. |
| SON sonusNetMgmtTrapClass | 1.3.6.1.4.1.2879.2.1.5.1.1.2.2.1.5 | SonusEventClass | read-only | The classification of the event that corresponds to this trap. |
| SON sonusNetMgmtTrapLevel | 1.3.6.1.4.1.2879.2.1.5.1.1.2.2.1.6 | SonusEventLevel | read-only | The severity level of the event that corresponds to this trap. |
| SON sonusNetMgmtTrapState | 1.3.6.1.4.1.2879.2.1.5.1.1.2.2.1.7 | SonusAdminState | read-write | Determines if this SNMP trap is transmitted to any management client. |
| sonusNetMgmtNotify | 1.3.6.1.4.1.2879.2.1.5.1.1.3 | |||
| I32 sonusNetMgmtNotifyNextIndex | 1.3.6.1.4.1.2879.2.1.5.1.1.3.1 | Integer32 | read-only | The next valid index to use when creating an entry in the sonusNetMgmtNotifyTable. |
| sonusNetMgmtNotifyTable | 1.3.6.1.4.1.2879.2.1.5.1.1.3.2 | not-accessible | The sonusNetMgmtNotifyTable identifies which management clients are to be notified by which SNMP Traps. | |
| sonusNetMgmtNotifyEntry | 1.3.6.1.4.1.2879.2.1.5.1.1.3.2.1 | not-accessible | An entry in the sonusNetMgmtNotifyTable. | |
| I32 sonusNetMgmtNotifyIndex | 1.3.6.1.4.1.2879.2.1.5.1.1.3.2.1.1 | Integer32 | not-accessible | The table index of notify entries. |
| SON sonusNetMgmtNotifyName | 1.3.6.1.4.1.2879.2.1.5.1.1.3.2.1.2 | SonusName | read-write | The name of the notification entry. |
| SON sonusNetMgmtNotifyMgmtName | 1.3.6.1.4.1.2879.2.1.5.1.1.3.2.1.3 | SonusNameReference | read-write | The name of the management client that is to be notified of the trap identified by this entry. The value must match an existing sonusNetMgmtClientName in the sonusNetMgmtClientTable. |
| SON sonusNetMgmtNotifyTrapName | 1.3.6.1.4.1.2879.2.1.5.1.1.3.2.1.4 | SonusNameReference | read-write | The name of the trap that is to be sent to the management client identified by this entry. The value must match an existing sonusNetMgmtTrapName in the sonusNetMgmtTrapTable. |
| SON sonusNetMgmtNotifyTrapType | 1.3.6.1.4.1.2879.2.1.5.1.1.3.2.1.5 | SonusTrapType | read-write | Identify whether no PDU, a SNMPv1 Trap PDU, SNMPv2 Trap PDU, or SNMPv2 Inform PDU is to be transmitted to this management client. |
| ROW sonusNetMgmtNotifyRowStatus | 1.3.6.1.4.1.2879.2.1.5.1.1.3.2.1.6 | RowStatus | read-write | This object is used to create and delete rows in the sonusNetMgmtNotifyTable. |
| sonusCommonMIBNotifications | 1.3.6.1.4.1.2879.2.1.5.2 | |||
| sonusCommonMIBNotificationsPrefix | 1.3.6.1.4.1.2879.2.1.5.2.0 | |||
| NTF sonusNetMgmtClientInformReqQueueFlushedNotification | 1.3.6.1.4.1.2879.2.1.5.2.0.1 | The specified number of InformRequest PDUs destined to the specified Management Client were flushed from the InformRequest PDU queue because no Response PDUs were were received from the Management Client. This situtation could occur if the Management Client cannot quickly process and respond to InformRequest PDUs that it receives, or if communications is lost with the Management Client. If this situation occurs occasionally, it is recommended to increase the InformRequest PDU timeout and/or retry values (see sonusNetMgmtClientInformReqTimeout and sonusNetMgmtClientInformReqRetries.) If this situation occurs repeatedly, it is an indication that communications is lost with the Management Client, either because of network problems, or because the Management Client is no longer operational. It is recommended that this device be configured to send a Trap PDU, not an InformRequest PDU, for this Notification to all Management Clients, thus bypassing a problematic InformRequest PDU queue and allowing the situation to be quickly identified and resolved. | ||
| NTF sonusNetMgmtClientInformReqQueueFullNotification | 1.3.6.1.4.1.2879.2.1.5.2.0.2 | The specified number of InformRequest PDUs destined to the specified Management Client were discard because its InformRequest PDU queue was full. This situtation could occur if the Management Client cannot quickly process and respond to InformRequest PDUs that it receives, or if communications is lost with the Management Client. If this situation occurs occasionally, it is recommended to increase the InformRequest PDU queue size (see sonusNetMgmtClientInformReqMaxQueue.) If this situation occurs repeatedly, it is an indication that communications is lost with the Management Client, either because of network problems, or because the Management Client is no longer operational. It is recommended that this device be configured to send a Trap PDU, not an InformRequest PDU, for this Notification to all Management Clients, thus bypassing a problematic InformRequest PDU queue and allowing the situation to be quickly identified and resolved. | ||
| sonusCommonMIBNotificationsObjects | 1.3.6.1.4.1.2879.2.1.5.2.1 | |||
| I32 sonusShelfIndex | 1.3.6.1.4.1.2879.2.1.5.2.1.1 | Integer32 | read-only | The shelf index of the event that generated the trap. |
| I32 sonusSlotIndex | 1.3.6.1.4.1.2879.2.1.5.2.1.2 | Integer32 | read-only | The slot index of the event that generated the trap. |
| I32 sonusPortIndex | 1.3.6.1.4.1.2879.2.1.5.2.1.3 | Integer32 | read-only | The port index of the event that generated the trap. |
| I32 sonusDs3Index | 1.3.6.1.4.1.2879.2.1.5.2.1.4 | Integer32 | read-only | The DS3 index of the event that generated the trap. |
| I32 sonusDs1Index | 1.3.6.1.4.1.2879.2.1.5.2.1.5 | Integer32 | read-only | The DS1 index of the event that generated the trap. |
| STR sonusEventDescription | 1.3.6.1.4.1.2879.2.1.5.2.1.6 | SonusEventString | read-only | A description of the event that generated the trap. |
| SON sonusEventClass | 1.3.6.1.4.1.2879.2.1.5.2.1.7 | SonusEventClass | read-only | The category of the event that generated the trap. |
| SON sonusEventLevel | 1.3.6.1.4.1.2879.2.1.5.2.1.8 | SonusEventLevel | read-only | The severity level of the event that generated the trap. |
| U32 sonusSequenceId | 1.3.6.1.4.1.2879.2.1.5.2.1.9 | Unsigned32 | read-only | A consecutive number assigned to each trap in a sequence of traps that are sent to one management client. Each management client has its own set of sequence IDs. |
| DAT sonusEventTime | 1.3.6.1.4.1.2879.2.1.5.2.1.10 | DateAndTime | read-only | The date and time of the event that generated the trap. |
| I32 sonusNetMgmtInformReqDiscards | 1.3.6.1.4.1.2879.2.1.5.2.1.11 | Integer32 | read-only | The number of InformRequest PDUs that were discarded for a Management Client. |
RFC description
Sonus common management MIB providing shared management objects and event handling for all Sonus Networks voice/IP devices and systems.
Start monitoring Sonus Networks / Ribbon Communications softswitch and SBC platforms, entire device family (SNMP management-client table) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.