csilServerLastStatus
CISCO-SYS-INFO-LOG-MIB ·
.1.3.6.1.4.1.9.9.330.1.2.3.1.9
Object
column Enumeration
Indicates the status of the last system information
logging process into the server.
- none(1): initial state. No process has been started.
- noLogFile(2): there is no log file has been configured.
- noCommand(3): there is no command has been configured.
- linkBlock(4): another process might have taken the
rcp or tftp connection at the time the interval
is due.
- authError(5): authentication failed.
- addrError(6): an error occurs due to the destination
address is not reachable.
- copying(7) : logging process to destination server is
in progress.
- writeError(8): an error occurs while copying logging
information to the server.
- success(9): logging process completed successfully.
- ftpError(10): an error occurs during ftp operation.
Context
- MIB
- CISCO-SYS-INFO-LOG-MIB
- OID
.1.3.6.1.4.1.9.9.330.1.2.3.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- csilServerEntry
- Groups
- 1
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 'CISCO-SYS-INFO-LOG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SYS-INFO-LOG-MIB::csilServerLastStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-SYS-INFO-LOG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SYS-INFO-LOG-MIB::csilServerLastStatus.<csilServerIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-SYS-INFO-LOG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-SYS-INFO-LOG-MIB::csilServerLastStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | noLogFile |
3 | noCommand |
4 | linkBlock |
5 | authError |
6 | addrError |
7 | copying |
8 | writeError |
9 | success |
10 | ftpError |
Conformance
Member of