To filter the active log:

Prev Next
  1. Enable the CLI enable mode:

    hostname > enable

  2. To display only the lines that match a regular expression:

    hostname # show log matching <regular expression>

  3. To display only the lines that do not match a regular expression:

    hostname # show log not matching <regular expression>