registrationAgentStatusState

MX-SBC-MIB · .0.4400.1.200.600.1.200

Object

column Enumeration
State
              
The current state of the registration.
              
  * 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.
  * Rejected: The last registration attempt failed because
    the registrar rejected the registration.
  * InvalidResponse: The received 200 OK response contact
    does not match the contact of the register. Or the 200 OK
    response for an un-register contains contact. This value
    is also used when the response doesn't match any other
    state.
  * NotFound: The last registration attempt failed with SIP
    code 404. This can happen when the registrar does not
    find the user or if the Sbc service is not configured
    properly.
  * Unknown: The state is not available. Please try again
    later.

Context

MIB
MX-SBC-MIB
OID
.0.4400.1.200.600.1.200
Type
column
Access
readonly
Status
current
Parent
registrationAgentStatusEntry

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
200registering
300registered
400refreshing
600unreachable
800rejected
1000invalidResponse
1100notFound
1200unknown