Which Cisco IOS command would be used to apply ACL number 10 outbound on an interface?

A) ip access-class 10 out
B) ip access-group 10 outbound
C) ip access-group 10 out
D) ip access-class 10 outbound


C
Explanation: C) The ip access-group acl-number [in | out] command is used to apply an ACL to an interface; in this case, the correct statement would be ip access-group 10 out.

Computer Science & Information Technology

You might also like to view...

Which of the following declares an array of 10 elements and assigns the value 5.6 to the first element?

a) float numbers[9]; numbers[0] = 5.6; b) float numbers[9]; numbers[1] = 5.6; c) float numbers[10]; numbers[0] = 5.6; d) float numbers[10]; numbers[1] = 5.6;

Computer Science & Information Technology

?Implementation refers to the way in which a human has interacted with a specific API.

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

Computer Science & Information Technology

The Gap Tool allows you to do what?

What will be an ideal response?

Computer Science & Information Technology

The ________ is also known as the wireless network name

a.domain b.homegroup c.service set identifier d.wireless access point

Computer Science & Information Technology