Wednesday, December 8, 2010

Security Command : secondary-color


To specify the color of the secondary title bars on the login and portal pages of a Secure Sockets Layer Virtual Private Network (SSLVPN), use the secondary-color command in Web VPN configuration mode. To remove the color, use the no form of this command.

secondary-color color

no secondary-color color

Syntax Description

       
 Color :  
The value can be a comma-separated red, green, blue (RGB) value, an HTML color value (beginning with a "#"), or the name of the color that is recognized in HTML (no spaces between words or characters). The value is limited to 32 characters. The value is parsed to ensure that it matches one of the following formats (using Perl regex notation):
\#/x{6}
\d{1,3},\d{1,3},\d{1,3} (and each number is from 1 to 255)
\w+
The default is purple.

 

Defaults

Purple

Command Modes

Web VPN configuration

Usage Guidelines

If a new color is configured, it will override the color that was already configured.

Examples

The following examples show three ways that a secondary color may be configured:
 
secondary-color darkseagreen
secondary-color #8FBC8F
secondary-color 143,188,143
 
 Refer More Command for this - 
 
Command                Description
 webvpn      Enters Web VPN configuration mode.
 
 

No comments: