Jaime

Latest posts — page 34

paid

Lab ipc-08 - OSPF MD5 / SHA Authentication

By default OSPF forms adjacencies with anyone on the segment. This lab adds MD5 cryptographic authentication to a P2P link, verifies it with show ip ospf interface, and shows what mismatched keys do to neighbors.

paid

Lab ipc-11 - EIGRP Feasible Successor and DUAL

EIGRP converges fast because DUAL precomputes loop-free backups. This lab shows Successors, Feasible Successors, and the feasibility condition in show ip eigrp topology, including what happens during a topology change.

paid

Lab ipc-10 - EIGRP Named-Mode AS 100

Configure EIGRP named-mode AS 100 across R1, R2, and R3: the modern syntax vs classic mode, setting the router-id, and the address-family unicast hierarchy, verified on the base topology.

paid

Lab ipc-05 - OSPF Multi-Area (ABR + Type 3 LSAs)

Build multi-area OSPF on the PingLabz reference lab: R4 in Area 30 behind ABR R2. See O IA routes appear, Type 3 summary LSAs from the ABR, and Type 5 externals from an ASBR redistributing static routes.

paid

Lab ipc-03 - RIPv2 Essentials

Configure RIPv2 on R1, R2, and R3 and watch it converge: router rip syntax, version 2 and no auto-summary, and what network statements actually do. The concepts transfer to every other dynamic protocol.

paid

Lab ipc-07 - OSPF DR/BDR Election

Walk the OSPF DR/BDR election on a broadcast LAN where R2 is forced to win with priority 100. Covers the highest-priority and highest-router-id rules, priority 0, and why the election is non-preemptive.

paid

Lab ipc-06 - OSPF Network Types

Compare OSPF broadcast and point-to-point network types in the lab: why DR/BDR election happens on Ethernet and not on P2P links, how to read show ip ospf interface, and how to set the type manually.

paid

Lab na-13 - SVI on L3 Switch (Inter-VLAN Routing)

Promote SW1 to a Layer 3 switch: enable IP routing, build SVIs as VLAN gateways, and turn an Ethernet port into a routed interface with no switchport. This is the modern replacement for router-on-a-stick, done hands-on.

paid

Lab ipc-02 - Floating Static Routes (AD Manipulation)

Configure a floating static route on R1: a backup with a deliberately higher administrative distance that stays out of the routing table until the primary next hop disappears. You remove the primary and watch the floating route take over.

paid

Lab ipc-01 - Default Static Route + Floating Backup

Configure a default static route on R1, then add a floating backup with a higher administrative distance. Covers next-hop vs exit-interface syntax and how the gateway of last resort appears in show output.