UX-CALL-STATS-MIB

File: UX-CALL-STATS-MIB.mib (51177 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
PerfHist-TC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
IpAddress enterprises Counter32
Counter64 Gauge32 Integer32
TimeTicks Unsigned32 TEXTUAL-CONVENTION
DisplayString MODULE-COMPLIANCE OBJECT-GROUP
PerfCurrentCount PerfIntervalCount PerfTotalCount

Defined Types

UxPortEntry  
SEQUENCE    
  uxPTIndex Unsigned32
  uxPTShelf Unsigned32
  uxPTSlot Unsigned32
  uxPTPort Unsigned32
  uxPTCurrentCalls Gauge32
  uxPTTotalCalls Counter32
  uxPTConnectedCalls Counter32
  uxPTRefusedCalls Counter32
  uxPTErroredCalls Counter32
  uxPTEgressCallAttempts Counter32
  uxPTEgressCallsAccepted Counter32
  uxPTEgressCallsCompleted Counter32
  uxPTEgressCallsRejected Counter32
  uxPTIngressCallAttempts Counter32
  uxPTIngressCallsAccepted Counter32
  uxPTIngressCallsCompleted Counter32
  uxPTIngressCallsRejected Counter32
  uxPTBlockedCalls Counter32
  uxPTEgressBlockedCalls Counter32
  uxPTIngressBlockedCalls Counter32
  uxPTEgressCurrentCalls Counter32
  uxPTIngressCurrentCalls Counter32
  uxPTBHCARate Counter32
  uxPTBHCCRate Counter32

UxCallRtTablesEntry  
SEQUENCE    
  uxCallRtTablesTableIndex INTEGER
  uxDesc DisplayString
  uxCallRtSequence DisplayString

UxCallRtEntry  
SEQUENCE    
  uxCallRtTablesIndex INTEGER
  uxCallRtIndex INTEGER
  uxDescription DisplayString
  uxAdminState INTEGER
  uxRoutePriority INTEGER
  uxSignalingGroupList DisplayString
  uxQualityMetricCalls INTEGER
  uxQualityMetricTime INTEGER
  uxQualityMinASRThreshold INTEGER
  uxQualityMaxRoundTripDelayThreshold INTEGER
  uxQualityMaxJitterThreshold INTEGER
  uxQualityMinMOSThreshold INTEGER

UxSgEntry  
SEQUENCE    
  uxSGEntryIndex INTEGER
  uxSGDescription DisplayString
  uxSGType INTEGER
  uxSGAdminState INTEGER
  uxSGServiceState INTEGER

UxSipServerEntry  
SEQUENCE    
  uxSGIndex INTEGER
  uxSipServerIndex INTEGER
  uxSipSvrPriority INTEGER
  uxSipSvrHost DisplayString
  uxSipSvrPort INTEGER
  uxSipSvrTransProtocol INTEGER

UxChannelStatusEntry  
SEQUENCE    
  uxChShelfNumber Unsigned32
  uxChSlotNumber Unsigned32
  uxChPortNumber Unsigned32
  uxChChannelNumber Unsigned32
  uxChAdminState INTEGER
  uxChOperState INTEGER
  uxChInUseSeconds Counter32

UxSGStatsCurrentEntry  
SEQUENCE    
  uxSGCurrentIndex INTEGER
  uxSGCurrentPeakChannelUsage PerfCurrentCount
  uxSGCurrentCompletedCalls PerfCurrentCount
  uxSGCurrentIncompleteCalls PerfCurrentCount

UxSGStatsIntervalEntry  
SEQUENCE    
  uxSGIntervalIndex INTEGER
  uxSGIntervalNumber INTEGER
  uxSGIntervalPeakChannelUsage PerfIntervalCount
  uxSGIntervalCompletedCalls PerfIntervalCount
  uxSGIntervalIncompleteCalls PerfIntervalCount

UxCallRtStatsCurrentEntry  
SEQUENCE    
  uxCallRtCurrentTablesIndex INTEGER
  uxCallRtCurrentEntryIndex INTEGER
  uxCallRtCurrentRuleUsage PerfCurrentCount

UxCallRtStatsTotalEntry  
SEQUENCE    
  uxCallRtTotalTablesIndex INTEGER
  uxCallRtTotalEntryIndex INTEGER
  uxCallRtTotalRuleUsage PerfTotalCount

UxCallRtStatsIntervalEntry  
SEQUENCE    
  uxCallRtIntervalTablesIndex INTEGER
  uxCallRtIntervalEntryIndex INTEGER
  uxCallRtIntervalNumber INTEGER
  uxCallRtIntervalRuleUsage PerfIntervalCount

UxLicenseStatsIntervalEntry  
SEQUENCE    
  uxLicenseIntervalNumber INTEGER
  uxLicenseIntervalPeakSIPCall PerfTotalCount
  uxLicenseIntervalPeakSIPRegistration PerfTotalCount
  uxLicenseIntervalPeakTDMChannel PerfTotalCount
  uxLicenseIntervalPeakDSP PerfTotalCount

UxSIPRegistrationsStatsIntervalEntry  
SEQUENCE    
  uxSIPRegistrationsIntervalIndex INTEGER
  uxSIPRegistrationsIntervalNumber INTEGER
  uxSIPRegistrationsIntervalPeakUsers PerfIntervalCount

UxSIPRegistrationsStatsCurrentEntry  
SEQUENCE    
  uxSIPRegistrationsCurrentIndex INTEGER
  uxSIPRegistrationsCurrentPeakUsers PerfCurrentCount

UxEthernetPortStatsIntervalEntry  
SEQUENCE    
  uxEthernetPortIntervalIndex INTEGER
  uxEthernetPortInterval INTEGER
  uxIntervalifInUcastPkts PerfIntervalCount
  uxIntervalifInBroadcastPkts PerfIntervalCount
  uxIntervalifInMulticastPkts PerfIntervalCount
  uxIntervalifInOctets PerfIntervalCount
  uxIntervalifInErrors PerfIntervalCount
  uxIntervalifInDiscards PerfIntervalCount
  uxIntervalifInUnknwnProto PerfIntervalCount
  uxIntervalifInUndersizedPkts PerfIntervalCount
  uxIntervalifInOverSizedPkts PerfIntervalCount
  uxIntervalifInFCSErrors PerfIntervalCount
  uxIntervalifInAlignErrors PerfIntervalCount
  uxIntervalifInFragmentedPkts PerfIntervalCount
  uxIntervalifOutUcastPkts PerfIntervalCount
  uxIntervalifOutOctets PerfIntervalCount
  uxIntervalifOutBroadcastPkts PerfIntervalCount
  uxIntervalifOutMulticastPkts PerfIntervalCount
  uxIntervalifOutErrors PerfIntervalCount
  uxIntervalifOutDiscards PerfIntervalCount
  uxIntervalifOutLateCollissions PerfIntervalCount
  uxIntervalifOutDeferredTransmissions PerfIntervalCount

UxEthernetPortStatsCurrentEntry  
SEQUENCE    
  uxEthernetPortCurrentIndex INTEGER
  uxCurrentifInUcastPkts PerfCurrentCount
  uxCurrentifInBroadcastPkts PerfCurrentCount
  uxCurrentifInMulticastPkts PerfCurrentCount
  uxCurrentifInOctets PerfCurrentCount
  uxCurrentifInErrors PerfCurrentCount
  uxCurrentifInDiscards PerfCurrentCount
  uxCurrentifInUnknwnProto PerfCurrentCount
  uxCurrentifInUndersizedPkts PerfCurrentCount
  uxCurrentifInOverSizedPkts PerfCurrentCount
  uxCurrentifInFCSErrors PerfCurrentCount
  uxCurrentifInAlignErrors PerfCurrentCount
  uxCurrentifInFragmentedPkts PerfCurrentCount
  uxCurrentifOutUcastPkts PerfCurrentCount
  uxCurrentifOutOctets PerfCurrentCount
  uxCurrentifOutBroadcastPkts PerfCurrentCount
  uxCurrentifOutMulticastPkts PerfCurrentCount
  uxCurrentifOutErrors PerfCurrentCount
  uxCurrentifOutDiscards PerfCurrentCount
  uxCurrentifOutLateCollissions PerfCurrentCount
  uxCurrentifOutDeferredTransmissions PerfCurrentCount

Defined Values

ux 1.3.6.1.4.1.177.15
The MIB module for net.com entities.
MODULE-IDENTITY    

net 1.3.6.1.4.1.177
OBJECT IDENTIFIER    

uxObjects 1.3.6.1.4.1.177.15.1
OBJECT IDENTIFIER    

uxTraps 1.3.6.1.4.1.177.15.2
OBJECT IDENTIFIER    

ipSystem 1.3.6.1.4.1.177.15.1.4
OBJECT IDENTIFIER    

sysVersion 1.3.6.1.4.1.177.15.1.4.1
Current SBC software version.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sysBuildNumber 1.3.6.1.4.1.177.15.1.4.2
Current SBC software build number.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ipTelephony 1.3.6.1.4.1.177.15.1.5
OBJECT IDENTIFIER    

callStatistics 1.3.6.1.4.1.177.15.1.5.1
OBJECT IDENTIFIER    

uxPortTable 1.3.6.1.4.1.177.15.1.5.1.2
The list of ports in the system. In general this table applies to T1/E1 ports and SIP SG except as noted on individual attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxPortEntry

uxPortEntry 1.3.6.1.4.1.177.15.1.5.1.2.1
An entry containing information about the ports in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  UxPortEntry  

uxPTIndex 1.3.6.1.4.1.177.15.1.5.1.2.1.1
Index for the port table. This number is assigned sequentially.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

uxPTShelf 1.3.6.1.4.1.177.15.1.5.1.2.1.2
The shelf number this port is assigned to.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

uxPTSlot 1.3.6.1.4.1.177.15.1.5.1.2.1.3
The slot this port is assigned to. A slot number of 0 indicates the row is associated with a SIP SG.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

uxPTPort 1.3.6.1.4.1.177.15.1.5.1.2.1.4
The port number (within the slot). For SIP SG this value would represent the row number of the SG.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

uxPTCurrentCalls 1.3.6.1.4.1.177.15.1.5.1.2.1.5
The current number of calls active on this port. Not applicable to CAS ports.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

uxPTTotalCalls 1.3.6.1.4.1.177.15.1.5.1.2.1.6
The total number of calls received on this port. Not applicable to CAS ports.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxPTConnectedCalls 1.3.6.1.4.1.177.15.1.5.1.2.1.7
The number of calls answered on this port. Not applicable to CAS ports.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxPTRefusedCalls 1.3.6.1.4.1.177.15.1.5.1.2.1.8
The number of calls refused on this port. Not applicable to CAS ports.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxPTErroredCalls 1.3.6.1.4.1.177.15.1.5.1.2.1.9
The number of errors on this port. Not applicable to CAS ports.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxPTEgressCallAttempts 1.3.6.1.4.1.177.15.1.5.1.2.1.10
The total number of Egress call attempts on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxPTEgressCallsAccepted 1.3.6.1.4.1.177.15.1.5.1.2.1.11
The number of Egress successfull call attempts on this port. Not applicable to CAS ports.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxPTEgressCallsCompleted 1.3.6.1.4.1.177.15.1.5.1.2.1.12
The number of successfully completed Egress calls on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxPTEgressCallsRejected 1.3.6.1.4.1.177.15.1.5.1.2.1.13
The number of Egress calls from this port that were rejected. Not applicable to CAS ports.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxPTIngressCallAttempts 1.3.6.1.4.1.177.15.1.5.1.2.1.14
The total number of Ingress call attempts on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxPTIngressCallsAccepted 1.3.6.1.4.1.177.15.1.5.1.2.1.15
The total number of Ingress calls accepted on this port. Not applicable to CAS ports.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxPTIngressCallsCompleted 1.3.6.1.4.1.177.15.1.5.1.2.1.16
The number of successfully completed Ingress calls on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxPTIngressCallsRejected 1.3.6.1.4.1.177.15.1.5.1.2.1.17
The number of Ingress calls to this port that were rejected. Not applicable to CAS ports.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxPTBlockedCalls 1.3.6.1.4.1.177.15.1.5.1.2.1.18
The number of calls blocked per channel per port. Only applicable to ISDN ports.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxPTEgressBlockedCalls 1.3.6.1.4.1.177.15.1.5.1.2.1.19
The number of Egress calls blocked on this port. Only applicable to ISDN ports.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxPTIngressBlockedCalls 1.3.6.1.4.1.177.15.1.5.1.2.1.20
The number of Ingress calls blocked on this port. Only applicable to ISDN ports.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxPTEgressCurrentCalls 1.3.6.1.4.1.177.15.1.5.1.2.1.21
The number of Egress active calls on this port. Not applicable to CAS ports.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxPTIngressCurrentCalls 1.3.6.1.4.1.177.15.1.5.1.2.1.22
The number of Ingress active calls on this port. Not applicable to CAS ports.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxPTBHCARate 1.3.6.1.4.1.177.15.1.5.1.2.1.23
BHCA rate per DS1.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxPTBHCCRate 1.3.6.1.4.1.177.15.1.5.1.2.1.24
BHCC rate per DS1.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxCallRtTablesTable 1.3.6.1.4.1.177.15.1.5.2
This table gives the information about the Call route tables configured in SBC.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxCallRtTablesEntry

uxCallRtTablesEntry 1.3.6.1.4.1.177.15.1.5.2.1
An entry in the Call route tables table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxCallRtTablesEntry  

uxCallRtTablesTableIndex 1.3.6.1.4.1.177.15.1.5.2.1.1
Index to Call route tables table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxDesc 1.3.6.1.4.1.177.15.1.5.2.1.2
Description about the Call route table.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxCallRtSequence 1.3.6.1.4.1.177.15.1.5.2.1.3
Call route sequence followed by this table.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..30000)  

