biboPPPDNSNegotiation
BIANCA-BRICK-PPP-MIB ·
.1.3.6.1.4.1.272.4.3.1.1.25
Object
column mandatory
r/w
Enumeration
The IP control protocol extensions as described in
RFC 1877 has a means of negotiating primary and
secondary Domain Name System (DNS) server addresses.
When this option is disabled(1), no DNS negotiation
will be performed.
If enabled(2), DNS negotiation behavier depends on
biboPPPIpAddress switch (client or server mode).
Setting to dynamic-client(3), the remote system is asked
to tell us the IP-address(es) of primary and/or secondary
DNS. In dynamic-client-with-wins mode it is also asked for
the IP-addresses of the primary and secondary WINS.
Setting to dynamic_server(4), primary and/or secondary
DNS IP-address(es) found in ipDynAdddrPoolDnsServer1 and
ipDynAddrPoolDnsServer2 (or if empty biboAdmNameServer
and/or biboAdmNameServ2), if asked, will be send to remote.
Context
- MIB
- BIANCA-BRICK-PPP-MIB
- OID
.1.3.6.1.4.1.272.4.3.1.1.25- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- biboPPPEntry
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 'BIANCA-BRICK-PPP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-PPP-MIB::biboPPPDNSNegotiation'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-PPP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-PPP-MIB::biboPPPDNSNegotiation.<biboPPPType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-PPP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-PPP-MIB::biboPPPDNSNegotiation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disabled |
2 | enabled |
3 | dynamic-client |
4 | dynamic-server |
5 | dynamic-client-with-wins |