Configuring SODA endpoint security for a WSS 679
Nortel WLAN—Security Switch 2300 Series Configuration Guide

Specifying a SODA agent failure page

When the SODA agent checks fail, by default a dynamically generated page is displayed on the client indicating that the
checks failed. You can optionally create a custom failure page that is displayed on the client instead of the dynamically
generated one.
To specify a page that is loaded when a client fails the security checks performed by the SODA agent, use the following
command:
set service-profile name soda failure-page page
To reset the failure page to the default value, use the following command:
clear service-profile name soda failure-page
The page refers to a file on the WSS. After this page is loaded, the specified remediation ACL takes effect, or if there is
no remediation ACL configured, then the client is disconnected from the network.
For example, the following command specifies failure.html, which is a file in the root directory on the WSS, as the page
to load when a client fails the SODA agent checks:
WSS# set service-profile sp1 soda failure-page failure.html
success: change accepted.
The following command specifies failure.html, in the soda-files directory on the WSS, as the page to load when a client
fails the SODA agent checks:
WSS# set service-profile sp1 soda failu re-page soda-f iles/failure.html
success: change accepted.