Nortel Networks 2300 Switch User Manual


 
602 Configuring SODA endpoint security for a WSS
NN47250-500 (320657-F Version 02.01)
Specifying a SODA agent success page
When a client successfully runs the checks performed by the SODA agent, by default a dynamically generated page is
displayed on the client indicating that the checks succeeded. You can optionally create a custom success page that is
displayed on the client instead of the dynamically generated one.
To specify a page that is loaded when a client passes the security checks performed by the SODA agent, use the
following command:
set service-profile name soda success-page page
To reset the success page to the default value, use the following command:
clear service-profile name soda success-page
The page refers to a file on the WSS. After this page is loaded, the client is placed in its assigned VLAN and granted
access to the network.
For example, the following command specifies success.html, which is a file in the root directory on the WSS, as the page
to load when a client passes the SODA agent checks:
WSS# set service-profile sp1 soda success-page success.html
success: change accepted.
The following command specifies success.html, in the soda-files directory on the WSS, as the page to load when a client
passes the SODA agent checks:
WSS# set service-profile sp1 soda success-page soda-files/success.html
success: change accepted.