dnsServCounterTransport
DNS-SERVER-MIB ·
.0.32.1.1.2.13.1.4
Object
column Enumeration
A value of udp(1) indicates that the queries reported on
this row were sent using UDP.
A value of tcp(2) indicates that the queries reported on
this row were sent using TCP.
A value of other(3) indicates that the queries reported
on this row were sent using a transport that was neither
TCP nor UDP.
Context
- MIB
- DNS-SERVER-MIB
- OID
.0.32.1.1.2.13.1.4- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- dnsServCounterEntry
- 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 'DNS-SERVER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DNS-SERVER-MIB::dnsServCounterTransport'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DNS-SERVER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DNS-SERVER-MIB::dnsServCounterTransport.<dnsServCounterOpCode>.<dnsServCounterQClass>.<dnsServCounterQType>.<dnsServCounterTransport>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DNS-SERVER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DNS-SERVER-MIB::dnsServCounterTransport'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | udp |
2 | tcp |
3 | other |
Conformance
Member of