Web OS 10.0 Application Guide
Chapter 7: Filtering
n
175
212777-A, February 2002
Configuring VLAN-based Filtering
1.
Configure filter 2 to allow local clients to browse the Web and then assign VLAN 20 to
the filter.
The filter must recognize and allow TCP traffic from VLAN 20 to reach the local client destina-
tion IP addresses if originating from any HTTP source port:
All clients from other VLANs will be ignored.
2.
Configure filter 3 to allow local clients to Telnet anywhere outside the local intranet and
then assign VLAN 30 to the filter.
The filter must recognize and allow TCP traffic to reach the local client destination IP
addresses if originating from a Telnet source port:
>> # /cfg/slb/filt 2
(Select the menu for Filter 2)
>> Filter 2# sip any
(From any source IP address)
>> Filter 2# dip 205.177.15.0
(To base local network dest. address)
>> Filter 2# dmask 255.255.255.0
(For entire subnet range)
>> Filter 2# proto tcp
(For TCP protocol traffic)
>> Filter 2# sport http
(From any source HTTP port)
>> Filter 2# dport any
(To any destination port)
>> Filter 2# action allow
(Allow matching traffic to pass)
>> Filter 2# vlan 20
(Assign VLAN 20 to Filter 2)
>> Filter 2# ena
(Enable the filter)
>> # /cfg/slb/filt 3
(Select the menu for Filter 3)
>> Filter 3# sip any
(From any source IP address)
>> Filter 3# dip 205.177.15.0
(To base local network dest. address)
>> Filter 3# dmask 255.255.255.0
(For entire subnet range)
>> Filter 3# proto tcp
(For TCP protocol traffic)
>> Filter 3# sport telnet
(From a Telnet port)
>> Filter 3# dport any
(To any destination port)
>> Filter 3# action allow
(Allow matching traffic to pass)
>> Filter 3# name allow clients to telnet
(Provide a descriptive name for the
filter)
>> Filter 3# vlan 30
(Assign VLAN 30 to Filter 3)
>> Filter 3# ena
(Enable the filter)
Содержание Web OS 10.0
Страница 26: ...Web OS 10 0 Application Guide 26 n Basic Switching Routing 212777 A February 2002...
Страница 116: ...Web OS 10 0 Application Guide 116 n Web Switching Fundamentals 212777 A February 2002...
Страница 168: ...Web OS 10 0 Application Guide 168 n Chapter 6 Server Load Balancing 212777 A February 2002...
Страница 216: ...Web OS 10 0 Application Guide 216 n Chapter 8 Application Redirection 212777 A February 2002...
Страница 288: ...Web OS 10 0 Application Guide 288 n Advanced Web Switching 212777 A February 2002...
Страница 420: ...Web OS 10 0 Application Guide 420 n Chapter 15 Content Intelligent Switching 212777 A February 2002...
Страница 440: ...Web OS 10 0 Application Guide 440 n Chapter 16 Persistence 212777 A February 2002...
Страница 470: ...Web OS 10 0 Application Guide 470 n Chapter 17 Bandwidth Management 212777 A February 2002...
Страница 474: ...Web OS 10 0 Application Guide 474 n Glossary 212777 A February 2002...