Redirecting Subscriber Traffic Using ISG Layer 4 Redirect
How to Configure ISG Layer 4 Redirect
4
SUMMARY STEPS
1. enable
2. configure terminal
3. redirect server-group group-name
4. server ip ip-address port port-number
DETAILED STEPS
Configuring Layer 4 Redirection on an Interface
Perform this task to redirect all matching Layer 4 subscriber traffic that arrives on an interface.
SUMMARY STEPS
1. enable
2. configure terminal
3. interface type number
4. ip subscriber
5. identifier interface
6. exit
7. redirect to {group server-group-name | ip ip-address [port port-number]} [duration seconds]
[frequency seconds]
Command or Action Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
• Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
redirect server-group group-name
Example:
Router(config)# redirect server-group
ADVT-SERVER
Defines a group of servers that make up a named redirection
server group.
Step 4
server ip ip-address port port-number
Example:
Router(config-sg-l4redirect-group)# server ip
10.0.0.1 port 8080
Adds a server to a redirect server group.
• You can enter this command more than one time to add
multiple servers to the server group.