Which command only announces the 1.2.3.0/24 network out of FastEthernet 0/0?

Refer to the exhibit.

Which command only announces the 1.2.3.0/24 network out of FastEthernet 0/0?

Refer to the exhibit.

Which command only announces the 1.2.3.0/24 network out of FastEthernet 0/0?

A.
distribute list 1 out

B.
distribute list 1 out FastEthernet0/0

C.
distribute list 2 out

D.
distribute list 2 out FastEthernet0/0



Leave a Reply 1

Your email address will not be published. Required fields are marked *

3 × 2 =


nephelai

nephelai

A distribute list is used to filter routing updates either coming to or leaving from our router. In this case, the “out” keyword specifies we want to filter traffic leaving from our router. Access-list 2 indicates only routing update for network 1.2.3.0/24 is allowed (notice that every access-list always has an implicit “deny all” at the end).