User Guide

OmniAccess SafeGuard OS Administration Guide
356
Chapter 9: End Point Validation
The following example saves the new portal configuration to NVRAM:
(SafeGuardOS) # copy nvram:ics-portal nvram:ics-portal-backup
(SafeGuardOS) #
Restoring the Portal Backup File
If you created a backup portal file, you can restore the configuration using the portal.xml
as the restore file. To restore the portal backup file, use the following command in
Privileged Exec mode:
copy [[tftp://ipaddr/ filename]| [nvram:ics-portal-backup]] nvram:ics-
portal
Restoring the Portal Default Configuration File
To restore the portal file to the factory default settings, use the following command in
Privileged Exec mode:
copy nvram:ics-portal-default nvram:ics-portal
After returning to the factory defaults, you need to configure the ICS Gateway again as
described above.
Tailoring Contact Information
The default remediation message for users who are not in compliance is “Please contact
your administrator”. This text is in HTML format and can be modified using standard
HTML tags. You can change the default message to a custom remediation message by
using the epv ics-config admin-info command in Global Configuration mode for end
users if they fail a scan.
epv ics-config admin-info string
For example:
Syntax Description ipaddr Specifies to use the configuration saved in the root
directory of an TFTP server at this IP address.
filename Specifies to use this ICS gateway configuration file
saved on the TFTP server.
ics-portal-
backup
Specifies to use the configuration saved in non-
volatile memory, NVRAM.
Syntax Description string The contact information displayed when a user fails
a scan. The text for the string must be in double
quotation marks.