To filter all logs:

Prev Next
  1. Enable the CLI enable mode:

    hostname > enable

  2. To view only the lines in all logs that match a regular expression:

    <regular expression>show log files all matchinghostname # :

  3. To view only the lines in all logs that do not match a regular expression:

    hostname # show log files all not matching <regular expression>