dellLanFileActionResultCode
Dell-LAN-SYSMNG-MIB ·
.1.3.6.1.4.1.674.10895.5000.1.2.2.4.1.6
Object
column Enumeration
Each time the action is attempted, the result of the action will be provided here. The user should always read this result code immediately after executing the action to check the status of the action. If the action takes a long time to complete, the result code will indicate 'statuspending' until the action is completed and the result is given. The user should continue to poll this parameter until a result is given.
Context
- MIB
- Dell-LAN-SYSMNG-MIB
- OID
.1.3.6.1.4.1.674.10895.5000.1.2.2.4.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dellLanFileActionEntry
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 'Dell-LAN-SYSMNG-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Dell-LAN-SYSMNG-MIB::dellLanFileActionResultCode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Dell-LAN-SYSMNG-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Dell-LAN-SYSMNG-MIB::dellLanFileActionResultCode.<dellLanFileActionIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Dell-LAN-SYSMNG-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Dell-LAN-SYSMNG-MIB::dellLanFileActionResultCode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | success |
1 | statusPending |
2 | fileNotFound |
3 | invalidCmd |
4 | unknownError |
5 | tftpServerConnectFailed |
6 | fileSystemFull |
7 | overwriteNotRequested |
8 | overwriteFailed |
9 | permissionDenied |
10 | incompatFileType |
11 | invalidDest |