Question 6 of 55

Refer to the exhibit. In this network, all routers are configured to run EIGRP on all interfaces. All interface bandwidths are set to 1000, and the delays are configured as shown. In the topology table at Router C, you see only one path towards 10.1.1.0/24. What is the reason that Router C only has one path in its topology table?

Exam 352-001 Question 6
    Correct Answer: D

    Router B is not advertising 10.1.1.0/24 to Router C due to split horizon. In routing protocols, split horizon is a method used to prevent routing loops by prohibiting a router from advertising a route through the same interface from which it was learned. Since Router C and Router B are directly connected, Router B will not advertise the route back to Router C, causing Router C to only have one path in its topology table.

Question 7 of 55

Refer to the exhibit. All routers in this network are configured to place all interfaces in OSPF area 5. R3 is the designated router on the 10.1.5.0/24 network. If you examine the OSPF database on R4, what would the network (type 2) LSA, generated by R3, contain?

Exam 352-001 Question 7
    Correct Answer: A

    R3, being the designated router (DR) on the 10.1.5.0/24 network, will generate a network (type 2) LSA. This LSA will document the network and the routers connected to it. The LSA will describe the links to R3, R2, and R1, which are all connected to the 10.1.5.0/24 network. This ensures that all OSPF routers in the area have a consistent view of the network topology.

Question 8 of 55

Which statement is true about connecting an IP multicast domain that is operating in PIM dense mode to a PIM sparse mode domain?

    Correct Answer: A

    To connect an IP multicast domain that is operating in PIM dense mode to a PIM sparse mode domain, the interconnection must be made at the rendezvous point of the PIM sparse mode domain. This is because in PIM sparse mode, the rendezvous point is a key element for establishing multicast distribution trees, which are necessary for the interoperation between the two domains.

Question 9 of 55

Two MPLS service providers (SP1 and SP2) are offering inter-provider RFC 2547/4364-based IP-VPN service to an enterprise customer. IP traffic among some of the customer's sites has to traverse both of the service providers. The service providers and the enterprise do not know what the minimum MTU is along the end- to-end path.

What could be done to guarantee that large packets are not dropped for MTU-related reasons?

    Correct Answer: D

    To ensure that large packets are not dropped for MTU-related reasons, the IP sender or senders should be configured to clear the DF (Don't Fragment) flag in the IP header. This allows routers along the path to fragment the packets if necessary, ensuring they can traverse links with smaller MTUs without being dropped.

Question 10 of 55

Refer to the exhibit. Your junior design engineer presents this configuration design. What is the next-hop router for CE3, and why?

Exam 352-001 Question 10
    Correct Answer: B

    The next-hop router for CE3 is CE2 because PE1 uses eBGP (with an administrative distance of 20) to prefer routes through CE2 over RIP (with an administrative distance of 120) through CE3. The diagram indicates that PE1 peers with CE2 using eBGP and redistributes the route into its VRF, giving it higher preference compared to the RIP route provided by CE1 and CE3. Therefore, based on routing preference, CE2 is the next-hop router for CE3.