Implementing Cisco IP Routing (CCNP ROUTE, legacy) — Question 257
Which two types of routes will be advertised with the EIGRP configuration as shown? (Choose two.) router eigrp 100 network 10.0.0.0 eigrp stub
Answer options
- A. static
- B. receive-only
- C. summary
- D. stub
- E. connected
Correct answer:
Explanation
The correct answers are D (stub) and E (connected) because the 'eigrp stub' command limits the types of routes that can be advertised, specifically allowing connected and stub routes. A (static), B (receive-only), and C (summary) are not included in the routes that can be advertised when EIGRP is configured as a stub.