24 - Implementing Infrastructure Security Flashcards
What are the features of standard ACLs?
- check the source IP address
- permit or denies an entire protocol suit
- Named or numbered
- Place as close to destination as possible
What are the features of extended ACLs?
- Checks the source and destination IP addresses
- Generally, permits or denies specific protocols and applications
- Named or numbered
- Place as close to source as possible
What are the number ranges for numbered standard ACLs?
1-99, 1300-1999
What are the number ranges for numbered extended ACLs?
100-199, 2000-2699
How do you configure a standard ACL?
RouterX(config)# access-list 1 permit 172.16.0.0 0.0.255.255
How do you configure a extended ACL?
RouterX(config)# access-list 101 deny tcp 172.16.4.0 0.0.0.255 172.16.3.0 0.0.0.255 eq 21
RouterX(config)# access-list 101 permit ip any any
How do you configure a standard named ACL?
Branch(config)# ip access-list standard Subnet_ONLY
Branch(config-std-nacl)# permit 10.1.1.0 0.0.0.255
How do you configure a extended named ACL?
Branch(config)# ip access-list extended WWW-ACCESS
Branch(config-ext-nacl)# 30 permit tcp 10.1.1.0 0.0.0.255 any eq 80
Branch(config-ext-nacl)# 40 permit tcp 10.1.1.0 0.0.0.255 any eq 443
A reload will change the sequence numbers in an ACL. The sequence numbers will be 10 and 20 instead of 5 and 10 after the reload. Use the ___ command to renumber the ACL entries without having to reload.
access-list resequence
Packets may be divided in to four distinct logical groups:
Data plane packets
Control plane packets
Management plane packets
Services plane packets
__ plane packets – end-station, user generated packets that are always forwarded by network devices to other end-station devices
Data
__ plane packets – network device generated or received packets that are used for the creation and operation of the network itself. From the perspective of the network device, __ plane packets always have a receive destination IP address and are handled by the CPU in the network device route processor. Examples include protocols such as ARP, NGP, OSPF and other protocols that glue the network together
Control
__ plane packets – network device generated or received packets, or management station generated or received packets that are used to manage the network. From the perspective of the network device, __ plane packets always have a receive destination IP address and are handled by the CPU in the network device route processor. Examples include protocols suchj as Telnet, SSH, TFTP, SNMP, FTP, NTP and other protocols used to manage the devices and/or network
Management
__ plane packets – A special case of data plane packets, __ plane packets are also user-generated packets that are forwarded by the network devices to the other end-station devices, but that require high-touch handling by the network device (above and beyond normal, destination IP address-based forwarding) to forward the packet. Examples of high-touch handling include such functions as GRE encapsulation, QoS, MPLS VPNs, and SSL/IPsec encryption/decryption etc. From the perspective of the network device, __ plane packets may have a transit destination IP address, or may have a receive destination IP address (for example, in the case of a VPN tunnel endpoint).
Services
From the perspective of the network device, three general types of packets exist:
Transit packets
Receive packets
Exception IP and non-IP packets