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