Enabling or disabling ATI alert updates for notifications using the CLI

Prev Next

Follow these steps to enable or disable ATI alert updates for notifications using the CLI.

To enable ATI alert updates for notifications:
  1. Enable the CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Enable ATI alert update settings for notifications.

    hostname (config) # fenotify preferences alerts-update ati enable
  3. Save your changes.

    hostname (config) # write memory
  4. Verify the ATI alert update settings status.

    hostname (config) # show fenotify preferences
    Notification customized settings:
    IPS delivery mode: instant
    HTTP(s) notification using fenet proxy: yes
    Rsyslog notification Stripping off line feedback: yes
    Notification timeout: 600 seconds
    SSL cipher list: compatible
    SSL minimum protocol version: tls1
    Alert ATI Updates: yes
    CEF Compliance: yes
    
To disable ATI alert updates for notifications:
  1. Enable the CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Disable ATI alert update settings for notifications.

    hostname (config) # no fenotify preferences alerts-update ati enable
  3. Save your changes.

    hostname (config) # write memory
  4. Verify the ATI alert update settings status.

    hostname (config) # show fenotify preferences
    Notification customized settings:
    IPS delivery mode: instant
    HTTP(s) notification using fenet proxy: yes
    Rsyslog notification Stripping off line feedback: yes
    Notification timeout: 600 seconds
    SSL cipher list: compatible
    SSL minimum protocol version: tls1
    Alert ATI Updates: no
    CEF Compliance: yes