3Com WX2200 3CRWX220095A Switch User Manual


 
Configuring SODA Functionality 553
If configured, a remediation ACL is applied to a client when the client
loads the failure page. A client loads the failure page only if the service
profile is set to enforce SODA agent checks, and the client fails the SODA
agent checks. Consequently, in order to apply a remediation ACL to a
client, you must make sure the service profile is set to enforce SODA
agent checks.
For example, the following command configures the WX switch to apply
acl-1 to a client when it loads the failure page:
WX1200# set service-profile sp1 soda remediation-acl acl-1
success: change accepted.
Specifying a SODA
Agent Logout Page
When a client closes the SODA virtual desktop, the client is automatically
disconnected from the network. You can optionally specify a page that is
loaded when the client logs out of the network. To do this, use the
following command:
set service-profile name soda logout-page page
To reset the logout page to the default value, use the following
command:
clear service-profile name soda logout-page
The page refers to a file on the WX switch.
For the logout page to load properly, you must enable the HTTPS server
on the WX switch, so that clients can access the page using HTTPS. To do
this, use the following command:
set ip https server enable
The client can request this page at any time, to ensure that the client’s
session has been terminated. You can add the IP address of the WX
switch to the DNS server as a well-known name, and you can advertise
the URL of the page to users as a logout page.
For example, the following command specifies logout.html, which is a file
in the root directory on the WX switch, as the page to load when a client
closes the SODA virtual desktop:
WX1200# set service-profile sp1 soda logout-page logout.html
success: change accepted.