com 101 CCNA Labs with solutions LAYOUT BY JOE MENDOLA 1 Local Area Networks Lab 026: Configuring Cisco Frame Relay Lab 001: Configuring standard VLANs on Lab 027: Configuring IETF Frame Relay Catalyst Switches Lab 028: Configuring Static Frame Relay Lab 002: Configuring extended VLANs on Maps Catalyst Switches Lab 029: Configuring Frame Relay point-to- Lab 003: Configuring VTP Clients and point Subinterfaces Servers on Catalyst Switches Lab 030: Configuring Frame Relay Lab 004: Configuring VTP Transparent Multipoint Subinterfaces Mode Lab 005: Securing VTP Domains IP Routing Lab 006: Verifying Spanning-Tree Port Lab 031: Configuring Static Routing via States on Catalyst Switches Interfaces Lab 007: Spanning-Tree Protocol Root Lab 032: Configuring Static Routing via IP Bridges Manually addresses Lab 008: Spanning-Tree Protocol Root Lab 033: Configuring and Naming Static Bridges using the IOS Macro Routes Lab 009: Assigning Multiple Instances to a Lab 034: Configuring Default Static Routes VLAN Simultaneously Lab 035: Configuring RIP version Lab 010: Configuring Spanning-Tree Lab 036: RIPv2 Automatic Summarization Protocol for Access ports Lab 037: Debugging and Verifying RIP Lab 011: Configuring switch Access port version 2 Updates security Lab 038: Passive Interfaces for RIPv2 Lab 012: Configuring advanced switch Updates Access port security Lab 039: Summarizing Routes with RIPv2 Lab 013: Configuring advanced static Lab 040: RIPv2 Split Horizon switch Access port security Lab 041: Configuring Basic EIGRP Routing Lab 014: Enabling Rapid Per-VLAN Lab 042: Configuring EIGRP Routing Using Spanning Tree Wildcard Masks Lab 015: Configuring and allowing inter- Lab 043: EIGRP Automatic Summarization VLAN routing Lab 044: Passive Interfaces for EIGRP Lab 016: Restricting VLANs on Trunks and Updates changing the VTP version Lab 045: Summarizing Routes with EIGRP Lab 017: Configuring a default gateway for Lab 046: Verifying the EIGRP Database routers and switches Lab 047: EIGRP Split Horizon Lab 018: Permitting Telnet access to Lab 048: Configuring OSPF on Point-to- Catalyst Switches Point Networks Lab 019: Configuring passwords on Lab 049: Configuring OSPF on Broadcast Catalyst Switches Networks Lab 050: Configuring OSPF on Non- Wide Area Networks Broadcast Networks Lab 020: Configuring back-to-back Serial Lab 051: Configuring OSPF Point-to- connections Multipoint Networks Lab 021: Verifying Cisco HDLC Lab 052: Configuring Multi-Area OSPF Encapsulation Lab 053: Manually configuring the OSPF Lab 022: Configuring PPP Encapsulation router ID Lab 023: PPP Authentication using PAP Lab 054: Debugging OSPF Adjacencies Lab 024: PPP Authentication using CHAP - Method 1 Lab 025: PPP Authentication using CHAP - Method 2 2 Access Control Lists Lab 078: Configuring MOTD Banners Lab 055: Configuring and Applying Lab 079: Enabling HTTP access to IOS Standard Numbered ACLs devices Lab 056: Configuring and Applying Lab 080: Changing the Configuration Standard Named ACLs Register on IOS devices Lab 057: Configuring and Applying Lab 081: Cisco Discovery Protocol Extended Numbered ACLs Inbound Lab 058: Configuring and Applying Cisco Router and Security Device Manager Extended Named ACLs Inbound Lab 082: Configuring Cisco IOS routers for Lab 059: Configuring and Applying SDM Extended Numbered ACLs Lab 083: Using Cisco SDM to configure IP Lab 060: Configuring and Applying interfaces Extended Named ACLs Outbound Lab 084: Using Cisco SDM to configure Lab 061: Restricting Inbound Telnet Access Multi-Area OSPF Routing using Extended ACLs Lab 085: Using Cisco SDM to configure IP Lab 062: Restricting Outbound Telnet EIGRP Routing Access using Extended ACLs Lab 086: Using Cisco SDM to configure RIP Lab 063: Debugging Network Traffic Using version 2 Routing Extended ACLs Lab 087: Using Cisco SDM to configure and Lab 064: Logging ACL Matches apply extended ACLs Lab 088: Using Cisco SDM to configure Network Address Translation Cisco IOS DHCP Server Lab 065: Configuring Static Network Lab 089: Using Cisco SDM to configure DNS Address Translation servers Lab 066: Configuring Dynamic Network Lab 090: Using Cisco SDM to configure Address Translation Network Address Translation Lab 067: Configuring interface-based Port Lab 091: Using Cisco SDM to configure Port Address Translation Address Translation Lab 068: Configuring pool-based Port Lab 092: Using Cisco SDM to manager Address Translation users, passwords and privileges Lab 093: Using Cisco SDM to restrict Telnet Dynamic Host Configuration Protocol and SSH access to routers Lab 069: Configuring IOS DHCP Clients Lab 094: Managing configuration files with Lab 070: Configuring IOS DHCP Server Cisco SDM Lab 071: Forwarding DHCP requests to remote DHCP Servers Challenge Labs Challenge Lab 1: DHCP, inter-VLAN routing IP and IOS Features and RIPv2 Lab 072: Configuring command aliases in Challenge Lab 2: VTP, STP and OSPF IOS devices Challenge Lab 3: EIGRP, PAT, ACLs and Lab 073: Configuring Local Name Banners Resolution on IOS devices Challenge Lab 4: Multi-Area OSPF, Frame Lab 074: Configuring Domain Name Relay, LAN Switching Resolution on IOS devices Challenge Lab 5: EIGRP Summarization, Lab 075: Configuring IOS Device Logging to Static NAT, ACLs a SYSLOG server Challenge Lab 6: PPP Authentication, Static Lab 076: Configuring User Privileges on IOS Routing, DNS, SYSLOG Devices Challenge Lab 7: Subnetting, Lab 077: Configuring Command & Summarization, Static Routing and ACLs Password privilege Levels on devices 3 Lab 1: Configuring standard VLANs on Catalyst Switches Lab Objective: The objective of this lab exercise is for you to learn and understand how to configure standard VLANs 1-1001 on Cisco Catalyst IOS switches. In addition to this, you are also required to familiarize yourself with the commands available in Cisco IOS to validate and check your configurations. Lab Purpose: VLAN configuration is a fundamental skill. VLANs allow you to segment your network into multiple, smaller broadcast domains.
As a Cisco engineer, as well as in the Cisco CCNA exam, you will be expected to know how to configure VLANs on Cisco switches. Certification Level: This lab is suitable for both CCENT and CCNA certification exam preparation Lab Difficulty: This lab has a difficulty rating of 4/10 Readiness Assessment: When you are ready for your certification exam, you should complete this lab in no more than 10 minutes Lab Topology: Please use the following topology to complete this lab exercise: Task 1: In preparation for VLAN configuration, configure a hostname on Sw1 as well as the VLANs depicted in the topology. 4 Task 2: Configure ports FastEthernet0/5 – FastEthernet0/8 as access ports and assign them to the VLANs specified. Task 3: Verify your VLAN configuration using relevant show commands in Cisco IOS.
SOLUTION: Lab 1 Configuration and Verification Task 1: Switch#config t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname Sw1 Sw1(config)#vlan 10 Sw1(config-vlan)#name SALES Sw1(config-vlan)#exit Sw1(config)#vlan 20 Sw1(config-vlan)#name MANAGERS Sw1(config-vlan)#exit Sw1(config)#vlan 30 Sw1(config-vlan)#name ENGINEERS Sw1(config-vlan)#exit Sw1(config)#vlan 40 Sw1(config-vlan)#name SUPPORT NOTE: By default, Cisco switches are VTP servers so no configuration is necessary for Server mode. Use the show vtp status command to look at the current VTP operating mode of the switch.
Task 2: Sw1(config)#interface fastethernet0/5 Sw1(config-if)#switchport mode access 5 Sw1(config-if)#switchport access vlan 10 Sw1(config-if)#exit Sw1(config)#interface fastethernet0/6 Sw1(config-if)#switchport mode access Sw1(config-if)#switchport access vlan 20 Sw1(config-if)#exit Sw1(config-if)#interface fastethernet0/7 Sw1(config-if)#switchport mode access Sw1(config-if)#switchport access vlan 30 Sw1(config-if)#exit Sw1(config-if)#interface fastethernet0/8 Sw1(config-if)#switchport mode access Sw1(config-if)#switchport access vlan 40 Task 3: Sw1#show vlan brief VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4 Fa0/9, Fa0/10, Fa0/11, Fa0/12 Fa0/13, Fa0/14, Fa0/15, Fa0/16 Fa0/17, Fa0/18, Fa0/19, Fa0/20 Fa0/21, Fa0/22, Fa0/23, Fa0/24 Gi0/1, Gi0/2 10 SALES active Fa0/5 20 MANAGERS active Fa0/6 30 ENGINEERS active Fa0/7 40 SUPPORT active Fa0/8 6 1002 fddi-default active 1003 token-ring-default active 1004 fddinet-default active 1005 trnet-default active Lab 2: Configuring extended VLANs on Catalyst Switches Lab Objective: The objective of this lab exercise is for you to learn and understand how to configure extended VLANs 1006-4096 on Cisco Catalyst IOS switches. In addition to this, you are also required to familiarize yourself with the commands available in Cisco IOS to validate and check your configurations. Lab Purpose: VLAN configuration is a fundamental skill. VLANs allow you to segment your network into multiple, smaller broadcast domains.
As a Cisco engineer, as well as in the Cisco CCNA exam, you will be expected to know how to configure VLANs on Cisco switches. Certification Level: This lab is suitable for both CCENT and CCNA certification exam preparation Lab Difficulty: This lab has a difficulty rating of 5/10 Readiness Assessment: When you are ready for your certification exam, you should complete this lab in no more than 10 minutes Lab Topology: Please use the following topology to complete this lab exercise: 7 Task 1: In preparation for VLAN configuration, configure a hostname on Sw1 as well as the VLANs depicted in the topology. Keep in mind that extended VLANs can only be configured on a switch in VTP Transparent mode. Task 2: Configure ports FastEthernet0/5 – FastEthernet0/8 as access ports and assign them to the VLANs specified.
Task 3: Verify your VLAN configuration SOLUTION: Lab 2 Configuration and Verification Task 1: NOTE: By default, Cisco switches are VTP servers. Only standard range VLANS 1-1005 are configurable on VTP servers. To configure extended range VLANS (1006-4096) you must configure the switch as a VTP Transparent switch. Otherwise, you will get the following error message: Sw1(config)#vlan 2010 Sw1(config-vlan)#end Extended VLANs not allowed in VTP SERVER mode Failed to commit extended VLAN(s) changes.
NOTE: Configuration files will be kept from previous labs. In order to remove them you can re-type the commands with the word 'no' in front.: Sw1(config)#no vlan 2010 You may also need to reset the switch back to VTP mode server if appropriate. Switch#config t Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname Sw1 Sw1(config)#vtp mode transparent Setting device to VTP TRANSPARENT mode. Sw1(config)#vlan 2010 Sw1(config-vlan)#name SALES Sw1(config-vlan)#exit Sw1(config)#vlan 2020 8 Sw1(config-vlan)#name MANAGERS Sw1(config-vlan)#exit Sw1(config)#vlan 2030 Sw1(config-vlan)#name ENGINEERS Sw1(config-vlan)#exit Sw1(config)#vlan 2040 Sw1(config-vlan)#name SUPPORT Task 2: Sw1#config t Enter configuration commands, one per line. End with CNTL/Z. Sw1(config)#interface fastethernet0/5 Sw1(config-if)#switchport mode access Sw1(config-if)#switchport access vlan 2010 Sw1(config-if)#exit Sw1(config)#interface fastethernet0/6 Sw1(config-if)#switchport mode access Sw1(config-if)#switchport access vlan 2020 Sw1(config-if)#exit Sw1(config-if)#interface fastethernet0/7 Sw1(config-if)#switchport mode access Sw1(config-if)#switchport access vlan 2030 Sw1(config-if)#exit Sw1(config-if)#interface fastethernet0/8 Sw1(config-if)#switchport mode access Sw1(config-if)#switchport access vlan 2040 9 Task 3: Sw1#show vlan brief VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4 Fa0/9,Fa0/10, Fa0/11, Fa0/12 Fa0/13, Fa0/14, Fa0/15, Fa0/16 Fa0/17, Fa0/18, Fa0/19, Fa0/20 Fa0/21, Fa0/22, Fa0/23, Fa0/24 Gi0/1, Gi0/2 1002 fddi-default active 1003 token-ring- active default 1004 fddinet-default active 1005 trnet-default active 2010 SALES active Fa0/5 2020 MANAGERS active Fa0/6 2030 ENGINEERS active Fa0/7 2040 SUPPORT active Fa0/8 Lab 3: Configuring VTP Clients and Servers on Catalyst Switches Lab Objective: The objective of this lab exercise is for you to learn and understand how to configure VTP Server and Client mode on Cisco Catalyst switches.
By default, all Cisco switches are VTP Server devices. Lab Purpose: VTP Client and Server mode configuration is a fundamental skill. VLANs are configured on VTP Servers and VTP Clients receive VLAN information from the VTP Servers in the same VTP domain. VLAN sharing is possible by using a trunk between the switches.
As a Cisco engineer, as well as in the Cisco CCNA exam, you will be expected to know how to configure VTP Client and Server mode. Certification Level: This lab is suitable for both CCENT and CCNA certification exam preparation Lab Difficulty: This lab has a difficulty rating of 5/10 Readiness Assessment: When you are ready for your certification exam, you should complete this lab in no more than 15 minutes 10 Lab Topology: Please use the following topology to complete this lab exercise: Task 1: In preparation for VLAN configuration, configure a hostname on Sw1 as well as the VLANs depicted in the topology. Keep in mind that the default mode of operation of Cisco Catalyst switches is VTP Server mode. Task 2: Configure and verify Sw1 as a VTP Server switch and configure Sw2 as a VTP Client switch.
Both switches should be in the VTP domain named CISCO. Task 3: Configure and verify FastEthernet0/1 between Sw1 and Sw2 as an 802.1q trunk Task 4: Configure and verify VLANs 10 and 20 on Sw1 with the names provided above. Assign FastEthernet0/2 on both Sw1 and Sw2 to VLAN 10.