To filter the new lines as they are added in real time:

Prev Next
  1. Enable the CLI enable mode:

    hostname > enable

  2. To start printing only the new lines in the active log that match a regular expression:

    hostname # show log continuous matching <regular expression>

  3. To start printing only the new lines in the active log that do not match a regular expression

    hostname # show log continuous not matching <regular expression>