Choose a skill
Filter by routing, switching, multilayer or EtherChannel and open a focused lab.
Practice static routing, floating routes, VLANs, multilayer switching, LACP and PAgP with guided Cisco IOS configurations you can recreate in Packet Tracer.
Use RouteLab beside Packet Tracer
Filter by routing, switching, multilayer or EtherChannel and open a focused lab.
Enter the configuration in Packet Tracer and compare it with the guided command set.
Use the included show commands, ping checks and troubleshooting clues.
Authorized networks only
Slack alerts are in preview mode. A production connection needs a server-side Slack webhook so its secret is never exposed in the browser.
This hosted page demonstrates discovery safely. A browser cannot perform raw ARP or scan nearby devices; real scans require a local companion running on a network you own or are authorized to test. Vulnerability checks are non-destructive configuration reviews.
15 labs
Build two trunk EtherChannels across three Cisco switches. Use LACP on the left bundle and PAgP on the right, then verify that VLAN traffic survives a failed member link.
Protocol rule: LACP uses active/passive; PAgP uses desirable/auto. At least one LACP side must be active and at least one PAgP side must be desirable. Do not mix the two protocols inside one bundle.
| Link | Member ports | Port-channel | Protocol modes | VLANs |
|---|---|---|---|---|
| SW1 ↔ SW2 | Fa0/1–2 on both switches | Po1 | LACP active / passive | Trunk: 10,20 |
| SW2 ↔ SW3 | Fa0/3–4 on both switches | Po2 | PAgP desirable / auto | Trunk: 10,20 |
| PC-A ↔ SW1 | SW1 Fa0/10 | Access | None | VLAN 10 |
| PC-B ↔ SW3 | SW3 Fa0/10 | Access | None | VLAN 10 |
show etherchannel summary displays Po1(SU) and Po2(SU) where applicable.(P) flag.show interfaces trunk lists Po1 and Po2, not four separate trunks.show lacp neighbor and show pagp neighbor identify the adjacent switch.Try the project first. The solution is here for checking, not speed-running the lab like a tiny network goblin.
enable configure terminal hostname SW1 vlan 10 name USERS vlan 20 name SERVERS interface range fa0/1 - 2 switchport mode trunk switchport trunk allowed vlan 10,20 channel-group 1 mode active interface port-channel 1 switchport mode trunk switchport trunk allowed vlan 10,20 interface fa0/10 switchport mode access switchport access vlan 10 end write memory
enable configure terminal hostname SW2 vlan 10 name USERS vlan 20 name SERVERS interface range fa0/1 - 2 switchport mode trunk switchport trunk allowed vlan 10,20 channel-group 1 mode passive interface port-channel 1 switchport mode trunk switchport trunk allowed vlan 10,20 interface range fa0/3 - 4 switchport mode trunk switchport trunk allowed vlan 10,20 channel-group 2 mode desirable interface port-channel 2 switchport mode trunk switchport trunk allowed vlan 10,20 end write memory
enable configure terminal hostname SW3 vlan 10 name USERS vlan 20 name SERVERS interface range fa0/3 - 4 switchport mode trunk switchport trunk allowed vlan 10,20 channel-group 2 mode auto interface port-channel 2 switchport mode trunk switchport trunk allowed vlan 10,20 interface fa0/10 switchport mode access switchport access vlan 10 end write memory
show etherchannel summary show interfaces trunk show lacp neighbor show pagp neighbor ! Test one failed LACP member on SW1 configure terminal interface fa0/1 shutdown end show etherchannel summary ! Restore it after the ping test configure terminal interface fa0/1 no shutdown end
These checkout links are currently for testing and cannot charge real cards. Internet Archive availability and borrowing terms vary by item; RouteLab does not redistribute copyrighted Cisco books.
Structured CCNA lessons, labs and Anki flashcards.
Cisco · FreeCisco networking courses and guided practice.
YouTube · FreeClear explanations of subnetting, routing and packet flow.
Internet Archive · Borrow/freeSearch lending and public-domain networking collections.
LibriVox · FreeBrowse free audio; useful for study breaks and technology history.
Amazon · Paid/free offers varyCompare current Kindle editions, samples and occasional promotions.
Amazon/Audible · Paid/trialSearch current audio study guides and check edition dates.
YouTube · FreeFresh video results for guided hands-on practice.
Resource availability and prices can change. Amazon links are listings, not a promise that a title is free. Internet Archive access depends on each item’s rights and lending status.