CCNA Command Trainer

IOS Muscle Memory

Type each command and press Enter. Abbreviations welcome — conf t, int gi0/1, sw mo tr.

Device
Objective

Required Commands

    type a command, then press Enter · ↑/↓ recalls history
    How matching works: any unambiguous prefix of a keyword is accepted, just like IOS — sho run, sho ip int br, no shut, int gi0/1 (space optional) all work. The prompt tracks your mode: Switch>Switch#Switch(config)#Switch(config-if)#. Order doesn't matter for scoring.
    Addresses: the IP addresses shown in the steps are only examples — type your own. Any valid IPv4 address is accepted as long as its subnet mask fits the address class: class A (1-126) needs 255.0.0.0 or longer, class B (128-191) 255.255.0.0 or longer, class C (192-223) 255.255.255.0 or longer. An interface address must also be a real host address — not the network or broadcast address of its subnet. IPv6 works the same way: type any valid unicast address with a prefix length (e.g. 2001:db8:acad:1::1/64). Link-local (fe80::) and multicast (ff00::/8) addresses are rejected, and with eui-64 you type only the prefix — the host half must be left as zeros.