registrationStatusState

MX-SIPEP-MIB · .0.1400.1.800.10000.1.400

Object

column Enumeration
State
              
The current state of the registration.
              
  * Unregistered: The registration is not registered and
    never tries to register. This case occurs if the network
    interface used by the SIP gateway is not up or the unit/
    endpoint is locked.
  * Registering: The registration is currently trying to
    register.
  * Registered: The registration is successfully registered.
  * Refreshing: The registration is trying to refresh.
  * Unreachable: The last registration attempt failed because
    the registrar is unreachable.
  * AuthFailed: The last registration attempt failed because
    authentication was not successful.
  * Rejected: The last registration attempt failed because
    the registrar rejects the registration.
  * ConfigError: The last registration attempt failed because
    it was badly configured. Check if the username to
    register and the registrar host are not empty.
  * InvalidResponse: The received 200 OK response contact do
    not match the contact of the register. Or the 200 OK
    response for an un-register contains contact.

Context

MIB
MX-SIPEP-MIB
OID
.0.1400.1.800.10000.1.400
Type
column
Access
readonly
Status
current
Parent
registrationStatusEntry

Walk 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 'MX-SIPEP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SIPEP-MIB::registrationStatusState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-SIPEP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SIPEP-MIB::registrationStatusState.<registrationStatusIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-SIPEP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-SIPEP-MIB::registrationStatusState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
100unregistered
200registering
300registered
400refreshing
500unregistering
600unreachable
700authFailed
800rejected
900configError
1000invalidResponse