Common Classifiers
Left running head: 
Chapter name (automatic)
492
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
Alcatel-Lucent
T
O VIEW MATCH-LISTS
EXAMPLE 
The following example displays details of all the match-lists configured:
ALU(config-match-list-m1)# show match-list
match-list m1
1 icmp any any
2 tcp any any service http
3 ip any any
match-list m2
1 tcp any any service ssh
match-list m3
1 udp any any
The following example displays the details of match-lists m1 and m2:
ALU(config-match-list-m1)# show match-list m1
match-list m1
 1 icmp any any
 2 tcp any any service http
 3 ip any any
ALU(config-match-list-m1)# show match-list m2
match-list m2
 1 tcp any any service ssh
 2 udp any any 
Command (in SUM/CM) Description
show match-list [<name>] This command displays the details of all 
the match-lists that are configured. 
Specify the match-list name to view the 
details of a specific match-list.