Back to Networking Examples
Networking · Routers · Cisco

Cisco 1921 Router Guide

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.

The lab these guides build around the 1921
☁
Internet
via home router
⬢
Cisco 1921
router
▤
C2960L-24PS
VLAN 10 · 20 · 30
▣
Your devices
laptops · APs · phones
6guides
3beginner parts
~2 hzero to online
0prior knowledge
START HERE

The beginner series: three parts, one idea at a time.

BUILD THE LAB

Add the switch, then one capability at a time.

REFERENCE

For when you've done it once and forgotten the spelling.

CONCEPTS

Looking for one idea? Here's where it's taught.

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.

ConceptExplained inUsed again in
Console cable, IOS prompts, saving config1 · Introevery guide
IP address & subnet mask2 · First Network3, 4, 6
ARP and ping2 · First Network3, 4
DHCP server2 · First Network4, 6
SSH and vty lines2 · First Network3, 4
Routing table & default route3 · to the Internet4
NAT overload (PAT)3 · to the Internet4, 5
Access lists & wildcard masks3 · to the Internet5
DNS3 · to the Internet4
Switch management IP4 · Setup6
Static NAT & port forwarding5 · NAT—
VLANs, trunks, router-on-a-stick6 · VLANs—
THE LAB

What you need, and why this hardware.

  • Cisco 1921 ISR: a small business router that went out of production years ago, which is exactly why it's the classic home-lab box. It sells used for less than a textbook and runs the same IOS 15.x as much bigger Cisco gear. Two Gigabit ports: Gi0/0 faces the Internet, Gi0/1 faces your devices.
  • Catalyst WS-C2960L-24PS-LL: a 24-port PoE+ Layer-2 switch. It doesn't route, and that's the point: the VLAN guide teaches inter-VLAN routing on the 1921 rather than hiding it inside a Layer-3 switch. You don't need it until guide 4.
  • An RJ45-to-USB console cable and a laptop with PuTTY (Windows) or 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.
  • Two or three ordinary Ethernet cables: laptop to router, router to home router, router to switch.
Lab gear, not an internet edge

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.