Why we do this
- Avoid confusion later
- Makes โCity A / City Bโ clear
- CCNA best practice
๐น 9.1 Name R1 (Head Office router)
- Click R1
- Go to CLI
- Press Enter
- Type:
enable
configure terminal
hostname HO-R1
- Press Enter
You should now see:
HO-R1(config)#
๐น 9.2 Name R2 (Branch router)
- Click R2
- CLI โ Enter
- Type:
enable
configure terminal
hostname BR-R2
๐น 9.3 Name R0 (ISP router)
- Click R0
- CLI โ Enter
- Type:
enable
configure terminal
hostname ISP-R0
๐น 9.4 Name the switches
SW1 (Distribution)
enable
configure terminal
hostname DIST-SW1
SW2 (HQ Access โ users)
enable
configure terminal
hostname HQ-SW2
SW3 (HQ Access โ servers/Wi-Fi)
enable
configure terminal
hostname HQ-SW3
SW4 (Branch Access)
enable
configure terminal
hostname BR-SW4
๐น 9.5 Save configurations (IMPORTANT)
Do this on every router and switch:
end
write memory
(or copy running-config startup-config)
โ Checkpoint (what you should see)
- Prompts show:
HO-R1#BR-R2#ISP-R0#DIST-SW1#HQ-SW2#HQ-SW3#BR-SW4#
This means Step 9 is DONE correctly.
