All MIBs › ACC-MIB › accDialPortStatUnsuccessOut
accDialPortStatUnsuccessOut
Module: ACC-MIB
OID (symbolic): ACC-MIB::accDialPortStatUnsuccessOut
OID (numeric): 1.3.6.1.4.1.5.1.1.31.3.1.9
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Number of unsuccessfull call attempts on this dial port.
What is accDialPortStatUnsuccessOut?
This OID counts the number of failed outbound dial attempts on this port, used to calculate reliability and identify problem patterns. An engineer compares this to the success counter to determine whether the link is reliable enough for production use. A value of 3 combined with 47 successes indicates a 94% success rate.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.31.3.1.9 snmpwalk -v2c -c public <target> ACC-MIB::accDialPortStatUnsuccessOut
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.31.3.1.9.1 snmpget -v2c -c public <target> ACC-MIB::accDialPortStatUnsuccessOut.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accDialPortStatUnsuccessOut.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.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.31 | accDial | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.31.3 | accDialPortStatTable | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.31.3.1 | accDialPortStatEntry | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.31.3.1.9 | accDialPortStatUnsuccessOut | ACC-MIB |