All MIBs › CIG-SERVERS-MIB › cigDhcpServersPoolRowStatus
cigDhcpServersPoolRowStatus
Module: CIG-SERVERS-MIB
OID (symbolic): CIG-SERVERS-MIB::cigDhcpServersPoolRowStatus
OID (numeric): 1.3.6.1.4.1.6889.2.1.16.2.2.1.1.15
Node type: OBJECT-TYPE
Type: RowStatus
Access: read-write
Description: Used to create/delete a DHCP pool entry. The following values will be supported:
- `active', which indicates that the conceptual row is available for use by the managed device;
- `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device;
- `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row.
What is cigDhcpServersPoolRowStatus?
This is the standard SNMP RowStatus control used to create, activate, or delete a row in the DHCP pool table, following the usual active/createAndGo/createAndWait/notInService/destroy state machine. On this device, setting this object to createAndGo(4) is how an admin provisions a brand-new DHCP address pool entirely via SNMP, without needing pool-specific console commands. For example, an admin scripting bulk pool provisioning would walk through several pool indexes, writing createAndGo to each cigDhcpServersPoolRowStatus instance to spin up multiple new DHCP scopes in one pass.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6889.2.1.16.2.2.1.1.15 snmpwalk -v2c -c public <target> CIG-SERVERS-MIB::cigDhcpServersPoolRowStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6889.2.1.16.2.2.1.1.15.1 snmpget -v2c -c public <target> CIG-SERVERS-MIB::cigDhcpServersPoolRowStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.6889.2.1.16.2.2.1.1.15.1 s <value>
Start monitoring Avaya CIG (Common Interworking Gateway) server with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CIG-SERVERS-MIB::cigDhcpServersPoolRowStatus OID value, configure state conditions and alerts, and monitor any Avaya CIG (Common Interworking Gateway) server from a single console.
OID Breakdown
Upper-level ancestors (9 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.6889 | avaya | AV-APPLICATION-ENABLEMENT-SERVICES-MIB |
| 1.3.6.1.4.1.6889.2 | mibs | AV-APPLICATION-ENABLEMENT-SERVICES-MIB |
| 1.3.6.1.4.1.6889.2.1 | lsg | AVAYAGEN-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.6889.2.1.16 | cigServers | CIG-SERVERS-MIB |
| 1.3.6.1.4.1.6889.2.1.16.2 | cigDhcpServers | CIG-SERVERS-MIB |
| 1.3.6.1.4.1.6889.2.1.16.2.2 | cigDhcpServersPool | CIG-SERVERS-MIB |
| 1.3.6.1.4.1.6889.2.1.16.2.2.1 | cigDhcpServersPoolTable | CIG-SERVERS-MIB |
| 1.3.6.1.4.1.6889.2.1.16.2.2.1.1 | cigDhcpServersPoolEntry | CIG-SERVERS-MIB |
| 1.3.6.1.4.1.6889.2.1.16.2.2.1.1.15 | cigDhcpServersPoolRowStatus | CIG-SERVERS-MIB |