ipBootpRelayDnsAssign
BINTEC-BOOTPRELAY-MIB ·
.0.55.1.1.10
Object
column r/w
Enumeration
This variable determines the assignment policy, if set to passthrough (1) the DHCP domain server tag(s) will be passed unchanged, if set to self (2) the own IP address is provided as first nameserver address.
Context
- MIB
- BINTEC-BOOTPRELAY-MIB
- OID
.0.55.1.1.10- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipBootpRelayEntry
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-BOOTPRELAY-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-BOOTPRELAY-MIB::ipBootpRelayDnsAssign'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-BOOTPRELAY-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-BOOTPRELAY-MIB::ipBootpRelayDnsAssign.<ipBootpRelayIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-BOOTPRELAY-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-BOOTPRELAY-MIB::ipBootpRelayDnsAssign'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | passthrough |
2 | self |