list
Except on the first page, right running head:
Heading1 or Heading1NewPage text (automatic)
323
Alcatel-Lucent
Beta
Beta
OmniAccess 700 CLI Command Reference Guide
E
X
2:
In this example, there are two networks 192.168.1.0/24 and 192.168.2.0/24,
which need to communicate with two other networks 192.168.18.0/24 and
192.168.19.0/24. This can be represented by CC as:
ALU(config)# list L3 prefix 192.168.1.0/24 prefix
192.168.2.0/24
ALU(config)# list L4 prefix 192.168.18.0/24 prefix
192.168.19.0/24
ALU(config)# match-list m1
ALU(config-match-list-m1)# 1 tcp list L3 list L4 service
telnet
ALU(config-match-list-m1)# 2 tcp list L3 list L4 service
smtp
ALU(config-match-list-m1)# 3 udp list L3 list L4 service
snmp
E
X
3:
The example below specifies lists of interfaces and subnets. These lists can be
used in the match-lists for specific applications.
ALU(config)# list L1 interface GigabitEthernet 7/0 interface
GigabitEthernet 7/1
ALU(config)# list L2 prefix 192.168.12.0/24 prefix
192.168.13.0/24
ALU(config)# match-list m1
ALU(config-match-list-m1)#1 udp list L1 list L2 service snmp