Which ACL protocol keyword is used to allow all OSPF traffic?
A) udp
B) tcp
C) ospf
D) ospfv2
C
Explanation: C) To avoid inadvertently blocking routing protocol traffic, it is a good idea to allow this traffic type. To allow all OSPF traffic, the ospf protocol keyword can be used in an ACL statement.
Computer Science & Information Technology
You might also like to view...
What is the value of count when the following loop is exited?
``` var count = 20; while( count < 200) count*=3; ``` a. 20 b. 180 c. 540 d. 201
Computer Science & Information Technology
Which group manages investigations and conducts forensic analysis of systems suspected of containing evidence related to an incident or a crime?
a. Network intrusion detection b. Digital investigations c. Incident response d.Litigation
Computer Science & Information Technology