SONUS-SIP-SIGNALLING-MIB

File: SONUS-SIP-SIGNALLING-MIB.mib (17287 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SONUS-COMMON-MIB
SONUS-SMI SONUS-TC

Imported symbols

Counter64 Integer32 IpAddress
MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
RowStatus sonusEventClass sonusEventDescription
sonusEventLevel sonusSignallingMIBs SonusAdminState
SonusName SonusServiceState

Defined Types

SonusSipSigPortEntry  
SEQUENCE    
  sonusSipSigPortIndex Integer32
  sonusSipSigPortIpAddress IpAddress
  sonusSipSigPortNum Integer32
  sonusSipSigPortInterface INTEGER
  sonusSipSigPortRole INTEGER
  sonusSipSigPortMode SonusServiceState
  sonusSipSigPortState SonusAdminState
  sonusSipSigPortRowStatus RowStatus
  sonusSipSigPortAclState SonusAdminState

SonusSipSigPortStatusEntry  
SEQUENCE    
  sonusSipSigPortStatusIndex Integer32
  sonusSipSigPortStatusIpAddress IpAddress
  sonusSipSigPortStatusNum Integer32
  sonusSipSigPortStatusInterface INTEGER
  sonusSipSigPortStatusRole INTEGER
  sonusSipSigPortStatusNif Integer32
  sonusSipSigPortStatusState SonusServiceState

SonusSipSigPortStatEntry  
SEQUENCE    
  sonusSipSigPortStatIndex Integer32
  sonusSipSigPortStatIpAddress IpAddress
  sonusSipSigPortStatPortNum Integer32
  sonusSipSigPortStatCountReset INTEGER
  sonusSipSigPortStatCallRate Integer32
  sonusSipSigPortStatNumOrigCalls Integer32
  sonusSipSigPortStatNumTermCalls Integer32
  sonusSipSigPortStatNumTxPdus Counter64
  sonusSipSigPortStatNumRxPdus Counter64
  sonusSipSigPortStatNumTxBytes Counter64
  sonusSipSigPortStatNumRxBytes Counter64

SonusSipAclEntry  
SEQUENCE    
  sonusSipRemoteAppSvrIndex Integer32
  sonusSipRemoteAppSvrName SonusName
  sonusSipRemoteAppSvrIpAddress IpAddress
  sonusSipRemoteAppSvrRowStatus RowStatus

Defined Values

sonusSipSignallingMIB 1.3.6.1.4.1.2879.2.6.7
The MIB Module for SIP IP Call Signal Port Management.
MODULE-IDENTITY    

sonusSipSignallingMIBObjects 1.3.6.1.4.1.2879.2.6.7.1
OBJECT IDENTIFIER    

sonusSipSigTimerObjects 1.3.6.1.4.1.2879.2.6.7.1.1
OBJECT IDENTIFIER    

sonusSipSigTimerT1 1.3.6.1.4.1.2879.2.6.7.1.1.1
This is the SIP protocol retransmission timer T1 (in milliseconds). This value applies to all future SIP calls.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10000  

sonusSipSigTimerT2 1.3.6.1.4.1.2879.2.6.7.1.1.2
This is the SIP protocol retransmission timer T2 (in milliseconds). This value applies to all future SIP calls.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

sonusSipSigTimerSessionKeepalive 1.3.6.1.4.1.2879.2.6.7.1.1.3
This is the SIP protocol session keep-alive timer (in seconds). This value applies to all future SIP calls. when it is set to 0 keepalive is turned off
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..1000  

sonusSipSigRetryObjects 1.3.6.1.4.1.2879.2.6.7.1.2
OBJECT IDENTIFIER    

sonusSipSigNumOfRetry 1.3.6.1.4.1.2879.2.6.7.1.2.1
This is the number of retransmission for SIP message. This value applies to all future SIP calls.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 4..12  

sonusSipSigInviteRetry 1.3.6.1.4.1.2879.2.6.7.1.2.2
This is the number of retransmission for INVITE. This value applies to all future SIP calls.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..12  

sonusSipSigPortTable 1.3.6.1.4.1.2879.2.6.7.1.3
Table of SIP Signalling Port configurations. Limit of two ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusSipSigPortEntry

sonusSipSigPortEntry 1.3.6.1.4.1.2879.2.6.7.1.3.1
SIP Signalling Port configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusSipSigPortEntry  

sonusSipSigPortIndex 1.3.6.1.4.1.2879.2.6.7.1.3.1.1
Identifies the Signal Listen Port entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusSipSigPortIpAddress 1.3.6.1.4.1.2879.2.6.7.1.3.1.2
IP Address of the Sip Signalling Port - mandatory parameter
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sonusSipSigPortNum 1.3.6.1.4.1.2879.2.6.7.1.3.1.3
UDP port number of SIP Signalling Port (default is 5060).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

sonusSipSigPortInterface 1.3.6.1.4.1.2879.2.6.7.1.3.1.4
The interface type of SIP Call Signal Port. 'mgtnif' routes traffic over the gateway Managment ports. 'nif' routes traffic over one of the gateway PNS ports.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER mgtNif(1), nif(2)  

sonusSipSigPortRole 1.3.6.1.4.1.2879.2.6.7.1.3.1.5
Role of the Sip Call Siganlling Port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER primary(1), secondary(2)  

sonusSipSigPortMode 1.3.6.1.4.1.2879.2.6.7.1.3.1.6
Mode of the SIP Signalling Port.
Status: current Access: read-write
OBJECT-TYPE    
  SonusServiceState  

sonusSipSigPortState 1.3.6.1.4.1.2879.2.6.7.1.3.1.7
State of the SIP Signalling Port.
Status: current Access: read-write
OBJECT-TYPE    
  SonusAdminState  

sonusSipSigPortRowStatus 1.3.6.1.4.1.2879.2.6.7.1.3.1.8
This is for SNMP use.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

sonusSipSigPortAclState 1.3.6.1.4.1.2879.2.6.7.1.3.1.9
ACL checking state of the SIP Signalling port
Status: current Access: read-write
OBJECT-TYPE    
  SonusAdminState  

sonusSipSigPortStatusTable 1.3.6.1.4.1.2879.2.6.7.1.4
Table of SIP Signalling Port status.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusSipSigPortStatusEntry

sonusSipSigPortStatusEntry 1.3.6.1.4.1.2879.2.6.7.1.4.1
SIP Signalling Port Status.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusSipSigPortStatusEntry  

sonusSipSigPortStatusIndex 1.3.6.1.4.1.2879.2.6.7.1.4.1.1
Identifies the Signal Listen Port entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusSipSigPortStatusIpAddress 1.3.6.1.4.1.2879.2.6.7.1.4.1.2
IP Address of the Sip Signalling Port
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sonusSipSigPortStatusNum 1.3.6.1.4.1.2879.2.6.7.1.4.1.3
UDP port number of SIP Signalling Port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

sonusSipSigPortStatusInterface 1.3.6.1.4.1.2879.2.6.7.1.4.1.4
The interface type of SIP Call Signal Port. 'mgtnif' routes traffic over the gateway Managment ports. 'nif' routes traffic over one of the gateway PNS ports.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER mgtNif(1), nif(2)  

sonusSipSigPortStatusRole 1.3.6.1.4.1.2879.2.6.7.1.4.1.5
Role of the Sip Call Siganlling Port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER primary(1), secondary(2)  

sonusSipSigPortStatusNif 1.3.6.1.4.1.2879.2.6.7.1.4.1.6
The network interface index of the port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusSipSigPortStatusState 1.3.6.1.4.1.2879.2.6.7.1.4.1.7
State of the SIP Signalling Port.
Status: current Access: read-only
OBJECT-TYPE    
  SonusServiceState  

sonusSipSigPortStatTable 1.3.6.1.4.1.2879.2.6.7.1.5
Table of SIP Signalling Port statistics data.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusSipSigPortStatEntry

sonusSipSigPortStatEntry 1.3.6.1.4.1.2879.2.6.7.1.5.1
SIP Signalling Port Statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusSipSigPortStatEntry  

sonusSipSigPortStatIndex 1.3.6.1.4.1.2879.2.6.7.1.5.1.1
Identifies the Signal Listen Port entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusSipSigPortStatIpAddress 1.3.6.1.4.1.2879.2.6.7.1.5.1.2
IP Address of the Sip Signalling Port
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sonusSipSigPortStatPortNum 1.3.6.1.4.1.2879.2.6.7.1.5.1.3
UDP port number of SIP Signalling Port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

sonusSipSigPortStatCountReset 1.3.6.1.4.1.2879.2.6.7.1.5.1.4
set opertion on this object resets all the statistics counts to zero
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unknown(1), reset(2)  

sonusSipSigPortStatCallRate 1.3.6.1.4.1.2879.2.6.7.1.5.1.5
number of SIP calls per second during the last minute
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusSipSigPortStatNumOrigCalls 1.3.6.1.4.1.2879.2.6.7.1.5.1.6
Total number of outgoing calls sent out from this signaling port
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusSipSigPortStatNumTermCalls 1.3.6.1.4.1.2879.2.6.7.1.5.1.7
Total number of incoming calls received on this signaling port
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusSipSigPortStatNumTxPdus 1.3.6.1.4.1.2879.2.6.7.1.5.1.8
The total number of signalling PDUS sent out on this port
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sonusSipSigPortStatNumRxPdus 1.3.6.1.4.1.2879.2.6.7.1.5.1.9
The total number of signalling PDUS received on this port
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sonusSipSigPortStatNumTxBytes 1.3.6.1.4.1.2879.2.6.7.1.5.1.10
The total number of signalling BYTES sent out from this port
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sonusSipSigPortStatNumRxBytes 1.3.6.1.4.1.2879.2.6.7.1.5.1.11
The total number of signalling BYTES received by this port
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sonusSipAcl 1.3.6.1.4.1.2879.2.6.7.1.6
OBJECT IDENTIFIER    

sonusSipAclNextIndex 1.3.6.1.4.1.2879.2.6.7.1.6.1
the next valid index to use when creating a new sonusSipAclEntry
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusSipAclTable 1.3.6.1.4.1.2879.2.6.7.1.6.2
This is the Application Server List
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusSipAclEntry

sonusSipAclEntry 1.3.6.1.4.1.2879.2.6.7.1.6.2.1
An Application Server
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusSipAclEntry  

sonusSipRemoteAppSvrIndex 1.3.6.1.4.1.2879.2.6.7.1.6.2.1.1
Identifies a remote application server entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusSipRemoteAppSvrName 1.3.6.1.4.1.2879.2.6.7.1.6.2.1.2
Name of the application server.
Status: current Access: read-write
OBJECT-TYPE    
  SonusName  

sonusSipRemoteAppSvrIpAddress 1.3.6.1.4.1.2879.2.6.7.1.6.2.1.3
IP Address of the application server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sonusSipRemoteAppSvrRowStatus 1.3.6.1.4.1.2879.2.6.7.1.6.2.1.4
row status of the application server.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

sonusSipSignallingMIBNotifications 1.3.6.1.4.1.2879.2.6.7.2
OBJECT IDENTIFIER    

sonusSipSignallingMIBNotificationsPrefix 1.3.6.1.4.1.2879.2.6.7.2.0
OBJECT IDENTIFIER    

sonusSipSignallingMIBNotificationsObjects 1.3.6.1.4.1.2879.2.6.7.2.1
OBJECT IDENTIFIER    

sonusSipCallSigPortOpenNotification 1.3.6.1.4.1.2879.2.6.7.2.0.1
This trap indicates that a call signaling port is opened.
Status: current Access: read-write
NOTIFICATION-TYPE    

sonusSipCallSigPortCloseNotification 1.3.6.1.4.1.2879.2.6.7.2.0.2
This trap indicates that a call signaling port is closed.
Status: current Access: read-write
NOTIFICATION-TYPE