uxCallRtTable 1.3.6.1.4.1.177.15.1.5.3
This table gives the information about the Call route table configured in SBC.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxCallRtEntry

uxCallRtEntry 1.3.6.1.4.1.177.15.1.5.3.1
An entry in the Call route table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxCallRtEntry  

uxCallRtTablesIndex 1.3.6.1.4.1.177.15.1.5.3.1.1
Index to Call route tables table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxCallRtIndex 1.3.6.1.4.1.177.15.1.5.3.1.2
Index to Call route table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxDescription 1.3.6.1.4.1.177.15.1.5.3.1.3
Description about the Call route table.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxAdminState 1.3.6.1.4.1.177.15.1.5.3.1.4
AdminState of Call route table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

uxRoutePriority 1.3.6.1.4.1.177.15.1.5.3.1.5
RoutePriority to Call route table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxSignalingGroupList 1.3.6.1.4.1.177.15.1.5.3.1.6
SignalingGroup List to this Call route table.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxQualityMetricCalls 1.3.6.1.4.1.177.15.1.5.3.1.7
QualityMetricCalls of this Call route table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxQualityMetricTime 1.3.6.1.4.1.177.15.1.5.3.1.8
QualityMetricTime of this Call route table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxQualityMinASRThreshold 1.3.6.1.4.1.177.15.1.5.3.1.9
QualityMinASRThreshold of this Call route table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxQualityMaxRoundTripDelayThreshold 1.3.6.1.4.1.177.15.1.5.3.1.10
QualityMaxRoundTripDelayThreshold of this Call route table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxQualityMaxJitterThreshold 1.3.6.1.4.1.177.15.1.5.3.1.11
QualityMaxJitterThreshold of this Call route table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxQualityMinMOSThreshold 1.3.6.1.4.1.177.15.1.5.3.1.12
QualityMinMOSThreshold of this Call route table. Shown in one tenths units
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxSGTable 1.3.6.1.4.1.177.15.1.5.4
This table gives the information about the Signaling groups configured in SBC.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxSgEntry

