Implementing Cisco IP Routing (CCNP ROUTE, legacy) — Question 34
Which command do you enter to filter only routing updates that are sent through interface GigabitEthernet0/0?
Answer options
- A. R1(config-if)# passive-interface GigabitEthernet0/0.
- B. R1(config-router)# no passive-interface GigabitEthernet0/0
- C. R1(config-router)# passive-interface GigabitEthernet0/0
- D. R1(config-router)# passive-interface default
- E. R1(config-if)# passive-interface default
- F. R1(config-router)# distribute-list 1 out GigabitEthernet0/0
Correct answer: F
Explanation
The correct command is F, as it specifies to apply a distribution list that filters routing updates specifically out of the GigabitEthernet0/0 interface. Options A, B, C, D, and E do not accomplish filtering routing updates in the specified manner; they either enable or disable passive interfaces or apply settings to the default interface without the specificity needed.