atDNSServerIndex
AT-DNS-CLIENT-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.501.1.2.1.1
Object
column Integer32
This object represents the index corresponding to the particular DNS Server configuration in the system. For creation of new entry, the value of this object should be same as that of the value of 'atDNSServerIndexNext' object. If this is not the case, then the entry creation will fail.
Context
- MIB
- AT-DNS-CLIENT-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.501.1.2.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- atDNSServerEntry
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 'AT-DNS-CLIENT-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-DNS-CLIENT-MIB::atDNSServerIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-DNS-CLIENT-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-DNS-CLIENT-MIB::atDNSServerIndex.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-DNS-CLIENT-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-DNS-CLIENT-MIB::atDNSServerIndex'
Syntax
Integer32
Values & Constraints
No enumerated values or constraints recorded.