Discussion :: Computer Networking
- Which of the following commands connect access list 110 inbound to interface ethernet0?
A.
Router(config)# ip access-group 110 in |
B.
Router(config)# ip access-list 110 in |
C.
Router(config-if)# ip access-group 110 in |
D.
Router(config-if)# ip access-list 110 in |
Answer : Option C
Explanation :
To place an access list on an interface, use the ip access-group command in interface configuration mode.
Be The First To Comment