fileSystemValidIndication
RAD-GEN-MIB ·
.1.3.6.1.4.1.164.6.2.67.1.1.11
Object
column Bits
The variable indicates if the file is valid, or, specifies
invalidity reason.
Each bit indicate a status or possible error that occurred:
runningError (0) - an error occurred while executing
the file.
invalidHeader (1) - header checking failed.
confirmNotReceived (2) - confirmation rejected by user or
confirmation time has expired.
fileNotExist (3) - file does not exist.
loadFailure (4) - loading file has been failed for
three successive times.
crcError (5) - CRC error in file.
locked (6) - denotes that currently the file
cannot be modified.
readOnly (7) - file cannot be deleted or modified
copyInProgress (8) - file copy operation is in progress
packCorrupted (9) - SW Pack is corrupted e.g. due to
device flash error.
migrationFailed (10) - file migration failed (example: migration from binary to text failed)
migrationErrors (11) - file migration was completed but file has errors
fileInUse (12) - current file is in use
previousInUse (13) - current file is used as previous
standbyCopyInProgress (14) - issued during copy to standby card
mirroringFailure (15) - file failed to be copied to standby card
fileOverflow (16) - file has reached its maximum capability
Context
- MIB
- RAD-GEN-MIB
- OID
.1.3.6.1.4.1.164.6.2.67.1.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- fileSystemEntry
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-GEN-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-GEN-MIB::fileSystemValidIndication'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-GEN-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-GEN-MIB::fileSystemValidIndication.<fileSystemPath>.<fileSystemObjType>.<fileSystemObjName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-GEN-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-GEN-MIB::fileSystemValidIndication'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | runningError |
1 | invalidHeader |
2 | confirmNotReceived |
3 | fileNotExist |
4 | loadFailure |
5 | crcError |
6 | locked |
7 | readOnly |
8 | copyInProgress |
9 | packCorrupted |
10 | migrationFailed |
11 | migrationErrors |
12 | fileInUse |
13 | previousInUse |
14 | standbyCopyInProgress |
15 | mirroringFailure |
16 | fileOverflow |