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:
- Enable the CLI configuration mode.
- Enable the proxy server for notifications.
- Verify that HTTP notifications are enabled for the proxy server.
hostname > enable
hostname # configure terminal
hostname (config) # fenotify preferences use-fenet-proxy enable
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:
- Enable the CLI configuration mode.
- Disable the proxy server for notifications.
- Verify that HTTP notifications are disabled for the proxy server.
hostname > enable
hostname # configure terminal
hostname (config) # no fenotify preferences use-fenet-proxy enable
hostname (config) # show fenotify preferences
Notification customized settings:
IPS delivery mode: instant
HTTP(s) notification using fenet proxy: no