Exam 300-101 | Question id=417 | Layer 3 Technologies |
Refer to the exhibit.
access-list1 permit 1.0.0.0
0.255.255.255
access-list 2 permit 1.2.3.0
0.0.0.255
!
router rip
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 |
Access list 2 is more specific, allowing only 1.2.3.0/24, whereas access list 1 permits all 1.0.0.0/8 networks. This question also asks us to apply this distribute list only to the outbound direction of the fast Ethernet 0/0 interface, so the correct command is distribute list 2 out FastEthernet0/0.