Sample examples on the usage of CC across applications
Except on the first page, right running head:
Heading1 or Heading1NewPage text (automatic)
497
Alcatel-Lucent
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
EXAMPLE 2
In the following example, there are several rulesets (`match-lists'), as well as a
client (a `filter', roughly equivalent to an `access-group' specification) that
references the different rulesets and applies actions (permit or deny) to the
packets that are matched in the various classifications.
list L1
interface GigabitEthernet 3/0 prefix 10.1.0.0/16
prefix 20.0.0.0/8 host 30.1.1.1 host 40.1.1.0
list L2
prefix 192.168.0.0/16 prefix 192.170.0.0/16
list L3
interface GigabitEthernet 3/0 interface GigabitEthernet 3/1
match-list m1
ip List L1 interface GigabitEthernet 3/0
match-list m2
tcp any List L2 service telnet
tcp any List L2 type normal
match-list m3
ip prefix 192.99.55.0/24 any
udp prefix 11.0.0.0/8 host 12.1.1.1 IP Precedence 5
tcp L1 interface GigabitEthernet 3/1 service smtp
ip any L2
ip any L1
include m2
ip filter f1
match all m1 permit
match m3 permit
match m2 deny reset