h323MultipleRegEnable
MX-H323-REGISTRATION-MIB ·
.1.3.6.1.4.1.4935.20.30.1.1.15.1.10
Object
Indicates if the line should register with a gatekeeper. This variable only
applies to unit of type terminal.
disable : the line does not register with a gatekeeper. There is no gatekeeper
registration for this line.
enable : the line registers with a gatekeeper.
Context
- MIB
- MX-H323-REGISTRATION-MIB
- OID
.1.3.6.1.4.1.4935.20.30.1.1.15.1.10- 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::h323MultipleRegEnable'
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::h323MultipleRegEnable.<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::h323MultipleRegEnable'
Syntax
- Source
- MX-TCMxEnableState
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | enable |