Common Configuration Tasks
Page 224 7705 SAR OS System Management Guide
config>log>acct-policy# to file 1
config>log>acct-policy# exit
config>log# accounting-policy 5
config>log>acct-policy# description "This is a test
accounting policy."
config>log>acct-policy# record service-ingress-packets
config>log>acct-policy# to file 2
config>log>acct-policy#
The following displays the accounting policy configuration:
ALU-12>config>log# info
----------------------------------------------
accounting-policy 4
description "This is the default accounting policy."
record service-ingress-packets
default
to file 1
exit
accounting-policy 5
description "This is a test accounting policy."
record service-ingress-packets
to file 2
exit
----------------------------------------------
ALU-12>config>log#
Configuring Event Control
Use the following CLI syntax to configure event control. Note that the throttle parameter
used in the event-control command syntax enables throttling for a specific event type. The
config>log>throttle-rate command configures the number of events and interval length to
be applied to all event types that have throttling enabled by this event-control command.
CLI Syntax: config>log
event-control application-id [event-name | event-
number] generate[severity-level] [throttle]
event-control application-id [event-name | event-
number] suppress
throttle-rate events [interval seconds]
The following displays an example of an event control configuration command syntax:
Example: config# log
config>log# event-control atm 2014 generate critical
config>log# event-control oam 2001 suppress
config>log# throttle-rate 500 interval 10
The following displays the event control configuration: