Event and Accounting Logs
7450 ESS System Mangement Guide Page 421
Basic Event Log Configuration
The most basic log configuration must have the following:
• Log ID or accounting policy ID
• A log source
• A log destination 
The following displays a log configuration example.
A:ALA-12>config>log# info
#------------------------------------------
echo "Log Configuration "
#------------------------------------------
        event-control "ospf" 2001 generate critical
        file-id 1
            description "This is a test file-id."
            location cf1:
        exit
        file-id 2
            description "This is a test log."
            location cf1:
        exit
        snmp-trap-group 7
            trap-target 11.22.33.44 "snmpv2c" notify-community "public"
        exit
        log-id 2
            from main
            to file 2
        exit
----------------------------------------------
A:ALA-12>config>log#