nqaAdminParaProtocolType
NQA-MIB ·
.1.3.6.1.4.1.2011.5.25.111.2.2.1.86
Object
The protocol type of test-case. When the test type is rtptest or rtpsnoop, the default value is udp(1), when the test type is not rtptest or rtpsnoop, the default value is unknown(0), which means unspecified or unused.
Context
- MIB
- NQA-MIB
- OID
.1.3.6.1.4.1.2011.5.25.111.2.2.1.86- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- nqaAdminParaEntry
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 'NQA-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NQA-MIB::nqaAdminParaProtocolType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NQA-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NQA-MIB::nqaAdminParaProtocolType.<nqaAdminCtrlOwnerIndex>.<nqaAdminCtrlTestName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NQA-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NQA-MIB::nqaAdminParaProtocolType'
Syntax
- Source
- ProtocolType
- Base type
Enumeration
Values & Constraints
Type Values
0 | unknown |
1 | udp |
2 | tcp |