R1(config)# interface gigabitEthernet 0/0 R1(config-if)# no shutdown R1(config)# interface gigabitEthernet 0/0.10 R1(config-subif)# encapsulation dot1Q 10 R1(config-subif)# ip address 192.168.10.1 255.255.255.0 R1(config)# interface gigabitEthernet 0/0.20 R1(config-subif)# encapsulation dot1Q 20 R1(config-subif)# ip address 192.168.20.1 255.255.255.0 Use code with caution. Verification Commands
This comprehensive guide serves as your blueprint for building a complete CCNA topology in . 1. Preparing Your Lab Environment
: Standard and extended ACLs placed correctly to filter unauthorized traffic. 5. Automation & Programmability Concepts
One router with three subnets: HR (192.168.1.0/24), IT (192.168.2.0/24), and Internet (10.0.0.0/30).
When labs fail to pass traffic, use this diagnostic sequence to identify the root cause. Expected Output Clue show ip interface brief Check physical and logical interface status. Status: up , Protocol: up show vlan brief Verify ports are assigned to the correct VLANs. Target ports listed next to VLAN ID. show interfaces trunk Ensure trunking links are actively forwarding. Mode: on , Status: trunking show ip route Inspect the routing table for known networks. Routes labeled with C , S , or O . show ip ospf neighbor Check dynamic routing neighbor relationships. State: FULL Creating Your Personal PDF Lab Guide Preparing Your Lab Environment : Standard and extended
: Port Security, Access Control Lists (ACLs), DHCP, and NAT.
Run these commands in privileged EXEC mode to ensure your OSPF network is running cleanly:
To pass the , you must master hands-on configuration, troubleshooting, and network design. Standard textbooks teach you the theory, but interactive labbing builds the muscle memory needed for exam day.
: Each lab typically provides a clear objective, followed by detailed commands and verification steps (e.g., using commands). Troubleshooting Scenarios When labs fail to pass traffic, use this
Install the software and log in using your Networking Academy credentials. Understanding the Interface
R1(config)# no ip route 2.2.2.0 255.255.255.0 10.0.0.2 R1(config)# router ospf 1 R1(config-router)# router-id 1.1.1.1 R1(config-router)# network 10.0.0.0 0.0.0.3 area 0 R1(config-router)# network 1.1.1.0 0.0.0.255 area 0 R2(config)# no ip route 1.1.1.0 255.255.255.0 10.0.0.1 R2(config)# router ospf 1 R2(config-router)# router-id 2.2.2.2 R2(config-router)# network 10.0.0.0 0.0.0.3 area 0 R2(config-router)# network 2.2.2.0 0.0.0.255 area 0 Use code with caution. Verification Commands R1# show ip ospf neighbor R1# show ip route ospf Use code with caution. Section 5: IP Services Labs - DHCP and NAT
Creating numbered and named Access Control Lists to filter traffic based on source, destination, and port numbers.
: Are the lights green? If not, check if the interfaces are "no shut" or if you used the wrong cable type (Crossover vs. Straight-through). you must master hands-on configuration
: You can practice routing and switching protocols anywhere from your laptop.
Implementing Static NAT, Dynamic NAT, and Port Address Translation (PAT/NAT Overload) to conserve public IP space.
Mastering the Cisco Certified Network Associate (CCNA) 200-301 exam requires more than memorizing theory. You must develop hands-on muscle memory.
Go to File > Download / Save As > PDF Document .