All MIBs › ATM-FORUM-M4-MIB › atmfM4VpTestCode
atmfM4VpTestCode
Module: ATM-FORUM-M4-MIB
OID (symbolic): ATM-FORUM-M4-MIB::atmfM4VpTestCode
OID (numeric): 1.3.6.1.4.1.353.100.1.25.1.6
Node type: OBJECT-TYPE
Type: OBJECT IDENTIFIER
Access: read-only
Description:
This object contains a code which contains more specific information on the test result, for example an error-code after a failed test. Error codes and other values this object may take are specific to the type of interface and/or test. The value may have the semantics of either the AutonomousType or RowPointer textual conventions as defined in RFC 1903 [15]. The identifier:
testCodeUnknown OBJECT IDENTIFIER ::= { 0 0 }
is defined for use if no additional result code is available.
What is atmfM4VpTestCode?
This read-only object contains an identifier that describes detailed test results, such as error codes when tests fail. It tells you specifically what went wrong during an ATM virtual path diagnostic test, beyond just pass/fail. When a Virtual Path connectivity test fails, you'd check this value to see if it was a timeout, bad response, or some other specific error condition.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.353.100.1.25.1.6 snmpwalk -v2c -c public <target> ATM-FORUM-M4-MIB::atmfM4VpTestCode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.353.100.1.25.1.6.1 snmpget -v2c -c public <target> ATM-FORUM-M4-MIB::atmfM4VpTestCode.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> atmfM4VpTestCode.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.353 | atmForum | ATM-FORUM-SNMP-M4-MIB |
| 1.3.6.1.4.1.353.100 | atmfM4MIB | ATM-FORUM-M4-MIB |
| 1.3.6.1.4.1.353.100.1 | atmfM4MIBObjects | ATM-FORUM-M4-MIB |
| 1.3.6.1.4.1.353.100.1.25 | atmfM4VpTestTable | ATM-FORUM-M4-MIB |
| 1.3.6.1.4.1.353.100.1.25.1 | atmfM4VpTestEntry | ATM-FORUM-M4-MIB |
| 1.3.6.1.4.1.353.100.1.25.1.6 | atmfM4VpTestCode | ATM-FORUM-M4-MIB |