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...

If you make changes to an embedded chart and want the chart in the source file to be updated, you must do this manually, making twice the work

Indicate whether the statement is true or false

Computer Science & Information Technology

A security analyst had received information from a third-party intelligence-sharing resource that indicates employee accounts were breached. Which of the following is the NEXT step the analyst should take to address the issue?

A. Audit access permissions for all employees to ensure least privilege B. Force a password reset for the impacted employees and revoke any tokens. C. Configure SSO to prevent passwords from going outside the local network. D. Set up prevailed access management to ensure auditing is enabled

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. A pointer is an address, an address is an integer, but a pointer is not an integer. 2. You can get a pointer value to initialize a pointer variable from an object of an appropriate type with the “address-of” operator, &.

Computer Science & Information Technology

In Outlook, a checklist that allows you to list what needs to be done and check the items off as they are completed is called a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology