User's Manual
2-42
Catalyst 6500 Series Switch WebVPN Module Command Reference—Release 1.1
OL-7310-01
Chapter 2 Commands for the Catalyst 6500 Series Switch WebVPN Module
port-forward
You can specify multiple entries for a given listname value. The listname value is provided to group the
port forwarding entries into a list that can be applied to a username or a group policy.
Specifying no removes the matching line from the configuration; the remote server and remote port do
not need to be included.
Examples This example shows how to enter the port-forwarding submode and configure port-forwarding entries:
webvpn(config-webvpn-context)# port-forward abc
webvpn(config-webvpn-port-fwd)# local-port 25 remote-server "mailman" remote-port 25
description "SMTP server"
webvpn(config-webvpn-port-fwd)# local-port 110 remote-server "pop3-ny" remote-port 110
description "POP3-server"
webvpn(config-webvpn-port-fwd)# local-port 143 remote-server "imap-ny" remote-port 143
description "IMAP server"
webvpn(config-webvpn-port-fwd)#
Related Commands url-list
webvpn context
local localport Specifies the local port that is listened upon; a localport value may be used
only once within a given listname. Valid values are from 1 to 65535. After
you specify the local port, the following keywords and arguments are
available:
• remote-server remoteserver—Specifies the DNS name or IP address
to connect to on the remote server.
• remote-port remoteport—Specifies the port to connect to on the
remote server. Valid values are from 1 to 65535.
• description description—Specifies an application name or short
description to display on the end user applet window. The maximum
length of the description value is 64 characters.
no Removes the matching line from the configuration.
Table 2-4 Port-Forwarding Submode Commands (continued)
Command Purpose and Guidelines Defaults