Difficulty: Medium
Correct Answer: Configure a separate subinterface for each PVC with a unique DLCI and subnet assigned to the subinterface.
Explanation:
Introduction / Context:
Split horizon prevents a router from advertising a route back out the interface on which it was learned. In hub-and-spoke Frame Relay topologies using a single multipoint interface, split horizon can block spoke-to-spoke reachability for distance-vector protocols like RIP and EIGRP (when classic rules apply). The industry-standard fix is subinterfaces.
Given Data / Assumptions:
Concept / Approach:
Configure point-to-point subinterfaces, one per PVC, each with its own unique subnet and DLCI. This design treats each PVC as a separate interface, disabling split horizon constraints across spokes and allowing clean summarization and access control. It also improves broadcast/multicast handling for routing protocols.
Step-by-Step Solution:
Verification / Alternative check:
Use show frame-relay pvc to verify PVCs, and confirm routing tables on spokes include all remote networks without manual split-horizon workarounds.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Configure a separate subinterface for each PVC with a unique DLCI and subnet assigned to the subinterface.
Discussion & Comments