Module 6: Implementing Firewall Technologies and Intrusion Detection Flashcards
A set of rules that is usually used to filter network traffic.
Access Control List (ACL)
It can be configured on network devices with packet filtering capabilities, such as routers and firewalls
Access Control List (ACL)
A type of ACL that allows you to evaluate only the source IP address of a packet.
standard access list
A type of ACL that allows you to evaluate the source and destination IP addresses, the type of Layer 3 protocol, source and destination port, and other parameters
extended access list
What is the Cisco command to apply ACL to an interface?
R(config-std-nacl)# permit 192.168.11.10
R(config-ext-nacl)# permit 192.168.11.10 0.0.0.255 any
R(config-if)# access-group ADMIN out
R(config-line)# access-class ADMIN in
R(config-if)# access-group ADMIN out
What is the Cisco command to apply ACL to a vty lines?
R(config-if)# access-group ADMIN out
R(config-line)# access-class ADMIN in
R(config-std-nacl)# permit 192.168.11.10
R(config-ext-nacl)# permit 192.168.11.10 0.0.0.255 any
R(config-line)# access-class ADMIN in
What is the Cisco command for configuring named ACL?
access-list 150 permit 192.168.1.2
deny host 192.168.11.10
access-list 99 permit 192.168.1.2
ip access-list ADMIN
ip access-list ADMIN
What is the Cisco command for configuring standard numbered ACL?
access-list 150 permit 192.168.1.2
deny host 192.168.11.10
access-list 99 permit 192.168.1.2
ip access-list ADMIN
access-list 99 permit 192.168.1.2
What is the Cisco command for configuring extended numbered ACL?
access-list 150 permit 192.168.1.2
deny host 192.168.11.10
access-list 99 permit 192.168.1.2
ip access-list ADMIN
access-list 150 permit 192.168.1.2
What is the Cisco command for configuring standard ACE?
R(config-if)# access-group ADMIN out
R(config-line)# access-class ADMIN in
R(config-std-nacl)# permit 192.168.11.10
R(config-ext-nacl)# permit 192.168.11.10 0.0.0.255 any
R(config-std-nacl)# permit 192.168.11.10
What is the Cisco command for configuring extended ACE?
R(config-if)# access-group ADMIN out
R(config-line)# access-class ADMIN in
R(config-std-nacl)# permit 192.168.11.10
R(config-ext-nacl)# permit 192.168.11.10 0.0.0.255 any
R(config-ext-nacl)# permit 192.168.11.10 0.0.0.255 any
The act of disguising a communication from an unknown source as being from a known, trusted source.
Spoofing
It is a supporting protocol used by network devices, including routers, to send error messages and operational information indicating success or failure when communicating with another IP address.
Internet Control Message Protocol (ICMP)
It is lessening the gravity of an offense or mistake.
Mitigating
An additional option in mitigating ICMP abuse where a message from one host computer to another telling it to reduce the pace at which it is sending packet to that host.
source quench
An additional option in mitigating ICMP abuse where message is generated as a response for any error not specifically covered by another ICMP message.
Internet Control Message Protocol (ICMP) Parameter problem message
An additional option in mitigating ICMP abuse where it is generated by the host or its inbound gateway to inform the client that the destination is unreachable for some reason.
Internet Control Message Protocol (ICMP) Destination unreachable
A transition technology that gives full IPv6 connectivity for IPv6-capable hosts that are on the IPv4 Internet but have no native connection to an IPv6 network.
Teredo
A protocol uses that uses ICMP messages and solicited-node multicast addresses to determine the link-layer address of a neighbor on the same network (local link), verify the reachability of a neighbor, and track neighboring devices.
Neighbor Discovery (ND) protocol
This is the counter part of ARP reply in the IPv6.
neighbor advertisement
This is the counter part of ARP request in the IPv6.
neighbor solicitation
A simple form of security that is resistant to attack.
firewall
A simple form of security that is the only transit point between networks because all traffic flows through the firewall.
firewall
A simple form of security that enforces the access control policy.
firewall