uxSGEntry 1.3.6.1.4.1.177.15.1.5.4.1
An entry in the Signaling group table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxSgEntry  

uxSGEntryIndex 1.3.6.1.4.1.177.15.1.5.4.1.1
Index of the Signaling group table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxSGDescription 1.3.6.1.4.1.177.15.1.5.4.1.2
Description of the Signaling group table.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxSGType 1.3.6.1.4.1.177.15.1.5.4.1.3
If the signaling group is of type SIP/ISDN.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER sip(1), isdn(2), cas(3)  

uxSGAdminState 1.3.6.1.4.1.177.15.1.5.4.1.4
AdminState of the Signaling group table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1), drain(2)  

uxSGServiceState 1.3.6.1.4.1.177.15.1.5.4.1.5
ServiceState of the Signaling group table.Applicable to SIP only
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

uxSipServerTable 1.3.6.1.4.1.177.15.1.5.5
This table gives the information about the SIP servers associated with the SIP signalling groups in SBC.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxSipServerEntry

uxSipServerEntry 1.3.6.1.4.1.177.15.1.5.5.1
An entry in the SIP Server table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxSipServerEntry  

uxSGIndex 1.3.6.1.4.1.177.15.1.5.5.1.1
Index of the Signaling group table to which this SIP server is part of.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxSipServerIndex 1.3.6.1.4.1.177.15.1.5.5.1.2
Index of the SIP server table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxSipSvrPriority 1.3.6.1.4.1.177.15.1.5.5.1.3
Priority of SIP server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxSipSvrHost 1.3.6.1.4.1.177.15.1.5.5.1.4
IP address or FQDN of this SIP server.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxSipSvrPort 1.3.6.1.4.1.177.15.1.5.5.1.5
Port at which this SIP server responds.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxSipSvrTransProtocol 1.3.6.1.4.1.177.15.1.5.5.1.6
Transport protocol used by this SIP server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER udp(1), tcp(2), tls(4)  

