Users Guide

Table Of Contents
Security Commands 985
Example
The following example defines password xxxyyyzzz” to control access to user
and privilege levels.
console(config)# enable password xxxyyyzzz
ip admission proxy http redirect-url
Use this command to configure a URL to which HTTP or HTTPS requests
are directed.
Syntax
ip admission proxy http redirect-url
url
no ip admission proxy http redirect-url
url
An alphanumeric string (maximum length 255 characters) in HTTP
URL format.
Default Configuration
There is no redirect URL configured by default.
Command Mode
Global Configuration
User Guidelines
The switch will redirect HTTP and HTTPS packets for unauthenticated
802.1x clients to the redirect target using the configured URL with HTTP
redirect code 302(Found) or 200 (OK).
The url parameter consists of an HTTP URL with meta-characters. The
meta-characters are substituted by the switch with information from the
redirected host.
A redirect URL is used in conjunction with a statically-configured ACL in
authentication open mode. The ACL must contain a permit clause for access
to the redirect target and any other services provided to unauthenticated
hosts, such as DNS or DHCP. Other clauses restricting access to the network
may be added as desired. The redirect URL (and the HTTP hijack) is only
active if the host is unauthenticated.