All MIBs › EdgeSwitch-DHCPSERVER-PRIVATE-MIB › agentDhcpServerExcludedAddressRangeCreate
agentDhcpServerExcludedAddressRangeCreate
Module: EdgeSwitch-DHCPSERVER-PRIVATE-MIB
OID (symbolic): EdgeSwitch-DHCPSERVER-PRIVATE-MIB::agentDhcpServerExcludedAddressRangeCreate
OID (numeric): 1.3.6.1.4.1.4413.1.1.12.2.4
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-write
Description: It sets the IP address-ranges(from low to high) that a DHCP server should not assign to DHCP clients. Each time this MIB object is set successfully, one excluded range of IP address will be set. It is given in format - start and end IP address separated by '-' and terminated by ';'. One example would be - 192.168.36.1-200.1.1.1; . This sets one excluded range of IP address,which starts at 192.168.36.1 and ends at 200.1.1.1. If only start IP address is given, end IP address is assumed to be equal to the start IP address. Get operation on this MIB object returns a null-value, as for the purpose of viewing the exclude-address ranges, the user should perform the traversal of agentDhcpServerExcludedAddressRangeTable. For this reason the get operation on object agentDhcpServerExcludedAddressRangeCreate becomes insignificant.
What is agentDhcpServerExcludedAddressRangeCreate?
Writing a value here excludes a range of addresses from being assigned by the DHCP server, formatted as 'start-end;' (e.g. '192.168.36.1-200.1.1.1;'); giving only a start address excludes just that single address. Reading this object always returns null, since exclusions are actually viewed via agentDhcpServerExcludedAddressRangeTable.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.4413.1.1.12.2.4 snmpwalk -v2c -c public <target> EdgeSwitch-DHCPSERVER-PRIVATE-MIB::agentDhcpServerExcludedAddressRangeCreate
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.4413.1.1.12.2.4.1 snmpget -v2c -c public <target> EdgeSwitch-DHCPSERVER-PRIVATE-MIB::agentDhcpServerExcludedAddressRangeCreate.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.4413.1.1.12.2.4.1 s <value>
Start monitoring Ubiquiti EdgeSwitch (built-in DHCP server) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the EdgeSwitch-DHCPSERVER-PRIVATE-MIB::agentDhcpServerExcludedAddressRangeCreate OID value, configure state conditions and alerts, and monitor any Ubiquiti EdgeSwitch (built-in DHCP 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.4413 | broadcom | EdgeSwitch-REF-MIB |
| 1.3.6.1.4.1.4413.1 | broadcomProducts | EdgeSwitch-REF-MIB |
| 1.3.6.1.4.1.4413.1.1 | fastPath | EdgeSwitch-REF-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.4413.1.1.12 | fastPathDHCPServerPrivate | EdgeSwitch-DHCPSERVER-PRIVATE-MIB |
| 1.3.6.1.4.1.4413.1.1.12.2 | agentDhcpServerPoolConfigGroup | EdgeSwitch-DHCPSERVER-PRIVATE-MIB |
| 1.3.6.1.4.1.4413.1.1.12.2.4 | agentDhcpServerExcludedAddressRangeCreate | EdgeSwitch-DHCPSERVER-PRIVATE-MIB |