rcIpDhcpIpIfDhcpsEnable

IPDHCP-SERVER-MIB · .1.3.6.1.4.1.8886.6.1.29.1.8.1.2

Object

column r/w SWITCH-TCEnableVar
The state of dhcp server on ip interface. 
It also has two values,one is enable(1),which indicates that this ip interface 
start dhcp server; the other is disable(2) that means dhcp server is invalid on 
this ip interface. 
The default value is disable(2).

Context

MIB
IPDHCP-SERVER-MIB
OID
.1.3.6.1.4.1.8886.6.1.29.1.8.1.2
Type
column
Access
readwrite
Status
current
Parent
rcIpDhcpIpIfEntry

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 'IPDHCP-SERVER-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPDHCP-SERVER-MIB::rcIpDhcpIpIfDhcpsEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPDHCP-SERVER-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPDHCP-SERVER-MIB::rcIpDhcpIpIfDhcpsEnable.<rcIpDhcpIpIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPDHCP-SERVER-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPDHCP-SERVER-MIB::rcIpDhcpIpIfDhcpsEnable'

Syntax

Source
SWITCH-TCEnableVar
Base type
Enumeration

Values & Constraints

Type Values
1enable
2disable