uxChannelStatusTable 1.3.6.1.4.1.177.15.1.5.6
The list of all channels state like admin/operational state in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxChannelStatusEntry

uxChannelStatusEntry 1.3.6.1.4.1.177.15.1.5.6.1
An entry containing information about the channels in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  UxChannelStatusEntry  

uxChShelfNumber 1.3.6.1.4.1.177.15.1.5.6.1.1
The shelf number this channel is attached to.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

uxChSlotNumber 1.3.6.1.4.1.177.15.1.5.6.1.2
The slot number this channel is attached to.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

uxChPortNumber 1.3.6.1.4.1.177.15.1.5.6.1.3
The port number this channel is attached to.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

uxChChannelNumber 1.3.6.1.4.1.177.15.1.5.6.1.4
The (port-based) channel number this channel is attached to.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

uxChAdminState 1.3.6.1.4.1.177.15.1.5.6.1.5
Admin state of the channel, whether adminstraively blocked or not
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(0), up(1)  

uxChOperState 1.3.6.1.4.1.177.15.1.5.6.1.6
Operational state of the channel. Indicates all the channel states similar to the channel monitor view on WEBUI.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER outOfService(0), idle(1), pending(2), waitingForRoute(3), actionList(4), waitingForDigits(5), remoteSetUp(6), peerSetUp(7), alerting(8), inBandInfo(9), connected(10), toneGeneration(11), releasing(12), aborting(13), resetting(14), up(15), down(16)  

