Enabling or Disabling the Proxy Server for Notifications Using the CLI

Use the CLI commands in this topic to enable or disable the proxy server for notifications using the CLI.

To enable the proxy server for notifications:

  1. Enable the CLI configuration mode.
  2. hostname > enable
    hostname # configure terminal
  3. Enable the proxy server for notifications.
  4. hostname (config) # fenotify preferences use-fenet-proxy enable
  5. Verify that HTTP notifications are enabled for the proxy server.
  6. hostname (config) # show fenotify preferences
    Notification customized settings:
    IPS delivery mode: instant
    HTTP(s) notification using fenet proxy: yes

To disable the proxy server for notifications:

  1. Enable the CLI configuration mode.
  2. hostname > enable
    hostname # configure terminal
  3. Disable the proxy server for notifications.
  4. hostname (config) # no fenotify preferences use-fenet-proxy enable
  5. Verify that HTTP notifications are disabled for the proxy server.
  6. hostname (config) # show fenotify preferences
    Notification customized settings:
    IPS delivery mode: instant
    HTTP(s) notification using fenet proxy: no