Why this step matters
Before configuring anything, you must know:
- which interface is LAN
- which is WAN
- which goes upstream / downstream
This prevents 90% of CCNA mistakes.
πΉ 11.1 Head Office Router β HO-R1
Open HO-R1 β CLI and just look, donβt configure:
show ip interface brief
Conceptual role of interfaces:
- GigabitEthernet0/0 β LAN side (to DIST-SW1)
- Serial0/x/x β WAN side (to BR-R2)
- GigabitEthernet0/1 (if connected to ISP) β Internet-facing
π HO-R1 = LAN β WAN boundary
πΉ 11.2 Branch Router β BR-R2
On BR-R2 β CLI:
show ip interface brief
Roles:
- Serial0/x/x β WAN (to HO-R1)
- GigabitEthernet0/1 β Branch LAN (to BR-SW4)
π BR-R2 = branch gateway
πΉ 11.3 ISP Router β ISP-R0
On ISP-R0:
show ip interface brief
Role:
- Interfaces here represent public / ISP-side
- We wonβt do much config on this device
π ISP-R0 = outside world
πΉ 11.4 Distribution Switch β DIST-SW1
On DIST-SW1 β CLI:
show interfaces status
What to identify:
- Port to HO-R1 β uplink
- Port to BR-R2 β routed/uplink
- Ports to HQ-SW2 / HQ-SW3 β access-switch uplinks
π DIST-SW1 = traffic aggregator
πΉ 11.5 Access Switches
HQ-SW2
- Ports β PCs (users)
HQ-SW3
- Ports β Server
- Ports β Wireless router
BR-SW4
- Ports β Branch PCs
- One uplink β BR-R2
π Access switches = end devices only
π§ One-sentence summary (lock this in)
Routers connect networks; switches connect devices; serial = WAN; Ethernet = LAN.
π« Still NOT doing
β No IP addresses
β No VLANs
β No routing
β No DHCP
