mgDnsResolutionType
CISCO-WAN-MG-MIB ·
.1.3.6.1.4.1.351.150.10.1.6.1.1.3
Object
column r/w
Enumeration
This object determines the kind of DNS resolution to
be applied for a particular domain name.
'internalOnly' means that the gateway will not try to
resolve the IP address for this domain name using
external DNS. The IP address/es for this domain name
will be obtained from the first half of mgcResolutionTable,
which are added by the user.
'externalOnly' means the IP address for this domain name
will be resolved externally using external DNS.
'internalFirst' means the first preference will be given
to statically provisioned IP address/es, followed the IP
address/es resolved using external DNS.
'externalFirst' means the first preference will be given
to IP addresses resolved using external DNS followed by
statically provisioned IP addresses.
This object can be modified when mgDomainNameRowStatus
is active except that if the mgDomainName refers to
external DNS server then this object cannot be changed.
The request to change from 'internalOnly' to other types
will be rejected if external DNS server is 'NULL'. The
external DNS server can be set to 'NULL' through
the object vismExtDnsServerDn in CISCO-VISM-MODULE-MIB.
When user change this object to 'internalOnly' then all
the externally resolved IP addresses should be implicitly
deleted from mgcResolutionTable.
Context
- MIB
- CISCO-WAN-MG-MIB
- OID
.1.3.6.1.4.1.351.150.10.1.6.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mgDomainNameEntry
- Groups
- 1
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 'CISCO-WAN-MG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WAN-MG-MIB::mgDnsResolutionType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-WAN-MG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WAN-MG-MIB::mgDnsResolutionType.<mgDomainNameIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-WAN-MG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-WAN-MG-MIB::mgDnsResolutionType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | internalOnly |
2 | externalOnly |
3 | internalFirst |
4 | externalFirst |
Conformance
Member of