Operation Manual
MP Access Point Commands
MP Access Point Commands
12 – 307
Usage
Use this command to specify a custom page to be loaded by the client when the SODA
agent checks fail. 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.
This functionality occurs only when the enforce checks option is enabled for the service profile. The
enforce checks option is enabled by default.
The page is assumed to reside in the root directory on the MX. You can optionally specify a
different directory where the page resides.
Examples
The following command specifies failure.html as the page to load when a client fails the
SODA agent checks:
MX# set service-profile sp1 soda failure-page failure.html
success: change accepted.
The following command specifies failure.html, in the soda-files directory, as the page to load when
a client fails the SODA agent checks:
MX# set service-profile sp1 soda failure-page soda-files/failure.html
success: change accepted.
See Also
● set service-profile soda enforce-checks on page 12-305
● set service-profile soda remediation-acl on page 12-308
● show service-profile on page 12-357
set service-profile soda logout-page
Specifies a page on the MX switch that is loaded when a client logs out of the network by closing
the SODA virtual desktop.
Syntax
set service-profile profile-name soda logout-page page
Defaults
None.
Access
Enabled.
History
Introduced in MSS Version 4.2.
Usage
When a client closes the SODA virtual desktop, the client is automatically disconnected
from the network. You can use this command to specify a page that loads when the client closes
the SODA virtual desktop.
The client can request this page at any time, to ensure that the client session is terminated. You
can add the MX IP address to the DNS server as a well-known name, and you can advertise the
URL of the page to users as a logout page.
The page is assumed to reside in the root directory on the MX. You can optionally specify a
different directory where the page resides.
Note that you must also enable the HTTPS server on the MX, so that clients can log out of the
network and access the logout page using HTTPS. To do this, use the set ip https server enable
command.
Examples
The following command specifies logout.html as the page to load when a client closes the
SODA virtual desktop:
MX# set service-profile sp1 soda logout-page logout.html
success: change accepted.
profile-name Service profile name.
page Page that is loaded when the client closes the SODA virtual desktop.