cigDhcpServersPoolMode
CIG-SERVERS-MIB ·
.1.3.6.1.4.1.6889.2.1.16.2.2.1.1.4
Object
Enable Dhcp Pool in the device. Default = False (Disable,Inactive). It is recommended to enable/activate the pool only after the user configures all the DHCP pool parameters. The user can changes the parameters when the pool is Enable/active. However part of the clients will have different configuration. After enabling the user will Disable the pool only before deleting it or keeping its ocnfiguration for later use. In Disable mode the binding information is lost. The user can not activate pool with start-ip-addr or end-ip-addr == 0.0.0.0.
Context
- MIB
- CIG-SERVERS-MIB
- OID
.1.3.6.1.4.1.6889.2.1.16.2.2.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cigDhcpServersPoolEntry
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 'CIG-SERVERS-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIG-SERVERS-MIB::cigDhcpServersPoolMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CIG-SERVERS-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIG-SERVERS-MIB::cigDhcpServersPoolMode.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CIG-SERVERS-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CIG-SERVERS-MIB::cigDhcpServersPoolMode'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |