h323MultipleRegLightweightEnable
MX-H323-REGISTRATION-MIB ·
.1.3.6.1.4.1.4935.20.30.1.1.15.1.25
Object
Indicates if the lightweight registration functionality is enabled. This
variable only applies to unit of type terminal.
disable : the line does not use the lightweight registration functionality. The
line does not include the timeToLive field in the registrationRequest
message.
enable : the line uses the lightweight registration functionality. The line
includes the timeToLive field in the registrationRequest message.
For the lightweight registration functionality, the following RAS message
fields are used:
- keepAlive field of the registrationRequest message. The keepAlive field is
either true or false.
- timeToLive field of the registrationRequest and registrationConfirm messages.
The timeToLive field is a number of seconds.
- A full registrationRequest message has the keepAlive field set to false.
- lightweight registrationRequest message has the keepAlive field set to true.
When the lightweight registration functionality is enabled, the line follows
these steps:
step 1 : the line sends a first registrationRequest message to the gatekeeper.
This registrationRequest message has the keepAlive field set to false
and contains the timeToLive field. The value of the timeToLive field
is configurable.
step 2 : If the registrationConfirm message contains the timeToLive field, the
line sends lightweight registrationRequest messages. The interval
between each lightweight registrationRequest message is one-third of
the timeToLive value from the gatekeeper (from the registrationConfirm
message). On a network with heavy traffic, a lightweight
registrationRequest message could arrive a few seconds late at the
gatekeeper. Furthermore, since the RAS channel between a line and a
gatekeeper is unreliable (UDP), a lightweight registrationRequest
message may never arrive at the gatekeeper. These problems are avoided
by using an interval equal to one-third the timeToLive value of the
registrationConfirm message.
step 3 : If the registrationConfirm message does not contain the timeToLive
field, the line does not send lightweight registrationRequest
messages.
Context
- MIB
- MX-H323-REGISTRATION-MIB
- OID
.1.3.6.1.4.1.4935.20.30.1.1.15.1.25- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- h323RegistrationMultipleRegistrationIfEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk 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-H323-REGISTRATION-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-H323-REGISTRATION-MIB::h323MultipleRegLightweightEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-H323-REGISTRATION-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-H323-REGISTRATION-MIB::h323MultipleRegLightweightEnable.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-H323-REGISTRATION-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-H323-REGISTRATION-MIB::h323MultipleRegLightweightEnable'
Syntax
- Source
- MX-TCMxEnableState
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | enable |