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
- Table
- mgDomainNameTable
- Siblings
- 3
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | internalOnly |
2 | externalOnly |
3 | internalFirst |
4 | externalFirst |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| mgDomainNameIndex This object serves as index to this table. | column | Integer32 | .1.3.6.1.4.1.351.150.10.1.6.1.1.1 |
| mgDomainName This object denotes the domain name of MGCs,
tftp server, external DNS server or announcement
server. Once the row has become active, this value may
not be changed. | column | OctetString | .1.3.6.1.4.1.351.150.10.1.6.1.1.2 |
| mgDomainNameRowStatus Controls the creation and deletion and of a table entry.
An entry may be created using the 'createAndGo' option.
User can only set mgDnsResolutionType to 'internal… | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.351.150.10.1.6.1.1.4 |