"FD 100/320Gbps NT and FX NT IHub SystemBasics, Management and OAM Guide"Events and LogsIssue: 10 3HH-11982-AAAA-TQZZA 117----------------------------------------------A:ALA-12>configure>log#Use the following CLI syntax to delete a log file:configure>logno log-id log-idshutdownThe following displays an example to delete a log file:configure# logconfigure>log# log-id 2configure>log>log-id# shutdownconfigure>log>log-id# exitconfigure>log# no log-id 26.6.4.3 Modifying a Log FilterUse the following CLI syntax to modify a log filter:configure>logfilter filter-iddefault-action {drop|forward}description description-stringentry entry-idaction {drop|forward}description description-stringmatch (event filter)application {eq|neq} application-idnumber {eq|neq|lt|lte|gt|gte} event-idrouter {eq|neq} router-name [regexp]severity {eq|neq|lt|lte|gt|gte} severity-levelsubject {eq|neq} subject [regexp]The following output displays the current log filter configuration:ALA-12>configure>log# info#------------------------------------------echo "Log Configuration "#------------------------------------------...filter (event filter) 1default-action (event filter) dropdescription "This is a sample filter."entry (event filter) 1action (event filter) forwardmatch (event filter)application eq "mirror"severity eq criticalexitexitexit...------------------------------------------ALA-12>configure>log#