Common Classifiers
Left running head: 
Chapter name (automatic)
402
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Command Reference Guide
Alcatel-Lucent
Note: There is no ordering of rules inside a match-list. All the rules are of same priority. The 
rule numbers are used only for reference.
E
X 3:
Consider the following example with the necessary modes of configurations 
included:
ALU> en
ALU# configure terminal
ALU(config)# list l1 host 192.168.0.4 prefix 192.168.0.1/24 
interface GigabitEthernet3/0 
ALU(config)# list l2 host 192.168.0.3 include l1 
ALU(config)# match-list m1 
ALU(config-match-list-m1)# tcp any list l1 length 23 from 
ssh service range 23 35 
ALU(config-match-list-m1)# exit 
ALU(config)# match-list m2 
ALU(config-match-list-m2)# include m1