ipeCfgDhcpMainServerOptGatewayAddrEnable

IPE-DHCP-MAIN-MIB · .1.3.6.1.4.1.119.2.3.69.5.3.13.2.1.12

Object

column r/w Enumeration
Switch that how to handle gateway IP address option on DHCP
server.
              
  enabledInterface : Use interface IP address. DHCP server
                     provides gateway IP address configured on 
                     interface which is set to 
                     ipeCfgDhcpMainServerInterface.
  enabledSpecify   : Use IP address which is set to
                     ipeCfgDhcpMainServerOptGatewayAddr.
  disabled         : DHCP server doesn't provide gateway IP 
                     address.
              
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.12
Type
column
Access
readwrite
Status
current
Parent
ipeCfgDhcpMainServerEntry

Walk 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::ipeCfgDhcpMainServerOptGatewayAddrEnable'
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::ipeCfgDhcpMainServerOptGatewayAddrEnable.<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::ipeCfgDhcpMainServerOptGatewayAddrEnable'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0invalid
1enabledInterface
2enabledSpecify
3disabled