snMspsDNSClientManualOverride
SN-MSPS-SCX-MIB ·
.1.3.6.1.4.1.4329.20.1.1.1.1.49.3.1.1.2
Object
scalar r/w
Enumeration
This is a control variable.
It is written by the remote management entity.
-public: only the public name servers in order given by provider
are written in /etc/resolv.conf
-manual: only the manual name servers given by user
are written in /etc/resolv.conf
-all: manual as well as public name servers
are written in /etc/resolv.conf in order from
manual to public.
Context
- MIB
- SN-MSPS-SCX-MIB
- OID
.1.3.6.1.4.1.4329.20.1.1.1.1.49.3.1.1.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Default
public- Parent
- snMspsDNSClientConfig
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SN-MSPS-SCX-MIB' -M '/opt/observium/mibs/siemens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SN-MSPS-SCX-MIB::snMspsDNSClientManualOverride.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SN-MSPS-SCX-MIB' -M '/opt/observium/mibs/siemens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SN-MSPS-SCX-MIB::snMspsDNSClientManualOverride'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | public |
2 | manual |
3 | all |