All MIBs › NBS-CMMC-MIB › nbsCmmcSysLogRunningLevel
nbsCmmcSysLogRunningLevel
Module: NBS-CMMC-MIB
OID (symbolic): NBS-CMMC-MIB::nbsCmmcSysLogRunningLevel
OID (numeric): 1.3.6.1.4.1.629.200.11.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Indicates the level at which the system log message handler saves to a running message log.
The level disabled(1) instructs the Agent to log nothing. This level may not be supported in some Agent versions.
The level fatal(2) instructs Agent to log only events such as unplanned system shutdowns.
The level error(3) includes fatal(2) events and events such as module failures.
The level alarm(7) includes fatal(2), error(3), and other events that probably require immediate attention.
The level warning(4) includes fatal(2), error(3), alarm(7), as well as events that probably need attention.
The level info(5) includes all higher severities, plus events that indicate interesting but not necessarily problematic conditions.
The level memo(6) includes all event notifications.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.629.200.11.1 snmpwalk -v2c -c public <target> NBS-CMMC-MIB::nbsCmmcSysLogRunningLevel
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.629.200.11.1.1 snmpget -v2c -c public <target> NBS-CMMC-MIB::nbsCmmcSysLogRunningLevel.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.629.200.11.1.1 i <value>
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.629 | nbs | NBS-CMMC-MIB |
| 1.3.6.1.4.1.629.200 | nbsCmmcMib | NBS-CMMC-MIB |
| 1.3.6.1.4.1.629.200.11 | nbsCmmcSysLogGrp | NBS-CMMC-MIB |
| 1.3.6.1.4.1.629.200.11.1 | nbsCmmcSysLogRunningLevel | NBS-CMMC-MIB |