uxChInUseSeconds 1.3.6.1.4.1.177.15.1.5.6.1.7
The number of channel inuse Seconds. Indicates the total accumulated channel connected time in seconds
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

uxSGStatsCurrentTable 1.3.6.1.4.1.177.15.1.5.7
The SG Current table contains various statistics being collected for the current 1 hour interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxSGStatsCurrentEntry

uxSGStatsCurrentEntry 1.3.6.1.4.1.177.15.1.5.7.1
An entry in the SG Current table.
Status: current Access: not-accessible
OBJECT-TYPE    
  UxSGStatsCurrentEntry  

uxSGCurrentIndex 1.3.6.1.4.1.177.15.1.5.7.1.1
The index value that uniquely identifies the signaling group to which this entry is applicable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxSGCurrentPeakChannelUsage 1.3.6.1.4.1.177.15.1.5.7.1.2
Peak Channel Usage count for the current interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxSGCurrentCompletedCalls 1.3.6.1.4.1.177.15.1.5.7.1.3
Completed calls count for the current interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxSGCurrentIncompleteCalls 1.3.6.1.4.1.177.15.1.5.7.1.4
Incomplete calls count for the current interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxSGStatsIntervalTable 1.3.6.1.4.1.177.15.1.5.8
The SG interval Table contains various statistics collected by each of the Signalling Group over the previous 24 hours.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxSGStatsIntervalEntry

uxSGStatsIntervalEntry 1.3.6.1.4.1.177.15.1.5.8.1
An entry in the Signaling group Interval table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxSGStatsIntervalEntry  

uxSGIntervalIndex 1.3.6.1.4.1.177.15.1.5.8.1.1
The index value that uniquely identifies the signaling group to which this entry is applicable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxSGIntervalNumber 1.3.6.1.4.1.177.15.1.5.8.1.2
A number between 1 and 24, where 1 is the most recently completed 1 hour interval and 24 is the 1 hour interval completed 23 hours prior to interval 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..24  

uxSGIntervalPeakChannelUsage 1.3.6.1.4.1.177.15.1.5.8.1.3
Peak Channel Usage count.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxSGIntervalCompletedCalls 1.3.6.1.4.1.177.15.1.5.8.1.4
Completed calls count.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxSGIntervalIncompleteCalls 1.3.6.1.4.1.177.15.1.5.8.1.5
Incomplete calls count.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxCallRtStatsCurrentTable 1.3.6.1.4.1.177.15.1.5.10
The Call Route Current table contains various statistics collected for the current 1 hour interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxCallRtStatsCurrentEntry

uxCallRtStatsCurrentEntry 1.3.6.1.4.1.177.15.1.5.10.1
An entry in the Call Route Current table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxCallRtStatsCurrentEntry  

uxCallRtCurrentTablesIndex 1.3.6.1.4.1.177.15.1.5.10.1.1
The index value that uniquely identifies the call route table to which this entry is applicable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxCallRtCurrentEntryIndex 1.3.6.1.4.1.177.15.1.5.10.1.2
The index value that uniquely identifies the call route entry to which this entry is applicable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxCallRtCurrentRuleUsage 1.3.6.1.4.1.177.15.1.5.10.1.3
The number of times this call route has been selected for a call.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCallRtStatsTotalTable 1.3.6.1.4.1.177.15.1.5.12
The Call Route Total table contains cumulative call route usage statistics for the past 24 hours.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxCallRtStatsTotalEntry

