Deleting an entry from the SmartVision alerts whitelist using the CLI

Prev Next

If alerts are triggered by valid traffic, you can add a combination of conditions for whitelisting SmartVision alerts.

Prerequisites

To remove a combination of conditions from the alerts whitelist:
  1. View the alerts whitelist.

    In this example, the list contains a single entry that combines a SmartVision rule ID and an IPv4 source address block.

    hostname (config) # show smartvision alert whitelist
    
    SmartVision Alert Whitelist Config
    					
    Rule        Source Prefix         Dest Prefix           Type
    91500002    192.168.4.0/24        -                     rule-source
  2. Remove a combination of conditions to the alerts whitelist by using the no smartvision alert whitelist command.

    This example removes the entry from the SmartVision alerts whitelist:

    hostname (config) # no smartvision alert whitelist rule 91500002 source 192.168.4.0/24
  3. Verify the change.

    hostname # show smartvision alert whitelist
    
    SmartVision Alert Whitelist Config
    					
    Rule        Source Prefix         Dest Prefix           Type