copyFileStatus
RAD-CopyFile-MIB ·
.1.3.6.1.4.1.164.6.2.12.18.1.1.15
Object
column Enumeration
Status of Copy File session. The copyFileStatus should be equal to noOp(2) when an entry was created by createAndWait and is not activated yet. When session ended with success, the Status should be endedOk(6). The copyFileStatus is equal to error(7) in case of failure. NMS can obtain error reason from the copyFileError OBJECT. The default value is the 'noOp(2)'. The copyFileStatus is equal to errorOveridden (8) in case of invalid or incorrect file. This status indicates to the agent to remove the file.
Context
- MIB
- RAD-CopyFile-MIB
- OID
.1.3.6.1.4.1.164.6.2.12.18.1.1.15- Type
- column
- Access
- readonly
- Status
- current
- Parent
- copyFileEntry
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 'RAD-CopyFile-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-CopyFile-MIB::copyFileStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-CopyFile-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-CopyFile-MIB::copyFileStatus.<copyFileIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-CopyFile-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-CopyFile-MIB::copyFileStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
2 | noOp |
3 | authenticating |
4 | connecting |
5 | transferringData |
6 | endedOk |
7 | error |
8 | errorOveridden |