h323GroupMultipleRegEnable
MX-H323-REGISTRATION-MIB ·
.1.3.6.1.4.1.4935.20.30.1.1.17.1.5
Object
Indicates if the group should register with a gatekeeper.
disable : the group does not register with a gatekeeper. There is no gatekeeper
registration for this group.
enable : the group registers with a gatekeeper.
Context
- MIB
- MX-H323-REGISTRATION-MIB
- OID
.1.3.6.1.4.1.4935.20.30.1.1.17.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- h323RegistrationMultipleRegistrationGroupEntry
- 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::h323GroupMultipleRegEnable'
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::h323GroupMultipleRegEnable.<groupIndex>'
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::h323GroupMultipleRegEnable'
Syntax
- Source
- MX-TCMxEnableState
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | enable |