You have created a named access list called BlockSales. Which of the following is a valid command for applying this to packets trying to enter interface Fa0/0 of your router?

Group of answer choices

(config)#ip access-group 110 in

(config-if)#BlockSales ip access-list in

(config-if)#ip access-group 110 in

(config-if)#ip access-group Blocksales in

1 answer

To apply an access list to an interface on a Cisco router, you use the ip access-group command followed by the access list number or name, and specify the direction (in or out).

In your case, since you have created a named access list called BlockSales, the correct command would be:

(config-if)#ip access-group BlockSales in

So, the correct answer from your options is:

(config-if)#ip access-group BlockSales in

Please note that access list names are case sensitive, so make sure to use the correct case as necessary.

Similar Questions
  1. Question 382 ptsYou need to create an access list that will block all hosts in the network range of 192.168.160.0 to
    1. answers icon 1 answer
    1. answers icon 1 answer
  2. Question 372 ptsWhich of the following statements is false when a packet is being compared to an access list? Group of answer
    1. answers icon 1 answer
    1. answers icon 1 answer
more similar questions