3.2 Layer 3
2 min read
ENCOR 350-401 v1.2
Updated
Aligned to Cisco's 350-401 ENCOR v1.2 exam topics.
On this page
What this section tests
Section 3.2 is about path selection. A router receives a packet, checks a table or a policy, and chooses a next hop. The exam wants you to explain why the router chose that path.
For each topic, name the control point and the proof command:
- Routing concepts: the control point is the protocol logic. Proof: the metric and the route in
show ip route. - OSPF: the control point is the link-state database and the area design. Proof:
show ip ospf neighbor. - eBGP: the control point is the TCP session and the path attributes. Proof:
show bgp ipv4 unicast summary. - Policy-Based Routing: the control point is the route map on the inbound interface. Proof:
show route-map.
Study order
- EIGRP vs OSPF routing concepts
- OSPFv2 and OSPFv3 simple environments
- eBGP between directly connected neighbors
- Policy-based routing
Pass check
You are ready for section 3.2 when you can do these things:
- Compare EIGRP and OSPF metric and load-balancing behavior without notes.
- Build a multi-area OSPF network and prove neighbors and summaries.
- Bring up an eBGP session and explain each neighbor state.
- Send one subnet over a second path with a route map and prove it with counters.
Objectives
- 3.2.a Compare routing concepts of EIGRP and OSPF (advanced distance vector vs. link state, load balancing, path selection, path operations, metrics, and area types)
- 3.2.b Configure simple OSPFv2/v3 environments, including multiple normal areas, summarization, and filtering (neighbor adjacency, point-to-point, and broadcast network types, and passive-interface)
- 3.2.c Configure and verify eBGP between directly connected neighbors (best path selection algorithm and neighbor relationships)
- 3.2.d Describe policy-based routing