Specifications
5-12
Cisco NAC Appliance - Clean Access Manager Configuration Guide
OL-28003-01
Chapter 5 Configuring User Login Page and Guest Access
Create Content for the Right Frame
Figure 5-7 Login Page—Right Frame Content
3. You can enter a URL or HTML content for the right frame:
a. Enter URL: (for a single webpage to appear in the right frame)
For an external URL, use the format http://www.webpage.c om.
For a URL on the Clean Access Manager, use the format:
[Uploaded File]:file_name.htm
For images, use the format:
[Uploaded File]:file_name.jpg
Note If you specify an external URL or Clean Access Manager URL, make sure you have created a
traffic policy for the Unauthenticated role that allows the user HTTP access to the CAM or
external server. In addition, if you change or update the external URLs referenced by the login
page, make sure to update the Unauthenticated role policies as well. See Unauthenticated Role
Traffic Policies, page 5-2 and Adding Traffic Policies for Default Roles, page 8-27 for details.
b. Enter HTML: (to add a combination of resource files, such as logos and HTML links)
Type HTML content directly into the Right Frame Content field.
To reference any resource file you have already uploaded in the File Upload tab as part of the
HTML content (including images, JavaScript files, and CSS files) use the following formats:
To reference a link to an uploaded HTML file:
<a href=”file_name.html”> file_name.html </a>
To reference an image file (such as a JPEG file) enter:
<img src=”file_name.jpg”>