Event and Accounting Logs
250
System Management Guide
3HE 11018 AAAC TQZZA Edition: 01
Throttle rate applies commonly to all event types. It is not configurable for a specific
event type.
A timer task checks for events dropped by throttling when the throttle interval expires.
If any events have been dropped, a TIMETRA-SYSTEM-MIB::tmnxTrapDropped
notification is sent.
By default, event throttling is set to off for each specific event type. It must be
explicitly enabled for each event type where throttling is desired. This makes
backwards compatibility of configuration files easier to manage.
5.3.7 Default System Logs
Log 99 is a preconfigured memory-based log that collects events from the main event
source (that is, not the security, debug, or change source). Log 100 is preconfigured
to be associated with filter policy 1001, which is preconfigured to collect events of
major severity or higher. Log 100 can be reconfigured by the user.
Log 99 and log 100 exist by default.
The following example displays the log 99 and log 100 configurations.
ALU-1>config>log# info detail
#------------------------------------------
echo "Log Configuration "
#------------------------------------------
...
log-id 99
description "Default system log"
no filter
time-format utc
from main
to memory 500
no shutdown
exit
log-id 100
description "Default Serious Errors Log"
filter 1001
time-format utc
from main
to memory 500
no shutdown
exit
----------------------------------------------