Security - NACLs Flashcards
Default NACL
By default, it allows all inbound and outbound IPv4 traffic and, if applicable, IPv6 traffic.
The default network ACL is configured to allow all traffic to flow in and out of the subnets with which it is associated. Each network ACL also includes a rule whose rule number is an asterisk. This rule ensures that if a packet doesn’t match any of the other numbered rules, it’s denied. You can’t modify or remove this rule.
Custom NACL
By default, each custom network ACL denies all inbound and outbound traffic until you add rules.
Subnets and NACLs relationship
You can associate a network ACL with multiple subnets; however, a subnet can be associated with only one network ACL at a time.
What does stateless NACL mean?
Network ACLs are stateless; responses to allowed inbound traffic are subject to the rules for outbound traffic (and vice versa).