ipeCfgDhcpMainServerOptSpecifyEnable
IPE-DHCP-MAIN-MIB ·
.1.3.6.1.4.1.119.2.3.69.5.3.13.2.1.16
Object
Switch that whether DHCP server add user specified option to
DHCP message.
enable : DHCP server add user specified option.
disable : DHCP server doesn't add user specified otption.
This object is effective only if DHCP server mode.
Context
- MIB
- IPE-DHCP-MAIN-MIB
- OID
.1.3.6.1.4.1.119.2.3.69.5.3.13.2.1.16- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipeCfgDhcpMainServerEntry
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 'IPE-DHCP-MAIN-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-DHCP-MAIN-MIB::ipeCfgDhcpMainServerOptSpecifyEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPE-DHCP-MAIN-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-DHCP-MAIN-MIB::ipeCfgDhcpMainServerOptSpecifyEnable.<ipeCfgDhcpMainServerIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPE-DHCP-MAIN-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPE-DHCP-MAIN-MIB::ipeCfgDhcpMainServerOptSpecifyEnable'
Syntax
- Source
- EnableDisableValue
- Base type
Enumeration
Values & Constraints
Type Values
0 | invalid |
1 | disable |
2 | enable |