Back to CCNA 200-301
CCNA 200-301 · Cheat Sheet
Network Access (20%)
Tip: Use your browser's print function (Ctrl+P / Cmd+P) to save as PDF for offline study.
CCNA 200-301: Network Access (20%) — CHEAT SHEET
QUICK CUES → ANSWERS
What is my port doing?
Access port → untagged traffic only, single VLAN Trunk port → tagged traffic (802.1Q), all VLANs (or allowed list) Native VLAN → untagged on trunk; must match both sides or VLAN hopping riskHow do I make two switches talk?
DTP negotiation → auto/desirable (trunking), access/nonegotiate (not trunking) Manual trunk:switchport mode trunk + switchport trunk allowed vlan [list]
Manual access: switchport mode access + switchport access vlan [N]
Spanning Tree won't converge or root is wrong?
EtherChannel won't form?
All member ports must match:- Speed (Mbps)
- Duplex (full/half)
- Allowed VLAN list (trunks)
- VLAN (access ports)
- Protocol mode (LACP/PAgP)
Inter-VLAN traffic stuck?
Router-on-a-stick: subinterfaces (e.g.,Gi0/0.10, .20) with encapsulation dot1q
Layer 3 SVI: interface vlan 10 + ip address; requires routing enabled
Check: both sides of trunk have matching native VLAN
Discovery protocol talking too much or leaking info?
| CDP | LLDP | ||
|---|---|---|---|
| Scope | Cisco-only | Vendor-neutral | |
| Frequency | 60s default | 30s default | |
| Port info leaked? | Yes (devices see each other) | Yes (same) | |
| Fix | no cdp run or no cdp enable [intf] | no lldp run or no lldp transmit/receive | |
| State | Duration | Frame Forward? | MAC Learn? |
| Disabled | ∞ | ✗ | ✗ |
| Listening | 15s | ✗ | ✗ |
| Learning | 15s | ✗ | ✓ |
| Forwarding | ∞ | ✓ | ✓ |
| Blocking | ∞ | ✗ | ✗ |
| LACP (802.3ad) | PAgP (Cisco) | ||
| Mode | active/passive | desirable/auto | |
| Active + Passive | ✓ forms | ✗ no | |
| Desirable + Auto | — | ✓ forms |
interface range Gi0/1-4
channel-protocol lacp
channel-group 1 mode active
interface Port-channel 1
switchport mode trunk
switchport trunk allowed vlan 1,10,20
`
Verification:
`
show etherchannel summary
show etherchannel load-balance
``
Load
Aligned to the Cisco CCNA 200-301 exam topics.
Make this cheat sheet yours
Personalize this sheet — focus it however you study, or build one from the exact questions you keep getting wrong.
Sign up free to create a personalized cheat sheet.