Alteon Application Switch Operating System Application Guide
Application Redirection
460 Document ID: RDWR-ALOS-V2900_AG1302
9. Create a default filter. In this case, the default filter will allow all non-cached traffic to proceed
normally.
Note: When the proto parameter is not TCP or UDP, sport and dport are ignored.
10. Assign the filters to the client ports. Assuming that the redirected clients are connected to
physical ports 5 and 6, both ports are configured to use the previously created filters.
11. Activate Layer 4 services. Apply and verify the configuration.
SLB must be turned on in order for the application redirection to work properly.
12. Examine the resulting information from the cur command. If any settings are incorrect, make
appropriate changes.
13. Save your new configuration changes.
14. Check the SLB information.
>> Filter 2# /cfg/slb/filt 2048
(Select the default filter)
>> Filter 2048# sip any
(From any source IP addresses)
>> Filter 2048# dip any
(To any destination IP addresses)
>> Filter 2048# proto any
(For any protocols)
>> Filter 2048# action allow
(Set the action to allow traffic)
>> Filter 2048# ena
(Enable the default filter)
>> Filter 2048# /cfg/slb/port 5
(Select the Client Port 5)
>> SLB Port 5# add 2
(Add Filter 2 to Port 5)
>> SLB Port 5# add 2048
(Add the default filter to Port 5)
>> SLB Port 5# filt enable
(Enable filtering for Port 5)
>> SLB Port 5# /cfg/slb/port 6
(Select the client Port 6)
>> SLB Port 6# add 2
(Add Filter 2 to Port 6)
>> SLB Port 6# add 2048
(Add the default filter to Port 6)
>> SLB Port 6# filt enable
(Enable filtering for Port 6)
>> SLB Port 6# /cfg/slb
(Select the Server Load Balancing menu)
>> Layer 4# on
(Activate Layer 4 software services)
>> Layer 4# apply
(Make your changes active)
>> Layer 4# cur
(View current settings)
>> Layer 4# save
>> Layer 4# /info/slb