agentDhcpServerPoolOptionIpAddressData
EdgeSwitch-DHCPSERVER-PRIVATE-MIB ·
.1.3.6.1.4.1.4413.1.1.12.2.7.1.6
Object
This specifies the IP-address list(each IP-address is separated by comma and the list is terminated by semi-colon) for a DHCP client, an example would be 10.10.1.1,192.168.36.1,157.227.44.1;(no spaces in between). If a IP option is entered again, it gets concatenated with the previous IP data. Maximum no. of IP addresses that can be entered at one time is 8.
Context
- MIB
- EdgeSwitch-DHCPSERVER-PRIVATE-MIB
- OID
.1.3.6.1.4.1.4413.1.1.12.2.7.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentDhcpServerPoolOptionEntry
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 'EdgeSwitch-DHCPSERVER-PRIVATE-MIB' -M '/opt/observium/mibs/ubiquiti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EdgeSwitch-DHCPSERVER-PRIVATE-MIB::agentDhcpServerPoolOptionIpAddressData'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EdgeSwitch-DHCPSERVER-PRIVATE-MIB' -M '/opt/observium/mibs/ubiquiti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EdgeSwitch-DHCPSERVER-PRIVATE-MIB::agentDhcpServerPoolOptionIpAddressData.<agentDhcpServerPoolOptionIndex>.<agentDhcpServerPoolOptionCode>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EdgeSwitch-DHCPSERVER-PRIVATE-MIB' -M '/opt/observium/mibs/ubiquiti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EdgeSwitch-DHCPSERVER-PRIVATE-MIB::agentDhcpServerPoolOptionIpAddressData'
Syntax
- Source
- RFC1213-MIBDisplayString
- Base type
OctetString
Values & Constraints
No enumerated values or constraints recorded.