Alteon Application Switch Operating System Application Guide
Application Redirection
Document ID: RDWR-ALOS-V2900_AG1302
463
4. Define the group metric for the RTSP cache servers. RTSP supports all the standard load-
balancing metrics.
5. Configure an RTSP redirection filter to cache data and balance the load among the cache
servers.
6. Configure a default allow filter to facilitate traffic.
7. Add and enable the redirection filter on the port to support basic cache redirection.
8. Apply and save the configuration.
>> Real Server Group 1# add 3
(Add RTSP Cache Server 3 to Group 1)
>> Real Server Group 1# add 4
(Add RTSP Cache Server 4 to Group 1)
>>Real Server Group 1# metric leastconn
>> # /cfg/slb/filt 1
(Select the menu for Filter 1)
>> Filter 1# action redir
(Set the action for redirection)
>> Filter 1# proto tcp
(Enter TCP protocol)
>> Filter 1# dport rtsp
(Enter service port for RTSP)
>> Filter 1# rport rtsp
(Enter redirection port for RTSP)
>> Filter 1# group 1
(Select RTSP cache server Group 1)
>> Filter 1# adv/proxyadv
(Select advanced menu for Filter 1)
>> Filter 1# Advanced# proxy disable
(Disable proxy)
>> # /cfg/slb/filt 2048
(Select a default allow filter 2048)
>> Filter 2048# sip any
(From any source IP addresses)
>> Filter 2048# dip any
(To any destination IP addresses)
>> Filter 2048# ena
(Enable a default allow filter)
>> Filter 2048# action allow
(Set the action to allow normal traffic)
>> # /cfg/slb/port 25
(Select the menu for Port 25)
>> SLB Port 25# add 1
(Add RTSP filter 1 to Port 25)
>> SLB Port 25# add 2048
(Add default filter 2048 to Port 25)
>> SLB Port 25# filt ena
(Enable filtering on Port 25)
>> SLB Port 25# apply
>> SLB Port 25# save