dhcpClientDuplicateIpAddressDetectionEnable
MX-BNI-MIB ·
.0.200.1.200.200
Object
DHCPv4 Client Duplicate IP Address Detection Enable
Defines if duplicate address detection must be performed
before using a received DHCPv4 IP address.
* Enable: Verifies that the received DHCPv4 IP address is
not already used on the network. If it is already used on
the network, a DHCPv4 DECLINE is sent to the DHCPv4 server
and the DHCPv4 process is restarted after 10 to 20
seconds.
* Disable: The received DHCPv4 IP address is used without
verification.
Context
- MIB
- MX-BNI-MIB
- OID
.0.200.1.200.200- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- dhcpClientGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-BNI-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-BNI-MIB::dhcpClientDuplicateIpAddressDetectionEnable.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-BNI-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-BNI-MIB::dhcpClientDuplicateIpAddressDetectionEnable'
Syntax
- Source
- MX-TCMxEnableState
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | enable |