You have used the following commands at the router console to create an IP access list and switch to interface configuration mode: Router(config)#access-list 122 permit tcp 10.6.0.00.0.255.255 anyRouter(config)# int eth 0. Which of the following commands do you use to add the access list to this interface and filter incoming packets?

Respuesta :

IP access-group 122 in command is used to add an access list to the interface.

What is the interface for filtering the incoming packets?

On the basis of the protocol, IP address, and port number, an IP packet-filtering router allows or denies packets to enter or leave the network via the interface (incoming and outgoing). TCP, UDP, HTTP, SMTP, or FTP are examples of protocols

Packet filtering is classified into four types:

  1. Firewall with static packet filtering A static packet filtering firewall necessitates the manual creation of firewall rules.
  2. Firewall with dynamic packet filtering
  3. Firewall with no state.
  4. Firewall with stateful packet filtering

Hence to conclude that filtering can be done by the protocol IP access-group 122 in

To know more on filtering follow this link:

https://brainly.com/question/28900449

#SPJ4