uxCallRtStatsTotalEntry 1.3.6.1.4.1.177.15.1.5.12.1
An entry in the Call Route Total table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxCallRtStatsTotalEntry  

uxCallRtTotalTablesIndex 1.3.6.1.4.1.177.15.1.5.12.1.1
The index value that uniquely identifies the call route table to which this entry is applicable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxCallRtTotalEntryIndex 1.3.6.1.4.1.177.15.1.5.12.1.2
The index value that uniquely identifies the call route entry .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxCallRtTotalRuleUsage 1.3.6.1.4.1.177.15.1.5.12.1.3
The number of times this call route has been selected for a call.
Status: current Access: read-only
OBJECT-TYPE    
  PerfTotalCount  

uxCallRtStatsIntervalTable 1.3.6.1.4.1.177.15.1.5.11
The Call Route Interval table contains various statistics collected by each call route over previous 24 hours. The past 24 hours are broken into 24 completed 1 hour intervals. Each row in this table represents one such interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxCallRtStatsIntervalEntry

uxCallRtStatsIntervalEntry 1.3.6.1.4.1.177.15.1.5.11.1
An entry in the Call Route Interval table.
Status: current Access: not-accessible
OBJECT-TYPE    
  UxCallRtStatsIntervalEntry  

uxCallRtIntervalTablesIndex 1.3.6.1.4.1.177.15.1.5.11.1.1
The index value that uniquely identifies the call route table to which this entry is applicable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxCallRtIntervalEntryIndex 1.3.6.1.4.1.177.15.1.5.11.1.2
The index value that uniquely identifies the call route table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxCallRtIntervalNumber 1.3.6.1.4.1.177.15.1.5.11.1.3
A number between 1 and 24, where 1 is the most recently completed 1 hour interval and 24 is the 1 hour interval completed 23 hours prior to interval 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..24  

uxCallRtIntervalRuleUsage 1.3.6.1.4.1.177.15.1.5.11.1.4
The number of times this call route has been selected for a call.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxLicenseStatsIntervalTable 1.3.6.1.4.1.177.15.1.5.13
The License Statistics Interval table contains various license statitics collected over the past 24 hours. The past 24 hours are broken into 24 completed 1 hour intervals. Each row in this table represents one such interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxLicenseStatsIntervalEntry

uxLicenseStatsIntervalEntry 1.3.6.1.4.1.177.15.1.5.13.1
An entry in the System Usage Interval table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxLicenseStatsIntervalEntry  

uxLicenseIntervalNumber 1.3.6.1.4.1.177.15.1.5.13.1.1
A number between 1 and 24 where 1 is the most recently completed 1 hour interval and 24 is the 1 hour interval completed 23 hours prior to interval 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..24  

uxLicenseIntervalPeakSIPCall 1.3.6.1.4.1.177.15.1.5.13.1.2
Peak value of used SIP call licenses.
Status: current Access: read-only
OBJECT-TYPE    
  PerfTotalCount  

uxLicenseIntervalPeakSIPRegistration 1.3.6.1.4.1.177.15.1.5.13.1.3
Peak value of used SIP registration licenses.
Status: current Access: read-only
OBJECT-TYPE    
  PerfTotalCount  

uxLicenseIntervalPeakTDMChannel 1.3.6.1.4.1.177.15.1.5.13.1.4
Peak value of used TDM channel licenses. 'No such object' will be returned if this attribute is requested.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfTotalCount  

uxLicenseIntervalPeakDSP 1.3.6.1.4.1.177.15.1.5.13.1.5
Peak value of used DSP licenses.
Status: current Access: read-only
OBJECT-TYPE    
  PerfTotalCount  

uxSIPRegistrationsStatsIntervalTable 1.3.6.1.4.1.177.15.1.5.16
The SIP Registrations Interval table contains various statitics collected by each registrar over the previous 24 hours. The past 24 hours are broken into 24 completed 1 hour intervals. Each row in this table represents one such interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxSIPRegistrationsStatsIntervalEntry

uxSIPRegistrationsStatsIntervalEntry 1.3.6.1.4.1.177.15.1.5.16.1
An entry in the SIP Registrations Interval table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxSIPRegistrationsStatsIntervalEntry  

