mwiStatusSubscriptionState
MX-SIPEP-MIB ·
.0.1400.1.1800.300.1.300
Object
column
Enumeration
State
The current state of the subscription.
* Unsubscribed: The unit/endpoint is not subscribed and
never tries to subscribe. This case occurs if the network
interface used by the SIP gateway is not up or the unit/
endpoint is locked.
* Subscribing: The subscription is currently trying to
subscribe.
* Subscribed: The subscription is successfully subscribed.
* Refreshing: The subscription is trying to refresh.
* Unreachable: The last subscription attempt failed because
the messaging server is unreachable.
* AuthFailed: The last subscription attempt failed because
authentication was not successful.
* Rejected: The last subscription attempt failed because
the messaging server rejects the subscription.
* ConfigError: The last subscription attempt failed because
it was badly configured. Check if the username and the
messaging host are not empty.
* InvalidResponse: The received 200 OK response contact
does not match the contact of the messaging server, or
the 200 OK response for an un-subscribe contains a
contact.
* Error: The last subscription attempt failed for
unspecified reason. This may occur on an 'Endpoint'
gateway preventing a subscription until registration is
completed
Context
- MIB
- MX-SIPEP-MIB
- OID
.0.1400.1.1800.300.1.300- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mwiStatusEntry
- Table
- mwiStatusTable
- Siblings
- 5
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | unsubscribed |
200 | subscribing |
300 | subscribed |
400 | refreshing |
500 | unsubscribing |
600 | unreachable |
700 | authFailed |
800 | rejected |
900 | configError |
1000 | invalidResponse |
1100 | error |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| mwiStatusIndex Index
Unique identifier of the row. | column | SNMPv2-SMIUnsigned32 | .0.1400.1.1800.300.1.100 |
| mwiStatusGatewayName Gateway Name
The SIP gateway used for this subscription. | column | OctetString | .0.1400.1.1800.300.1.200 |
| mwiStatusEndpoint Endpoint
The endpoint related to this subscription. | column | OctetString | .0.1400.1.1800.300.1.400 |
| mwiStatusMessagingHost Messaging Host
Messaging server FQDN and port used to subscribe the event
state. | column | OctetString | .0.1400.1.1800.300.1.500 |
| mwiStatusUsername Username
The username currently used by the subscription. | column | OctetString | .0.1400.1.1800.300.1.600 |