ipDynaAddrGatewayEnabled
BINTEC-DYNIP-MIB ·
.0.52.8.1.4
Object
column Enumeration
Displays if 'router option' is delivered within BOOTP REPLY message. If this object is set to 'yes' router option is filled depending on ipDhcpPoolGateway and possibly ipStatAddrGateway. If this object is set to 'no' router option is not delivered regardless of object ipDhcpPoolGateway. This object is only relevant for entries with UserType dhcp.
Context
- MIB
- BINTEC-DYNIP-MIB
- OID
.0.52.8.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipDynaAddrEntry
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::ipDynaAddrGatewayEnabled'
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::ipDynaAddrGatewayEnabled.<ipDynaAddrAddress>'
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::ipDynaAddrGatewayEnabled'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | yes |
2 | no |