Which Cisco IOS command is used to create and enter into IPv6 ACL configuration mode?
A) ipv6 access-list acl-name
B) access-list acl-name ipv6
C) ipv6 acl name acl-name
D) ipv6 acl list acl-name
A
Explanation: A) The ipv6 access-list acl-name command is used to create and enter into IPv6 ACL configuration mode.
Computer Science & Information Technology
You might also like to view...
Animations control how slides come onto the screen
Indicate whether the statement is true or false
Computer Science & Information Technology
Given the declaration float stock[5][3];
a. There would be storage space allocated for 5 rows of 3 columns. b. There would be storage space allocated for 3 rows of 5 columns. c. There would be no storage space allocated until data was stored in the array. d. There would be storage space allocated for 5 data items of type float. e. This would be an invalid declaration.
Computer Science & Information Technology