Build your topology
Place supported routers, switches, and endpoints. Connect their interfaces and give each device a clear role in your scenario.
ONLINE NETWORK SIMULATOR
nuLAB is a browser-based network simulator for building topologies, practicing CLI configuration, and investigating routing and switching behavior. Open a lab, make a change, and inspect what happens.
R1# show ip interface brief
Interface IP-Address Status Protocol GigabitEthernet0/0 192.168.10.1 up up GigabitEthernet0/1 10.0.0.1 up up
TOPOLOGY → CONFIGURATION → EVIDENCE
A diagram shows how devices connect. A lab lets you investigate why they communicate—or why they do not. Use the topology and terminal together to connect networking concepts with the simulated state of each device.
Place supported routers, switches, and endpoints. Connect their interfaces and give each device a clear role in your scenario.
Open a device terminal, configure supported features, and inspect interfaces, routes, or VLANs. Command coverage depends on the selected device profile.
Use reachability checks and device state to test your expectation. Trace a failure back to addressing, a link, or the configuration you changed.
YOUR FIRST EXPERIMENT
Connect two endpoints to a switch and add a router as their gateway. Use one subnet first. Check interface state and addressing before adding another network or routing protocol.
These are suggested checks for suitable profiles, not a promise that every device implements the same syntax. Review device compatibility before choosing your lab.
# Are the interfaces up and addressed?
show ip interface brief
# Does the router know the destination?
show ip route
# Can the endpoint reach its gateway?
ping 192.168.10.1CHOOSE THE RIGHT LAB
nuLAB models network devices and supported protocol behavior in software. You do not need a physical equipment rack or a proprietary device image to start a standard nuLAB lab.
| Your question | Use nuLAB for | Keep in mind |
|---|---|---|
| How does this work? | Addressing, supported CLI configuration, routing, switching, and connectivity exercises. | Available commands and protocol details vary by profile and plan. |
| What if I change this? | Comparing simulated network state before and after a controlled configuration change. | A successful simulation does not establish production correctness. |
| Will this hardware perform? | Understanding the logical topology that you intend to test. | Use appropriate hardware or other testing for throughput, optics, ASIC behavior, and exact appliance parity. |
BEFORE YOU START
TAKE THE NEXT STEP
Start with a small topology and a clear expected result. Build your understanding one observable change at a time.
Create your account