uxSIPRegistrationsIntervalIndex 1.3.6.1.4.1.177.15.1.5.16.1.1
Identifies the SIP Registrations Table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxSIPRegistrationsIntervalNumber 1.3.6.1.4.1.177.15.1.5.16.1.2
A number between 1 and 24 where 1 is the most recently completed 1 hour interval and 24 is the 1 hour interval completed 23 hours prior to interval 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..24  

uxSIPRegistrationsIntervalPeakUsers 1.3.6.1.4.1.177.15.1.5.16.1.3
Peak number of registered endpoints in the registrar.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxSIPRegistrationsStatsCurrentTable 1.3.6.1.4.1.177.15.1.5.15
The SIP Registrations Curent table contains various statitics collected for the current 1 hour interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxSIPRegistrationsStatsCurrentEntry

uxSIPRegistrationsStatsCurrentEntry 1.3.6.1.4.1.177.15.1.5.15.1
An entry in the SIP Registrations Current table.
Status: current Access: not-accessible
OBJECT-TYPE    
  UxSIPRegistrationsStatsCurrentEntry  

uxSIPRegistrationsCurrentIndex 1.3.6.1.4.1.177.15.1.5.15.1.1
Identifies the SIP Registrations Table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxSIPRegistrationsCurrentPeakUsers 1.3.6.1.4.1.177.15.1.5.15.1.2
Peak number of registered endpoints in the registrar.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxEthernetPortStatsIntervalTable 1.3.6.1.4.1.177.15.1.5.17
The Ethernet Port Stats table contains various statistics collected by each interface over the previoud 24 hours of operation. The past 24 hours are broken into 24 completed 1 hour intervals. Each row in this table represents one such interval .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxEthernetPortStatsIntervalEntry

uxEthernetPortStatsIntervalEntry 1.3.6.1.4.1.177.15.1.5.17.1
An entry in the Ethernet Port Stats Interval table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxEthernetPortStatsIntervalEntry  

uxEthernetPortIntervalIndex 1.3.6.1.4.1.177.15.1.5.17.1.1
The Index value which identifies Ethernet Interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxEthernetPortInterval 1.3.6.1.4.1.177.15.1.5.17.1.2
A number between 1 and 24 where 1 is the most recently completed 1 hour interval and 24 is the 1 hour interval completed 23 hours prior to interval 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..24  

uxIntervalifInUcastPkts 1.3.6.1.4.1.177.15.1.5.17.1.3
Number of received unicast packets on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifInBroadcastPkts 1.3.6.1.4.1.177.15.1.5.17.1.4
Number of received broadcast packets on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifInMulticastPkts 1.3.6.1.4.1.177.15.1.5.17.1.5
Number of received multicast packets on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifInOctets 1.3.6.1.4.1.177.15.1.5.17.1.6
Number of received octets on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifInErrors 1.3.6.1.4.1.177.15.1.5.17.1.7
Number of errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifInDiscards 1.3.6.1.4.1.177.15.1.5.17.1.8
Number of discard errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifInUnknwnProto 1.3.6.1.4.1.177.15.1.5.17.1.9
Number of Unknown Protocol errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifInUndersizedPkts 1.3.6.1.4.1.177.15.1.5.17.1.10
Number of Undersized Packet errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifInOverSizedPkts 1.3.6.1.4.1.177.15.1.5.17.1.11
Number of Oversized Packet errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifInFCSErrors 1.3.6.1.4.1.177.15.1.5.17.1.12
Number of discard Frame Check Sequence errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifInAlignErrors 1.3.6.1.4.1.177.15.1.5.17.1.13
Number of Align errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifInFragmentedPkts 1.3.6.1.4.1.177.15.1.5.17.1.14
Number of Fragmented Packet errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifOutUcastPkts 1.3.6.1.4.1.177.15.1.5.17.1.15
Number of transmitted unicast packets on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifOutOctets 1.3.6.1.4.1.177.15.1.5.17.1.16
Number of transmitted octets on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifOutBroadcastPkts 1.3.6.1.4.1.177.15.1.5.17.1.17
Number of transmitted broadcast packets on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifOutMulticastPkts 1.3.6.1.4.1.177.15.1.5.17.1.18
Number of transmitted multicast packets on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifOutErrors 1.3.6.1.4.1.177.15.1.5.17.1.19
Number of errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifOutDiscards 1.3.6.1.4.1.177.15.1.5.17.1.20
Number of discard errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifOutLateCollissions 1.3.6.1.4.1.177.15.1.5.17.1.21
Number of Late Collision errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxIntervalifOutDeferredTransmissions 1.3.6.1.4.1.177.15.1.5.17.1.22
Number of Deferred Transmission errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount  

