Common Classifiers
Left running head:
Chapter name (automatic)
498
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
Alcatel-Lucent
EXAMPLE 3
In the following example, we have 2 networks 192.168.1.0/24 and 192.168.2.0/24
which need to communicate with 2 other networks 192.168.18.0/24 and
192.168.19.0/24 using telnet. This can be represented by the classifier as:
list L3
prefix 192.168.1.0/24 prefix 192.168.2.0/24
list L4
prefix 192.168.18.0/24 prefix 192.168.19.0/24
match-list m1
tcp list L3 list L4 service telnet
Now, a filter can be created and applied to the appropriate interface.
ip filter f1
match m1 permit
interface GigabitEthernet 3/1
ip filter in f1