sipStatusAlarms
ARRIS-SIP-MIB ·
.1.3.6.1.4.1.4115.11.2.1.1.2
Object
column Bits
This MIB object reports the current SIP alarm state for each line.
generalErrorAlrm - set when an error occurs that doesn't have an
RFC supported error condition
networkErrorAlrm - set when a network error occurs such as DNS failure
or ICMP destination unreachable
callLegSentAuth - set when the callLeg has sent authorization information
due to a authorization required response
regClientSentAuthReq - set when the registration client has sent
authorization information due to a authorization required response
authFailAlrm - set when authentication failed during registration or callLeg
authorization after authorization information was sent
registrarLocAlrm - set by the register client when REGISTER messages timeout
(Loss of communications)
proxyLocAlrm - set when CallLeg messages timeout (Loss of communications)
Context
- MIB
- ARRIS-SIP-MIB
- OID
.1.3.6.1.4.1.4115.11.2.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sipStatusPortEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ARRIS-SIP-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-SIP-MIB::sipStatusAlarms'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARRIS-SIP-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-SIP-MIB::sipStatusAlarms.<sipStatusPortPortNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARRIS-SIP-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARRIS-SIP-MIB::sipStatusAlarms'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | unused |
1 | generalErrorAlrm |
2 | networkErrorAlrm |
3 | callLegSentAuth |
4 | regClientSentAuthReq |
5 | authFailAlrm |
6 | registrarLocAlrm |
7 | proxyLocAlrm |