uxEthernetPortStatsCurrentTable 1.3.6.1.4.1.177.15.1.5.18
The Ethernet Port Stats table contains various statistics being collected for the 1 hour interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxEthernetPortStatsCurrentEntry

uxEthernetPortStatsCurrentEntry 1.3.6.1.4.1.177.15.1.5.18.1
An entry in the Ethernet Port Stats Interval table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxEthernetPortStatsCurrentEntry  

uxEthernetPortCurrentIndex 1.3.6.1.4.1.177.15.1.5.18.1.1
The Index value which identifies Ethernet Interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxCurrentifInUcastPkts 1.3.6.1.4.1.177.15.1.5.18.1.2
Number of received unicast packets on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifInBroadcastPkts 1.3.6.1.4.1.177.15.1.5.18.1.3
Number of received broadcast packets on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifInMulticastPkts 1.3.6.1.4.1.177.15.1.5.18.1.4
Number of received multicast packets on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifInOctets 1.3.6.1.4.1.177.15.1.5.18.1.5
Number of received octets on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifInErrors 1.3.6.1.4.1.177.15.1.5.18.1.6
Number of errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifInDiscards 1.3.6.1.4.1.177.15.1.5.18.1.7
Number of discard errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifInUnknwnProto 1.3.6.1.4.1.177.15.1.5.18.1.8
Number of Unknown Protocol errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifInUndersizedPkts 1.3.6.1.4.1.177.15.1.5.18.1.9
Number of Undersized Packet errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifInOverSizedPkts 1.3.6.1.4.1.177.15.1.5.18.1.10
Number of Oversized Packet errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifInFCSErrors 1.3.6.1.4.1.177.15.1.5.18.1.11
Number of discard Frame Check Sequence errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifInAlignErrors 1.3.6.1.4.1.177.15.1.5.18.1.12
Number of Align errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifInFragmentedPkts 1.3.6.1.4.1.177.15.1.5.18.1.13
Number of Fragmented Packet errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifOutUcastPkts 1.3.6.1.4.1.177.15.1.5.18.1.14
Number of transmitted unicast packets on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifOutOctets 1.3.6.1.4.1.177.15.1.5.18.1.15
Number of transmitted octets on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifOutBroadcastPkts 1.3.6.1.4.1.177.15.1.5.18.1.16
Number of transmitted broadcast packets on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifOutMulticastPkts 1.3.6.1.4.1.177.15.1.5.18.1.17
Number of transmitted multicast packets on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifOutErrors 1.3.6.1.4.1.177.15.1.5.18.1.18
Number of errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifOutDiscards 1.3.6.1.4.1.177.15.1.5.18.1.19
Number of discard errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifOutLateCollissions 1.3.6.1.4.1.177.15.1.5.18.1.20
Number of Late Collision errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxCurrentifOutDeferredTransmissions 1.3.6.1.4.1.177.15.1.5.18.1.21
Number of Deferred Transmission errors detected on this port.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxGlobalCallCounters 1.3.6.1.4.1.177.15.1.5.19
OBJECT IDENTIFIER    

uxNumCallAttempts 1.3.6.1.4.1.177.15.1.5.19.1
Total number of call attempts system wide since system came up.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxNumCallSucceeded 1.3.6.1.4.1.177.15.1.5.19.2
Total number of successfull calls system wide since system came up.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxNumCallFailed 1.3.6.1.4.1.177.15.1.5.19.3
Total number of failed calls system wide since system came up.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxNumCallCurrentlyUp 1.3.6.1.4.1.177.15.1.5.19.4
Number of currently connected calls system wide.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxNumCallCurrentlyTransient 1.3.6.1.4.1.177.15.1.5.19.5
Number of transient calls (setup, progress, alerting state) system wide.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxNumInternalGlares 1.3.6.1.4.1.177.15.1.5.19.6
Number of internal glares system wide since system came up.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxNumExternalGlares 1.3.6.1.4.1.177.15.1.5.19.7
Number of external glares system wide since system came up.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxNumCallAbandonedNoTrunk 1.3.6.1.4.1.177.15.1.5.19.8
Number of rejected calls due to no channel available system wide since system came up.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxNumCallUnAnswered 1.3.6.1.4.1.177.15.1.5.19.9
Number of unanswered calls system wide since system came up.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER