All MIBs › ACC-MIB › accTftpLastMsg
accTftpLastMsg
Module: ACC-MIB
OID (symbolic): ACC-MIB::accTftpLastMsg
OID (numeric): 1.3.6.1.4.1.5.1.1.27.6.5
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description:
The contents of the last trap message generated by the remote loader.
What is accTftpLastMsg?
This read-only object contains the text of the last error or status message generated by the device's TFTP client, typically sent as a trap notification. Network engineers examine this message to understand why a transfer failed or to get diagnostic details about loader events. A message like 'TFTP timeout - server not responding' immediately points to network connectivity problems.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.27.6.5 snmpwalk -v2c -c public <target> ACC-MIB::accTftpLastMsg
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.27.6.5.1 snmpget -v2c -c public <target> ACC-MIB::accTftpLastMsg.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accTftpLastMsg.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.27 | accRload | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.27.6 | accTftpStat | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.27.6.5 | accTftpLastMsg | ACC-MIB |