Chapter 9: Security Configuration Guide
9 - 12
SSR User Reference Manual
Although the implicit deny rule seems obvious in the above example, this is not always
the case. For example, consider the following ACL rule:
acl 102 deny ip 10.1.20.0/24 any any any
If a packet comes in from a network other than 10.1.20.0/24, one might expect the
packet to go through because it doesn't match the first rule. However, that is not the
case because of the implicit deny rule. With the implicit deny rule attached, the rule
looks like this:
acl 102 deny ip 10.1.20.0/24 any any any
acl 102 deny any any any any any
A packet coming from 10.1.20.0/24 will not match the first rule, but will match the
implicit deny rule. As a result, no packets will be allowed to go through. Rule 1 is
simply a subset of Rule 2. To allow packets from subnets other than 10.1.20.0/24 to go
through, the administrator must explicitly define a rule to permit other packets to go
through.
To fix the above example and let packets from other subnets enter the router, one must
add a new rule to permit packets to go through:
acl 101 deny ip 10.1.20.0/24 any any any
acl 101 permit ip
acl 101 deny any any any any any
The second rule will forward all packets that are not denied by the first rule.
Due to the nature of the implicit deny rule, when creating an ACL, one should take the
approach where a firewall is elected to deny all traffic. “Holes” are then punched into
the firewall to permit specific types of traffic, for example, traffic from a specific
subnet or traffic from a specific application.
Applying ACLs to Interfaces
Defining an ACL specifies what sort of traffic to permit or deny. However, an ACL has
no effect unless it is applied to an interface. An ACL can be applied to examine either
inbound or outbound traffic. Inbound traffic is traffic coming into the router. Outbound
traffic is traffic going out of the router. For each interface, only one ACL can be applied
for the same protocol in the same direction. For example, you cannot apply two or
more IP ACLs to the same interface in the inbound direction. You can apply two ACLs
to the same interface if one is for inbound traffic and one is for outbound trafic, but not
in the same direction. However, this restriction does not prevent you from specifying
Содержание SmartSwitch 8-slot
Страница 1: ...SmartSwitch Router User Reference Manual 9032578...
Страница 2: ......
Страница 6: ...Notice vi...
Страница 10: ...About This Manual x SSR User Reference Manual...
Страница 36: ...Chapter 1 SmartSwitch Router Product Overview 1 18 SSR User Reference Manual...
Страница 60: ...Chapter 4 RIP Configuration Guide 4 6 SSR User Reference Manual...
Страница 115: ...Chapter 7 Multicast Routing Configuration Guide SSR User Reference Manual 7 9...
Страница 116: ...Chapter 7 Multicast Routing Configuration Guide 7 10 SSR User Reference Manual...
Страница 142: ...Chapter 9 Security Configuration Guide 9 18 SSR User Reference Manual...