All MIBs › CME-MIB › dnsPriority
dnsPriority
Module: CME-MIB
OID (symbolic): CME-MIB::dnsPriority
OID (numeric): 1.3.6.1.4.1.2.3.51.2.4.9.3.2.20
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Tells the order host names are resolved. The options are to either first resolve with an IPv6 DNS server or to first resolve with an IPv6 DNS server.
What is dnsPriority?
This writable integer (ipv6=1 or ipv4=2) controls which DNS protocol family the MM tries first when resolving hostnames it's configured with. It matters in dual-stack environments where IPv4 and IPv6 DNS servers might give different results or have different reliability, so the admin can force a preferred resolution path. Setting dnsPriority to ipv4(2) would make the MM attempt IPv4 DNS servers before falling back to any configured IPv6 servers.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.4.9.3.2.20 snmpwalk -v2c -c public <target> CME-MIB::dnsPriority
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.4.9.3.2.20.1 snmpget -v2c -c public <target> CME-MIB::dnsPriority.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2.3.51.2.4.9.3.2.20.1 i <value>
Start monitoring Cisco Communications Manager Express (CME) router/gateway with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CME-MIB::dnsPriority OID value, configure state conditions and alerts, and monitor any Cisco Communications Manager Express (CME) router/gateway from a single console.
OID Breakdown
Upper-level ancestors (14 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.2 | ibm | BLADE-MIB |
| 1.3.6.1.4.1.2.3 | ibmAgents | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51 | netfinitySupportProcessorAgent | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2 | bladeCenterSnmpMIB | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4 | configureSP | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.9 | networkConfiguration | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.9.3 | tcpProtocols | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.9.3.2 | dnsConfig | BLADE-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2.3.51.2.4.9.3.2.20 | dnsPriority | CME-MIB |