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
- Table
- registrationStatusTable
- Siblings
- 5
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | unregistered |
200 | registering |
300 | registered |
400 | refreshing |
500 | unregistering |
600 | unreachable |
700 | authFailed |
800 | rejected |
900 | configError |
1000 | invalidResponse |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| registrationStatusIndex Index
Unique identifier of the row. | column | SNMPv2-SMIUnsigned32 | .0.1400.1.800.10000.1.100 |
| registrationStatusGateway Gateway
The SIP gateway used to register. | column | OctetString | .0.1400.1.800.10000.1.200 |
| registrationStatusEndpoint Endpoint
The endpoint related to this registration.
The parameter is empty for generic unit registration not
related to an endpoint. | column | OctetString | .0.1400.1.800.10000.1.300 |
| registrationStatusRegistrar Registrar
The host of the registrar currently used by the registration. | column | OctetString | .0.1400.1.800.10000.1.500 |
| registrationStatusUsername Username
The username currently used by the registration. | column | OctetString | .0.1400.1.800.10000.1.600 |