no include
Except on the first page, right running head:
Heading1 or Heading1NewPage text (automatic)
327
Alcatel-Lucent
Beta
Beta
OmniAccess 700 CLI Command Reference Guide
D
EFAULT
V
ALUE
•
If no protocol is specified then, IP is the default protocol.
•
Fields that are not referenced in the rule are by default considered a wildcard
match e.g if the protocol portion of the rule is not specified, it is automatically
considered as `any' match. The keyword `
any'
can be used to indicate a wildcard
match.
•
Rules start with Line number 1 and follow a sequential order
.
E
XAMPLE
ALU(config-match-list-test)# 1 ip any any type ftp
ALU(config-match-list-test)# 10 tcp host 1.1.1.1/32 any from
6050 to 80
ALU(config-match-list-m1)# 1 udp list L3 list L4 service tftp
ALU(config-match-list-test)# 2 icmp any any icmp-type 1
ALU(config-match-list-test)# 10 protocol 1 any any dscp 102
NO
INCLUDE
no include <match-list
name>
D
ESCRIPTION
Enter this command in the specific Match-list Configuration mode. This command
is used to delete the match-list, that is included in another match-list.
P
ARAMETERS
D
EFAULT
V
ALUE
None.
E
XAMPLE
Consider the following example:
ALU(config)# match-list m2
ALU(config-match-list-m2)# 1 tcp any any service ssh
ALU(config-match-list-m2)# 2 udp prefix 22.1.1.0/8 any
ALU(config-match-list-m2)# 3 include m1
Now, to delete the included match-list, use the ‘
no include’
command
:
ALU(config-match-list-m2)# no include match-list m1
Parameter
Description
match-list
name
Name of the match-list.