Everything on this site for the Cisco 1921, in reading order. The 1921 is a small business router from Cisco’s ISR G2 line: two Gigabit ports, a console port, and the same IOS 15 software as much bigger Cisco gear. It sells used for less than a textbook, which makes it the classic home-lab router. The beginner series takes it from a box on the desk to a laptop on the Internet, one idea at a time. The lab build then adds a switch, NAT in depth, and VLANs.
Read these in order. Each part starts exactly where the previous one stopped, uses the same names and addresses, and includes 💡 Explain it simply prompts so you can check that you understood the idea as well as typed the command. By the end of Part 3 a laptop is online through a router you configured yourself. If words like subnet mask or default gateway are new, read the Networking Introduction first.
The router's ports, connecting a console cable from Windows (PuTTY), Mac, or Linux, what the first boot looks like, the three IOS prompts, and saving your first config.
2Cable a laptop straight into Gi0/1, give the port an address, ping both ways, let the router hand out addresses with DHCP, and set up SSH so the console cable can go back in the drawer.
3Plug Gi0/0 into your home router, read the default route it brings, watch the laptop fail to get out and find out why, fix it with NAT overload, check DNS, and lock SSH to the lab side.
These guides move faster. They assume you've done the beginner series, or already know your way around an IOS prompt, and spend their time on configuration rather than explanation.
The whole build from scratch in eleven steps: identity and passwords, LAN and WAN, NAT and DHCP, SSH on both devices, the switch uplink and access ports, and a verification checklist.
5PAT so the whole LAN shares one public address, static NAT for a server, port forwarding behind PAT, then verification and a troubleshooting table.
6Split the LAN into VLANs on the C2960L and route between them with router-on-a-stick sub-interfaces on the 1921. Per-VLAN DHCP included.
Each concept is explained properly in one place, at beginner pace, and used without explanation after that. Start with the guide in the Explained in column.
| Concept | Explained in | Used again in |
|---|---|---|
| Console cable, IOS prompts, saving config | 1 · Intro | every guide |
| IP address & subnet mask | 2 · First Network | 3, 4, 6 |
ARP and ping | 2 · First Network | 3, 4 |
| DHCP server | 2 · First Network | 4, 6 |
| SSH and vty lines | 2 · First Network | 3, 4 |
| Routing table & default route | 3 · to the Internet | 4 |
| NAT overload (PAT) | 3 · to the Internet | 4, 5 |
| Access lists & wildcard masks | 3 · to the Internet | 5 |
| DNS | 3 · to the Internet | 4 |
| Switch management IP | 4 · Setup | 6 |
| Static NAT & port forwarding | 5 · NAT | — |
| VLANs, trunks, router-on-a-stick | 6 · VLANs | — |
screen (Mac / Linux). Until SSH is set up, this is the only way to talk to either box. The Intro covers it end to end.The 1921 reached end-of-support in 2022. It's excellent for learning and for isolated networks, but don't use it as the router between a real network and the Internet, where security updates matter. In these guides it sits behind your home router, which is exactly where it belongs.
Console cable in, enable, configure terminal. Every guide on this page starts with those three things.