Alteon Application Switch Operating System Application Guide
Filtering and Traffic Manipulation
Document ID: RDWR-ALOS-V2900_AG1302 369
2. Configure Filter 10 to enable the Redirect to Proxy option.
3. Configure Filter 20 to allow client traffic from the proxy to browse the Web.
4. Configure Filter 20 to enable the Return to Source MAC address option. This adds an opposite
entry in the session table so that the return traffic matches its source MAC address.
>> Filter 10# group 10
(Redirect to Real Server Group 10)
>> Filter 10# vlan any
(To any VLAN)
>> Filter 10# ena
(Enable the filter)
>> # /cfg/slb/filt 10/adv
(Select the Advanced menu for Filter 10)
>> Filter 10 Advanced# redir
(Select the Redirection Advanced menu
for Filter 10)
>> Filter 10 Advanced# rtproxy ena
(Enable redirect to proxy server)
>> # /cfg/slb/filt 20
(Select the menu for Filter 20)
>> Filter 20# sip 1.1.0.0
(From the proxy IP address)
>> Filter 20# smask 255.255.0.0
(From the proxy IP mask)
>> Filter 20# dip any
(To any network destination address)
>> Filter 20# dmask 0.0.0.0
(For any subnet range)
>> Filter 20# ipver v4
(Set filter IP version to IP Version 4)
>> Filter 20# action allow
(Allow matching traffic to pass)
>> Filter 20# vlan any
(To any VLAN)
>> Filter 20# ena
(Enable the filter)
>> # /cfg/slb/filt 20/adv
(Select the Advanced menu for Filter 20)
>> Filter 20 Advanced# rtsrcmac ena
(Enable Return to Source MAC Address)