Configuring A Log Filter - Alcatel-Lucent 7450 System Management Manual

Ethernet service switch
Hide thumbs Also See for 7450:
Table of Contents

Advertisement

Configuring a Log Filter

Configuring a Log Filter
Use the following CLI syntax to configure a log filter:
CLI Syntax: config>log
The following displays a log filter configuration example:
A:ALA-12>config>log# info
#------------------------------------------
echo "Log Configuration "
#------------------------------------------
...
...
------------------------------------------
A:ALA-12>config>log#
Page 428
filter filter-id
default-action {drop|forward}
description description-string
entry entry-id
action {drop|forward}
description description-string
match
application {eq|neq} application-id
number {eq|neq|lt|lte|gt|gte} event-id
router {eq|neq} router-instance [regexp]
severity {eq|neq|lt|lte|gt|gte} severity-level
subject {eq|neq} subject [regexp]
file-id 1
description "This is our log file."
location cf1:
rollover 600 retention 24
exit
filter 1
default-action drop
description "This is a sample filter."
entry 1
action forward
match
application eq "mirror"
severity eq critical
exit
exit
exit
log-id 2
shutdown
description "This is a test log file."
filter 1
from main security
to file 1
exit
7450 ESS System Mangement Guide

Advertisement

Table of Contents
loading

Table of Contents