ipDhcpClientBroadcastBit
BINTEC-DYNIP-MIB ·
.0.52.2.1.7
Object
column r/w
Enumeration
Toggles BROADCAST bit. See section 4.1 of RFC-2131. For avoiding broadcasts, this value should be set to off. However, for making sure that old configurations still work, this value should be set to on. Default value is specified according to the standard behavior prior to variable introduction (on).
Context
- MIB
- BINTEC-DYNIP-MIB
- OID
.0.52.2.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipDhcpClientEntry
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 'BINTEC-DYNIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-DYNIP-MIB::ipDhcpClientBroadcastBit'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-DYNIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-DYNIP-MIB::ipDhcpClientBroadcastBit.<ipDhcpClientIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-DYNIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-DYNIP-MIB::ipDhcpClientBroadcastBit'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | off |
2 | on |