Alteon Application Switch Operating System Application Guide
Filtering and Traffic Manipulation
372 Document ID: RDWR-ALOS-V2900_AG1302
Figure 57: Redirecting Traffic with a Non-Transparent Server
To redirect traffic with a non-transparent server
1. Configure Filter 10 to redirect traffic to Real Server Group 10 (VAS server).
>> # /cfg/slb/filt 10
(Select the menu for Filter 10)
>> Filter 10# sip 1.1.0.0
(From a specific source IP address)
>> Filter 10# smask 255.255.0.0
(From a specific source IP mask)
>> Filter 10# dip any
(To any network destination address)
>> Filter 10# dmask 0.0.0.0
(For any subnet range)
>> Filter 10# proto tcp
(For TCP protocol traffic)
>> Filter 10# rport 8080
(To real server port 8080)
>> Filter 10# dport http
(To any destination port)
>> Filter 10# ipver v4
(Set filter IP version to IP Version 4)
>> Filter 10# action redirect
(Redirect matching traffic)
>> Filter 10# group 10
(Redirect to Real Server Group 10)
>> Filter 10# vlan any
(To any VLAN)
>> Filter 10# ena
(Enable the filter)