EasyManuals Logo

Extreme Networks ExtremeWare XOS Guide User Manual

Extreme Networks ExtremeWare XOS Guide
698 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #263 background imageLoading...
Page #263 background image
ACLs
ExtremeWare XOS 11.3 Concepts Guide
263
Often an ACL will have a rule entry at the end of the ACL with no match conditions. This entry will
match any ingress packets not otherwise processed, so that user can specify an action to overwrite the
default permit action.
Matching All Egress Packets. Unlike ingress ACLs, for egress ACLs, you must specify either a source or
destination address, instead of writing a rule with no match conditions.
For example, an ingress ACL deny all rule could be:
entry DenyAllIngress{
if {
} then {
deny;
}
}
The previous rule would not work as an egress ACL. The following is an example of an egress ACL
deny all rule:
entry DenyAllEgress{
if {
source-address 0.0.0.0/0;
} then {
deny;
}
}
Rule Evaluation—BlackDiamond 8800 Family and Summit X450 Only
On the BlackDiamond 8800 family and Summit X450, all matching rule actions in a policy are applied to
a given packet. Conflicting actions (deny vs. permit, etc) are resolved by the relative matching rule
order in the policy file. This means that multiple counters can be incremented for a single packet.
Match Conditions
You can specify multiple, single, or zero match conditions. If no match condition is specified, all packets
match the rule entry. Among the match conditions commonly used are:
â—Ź IP source address and mask
â—Ź IP destination address and mask
â—Ź TCP or UDP source port range
â—Ź TCP or UDP destination port range
Table 34 describes all the possible match conditions.
Actions
The actions are:
● permit—the packet is forwarded
● deny—the packet is dropped
The default action is permit, so if no action is specified in a rule entry, the packet is forwarded.

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Extreme Networks ExtremeWare XOS Guide and is the answer not in the manual?

Extreme Networks ExtremeWare XOS Guide Specifications

General IconGeneral
BrandExtreme Networks
ModelExtremeWare XOS Guide
CategorySoftware
LanguageEnglish

Related product manuals