Which Cisco IOS Extended ACL statement would correctly match all IPv4 traffic?
A) access-list 101 permit ipv4 any any
B) access-list 101 permit ip any any
C) access-list 101 permit ip all
D) access-list 101 permit ipv4 any
B
Explanation: B) When configuring a Cisco IOS extended ACL statement, the IP protocol must be specified. To match all IPv4 traffic, the ip parameter would be used. To match all IPv4 traffic, the access-list 101 permit ip any any command would be used.
Computer Science & Information Technology
You might also like to view...
The empty string is a palindrome.
What will be an ideal response?
Computer Science & Information Technology
Use SQL DDL to specify the schema of the Student Registration System fragment. Specify SQL domains for attributes with small numbers of values, such as DeptId and Grade.
What will be an ideal response?
Computer Science & Information Technology