defaultRegistrationUnregisteredBehavior
MX-SIPEP-MIB ·
.0.1400.1.800.400
Object
Unregistered Behaviour
Specifies whether an endpoint should remain enabled or not
when not registered.
* Disable: When an endpoint is not registered, it is
disabled. This prevents the user from making or receiving
calls. Picking up the handset yields a fast busy tone and
incoming INVITEs receive a '403 Forbidden' response.
* Enable: When an endpoint is not registered, it is still
enabled. The user can receive and initiate outgoing calls.
Note that since the endpoint is not registered to a
registrar, the public address of the endpoint is not
available to the outside world, so the endpoint will most
likely be unreachable except through direct IP calling.
If a specific configuration is set in the
GwSpecificRegistration.UnregisteredBehavior parameter and the
GwSpecificRegistration.EnableConfig parameter is set to
'Enable', then it overrides the current default configuration.
Context
- MIB
- MX-SIPEP-MIB
- OID
.0.1400.1.800.400- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- registrationGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar 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::defaultRegistrationUnregisteredBehavior.0'
More examples
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::defaultRegistrationUnregisteredBehavior'
Syntax
- Source
- MX-TCMxEnableState
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | enable |