ifExtnsTestCommunity
RFC1229-MIB ·
.1.3.6.1.3.6.2.1.2
Object
column mandatory
OctetString
This object contains the name of the SNMP authentication community [5] which was used to authenticate the SNMP Message which invoked the current or most recent test on this interface. If the authentication community is unknown or undefined, this value contains the zero-length string.
Context
- MIB
- RFC1229-MIB
- OID
.1.3.6.1.3.6.2.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ifExtnsTestEntry
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 'RFC1229-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1229-MIB::ifExtnsTestCommunity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RFC1229-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1229-MIB::ifExtnsTestCommunity.<ifExtnsTestIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RFC1229-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RFC1229-MIB::ifExtnsTestCommunity'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.