CCNAX Accelerated Networking Devices: Interconnecting Cisco

2y ago
39 Views
3 Downloads
1.52 MB
108 Pages
Last View : 8d ago
Last Download : 3m ago
Upload by : Evelyn Loftin
Transcription

In this activity, you will observe the switch boot procedure and perform basic switch configuration. Afteryou have completed this activity, you will be able to meet these objectives:Restart the switch and verify the initial configuration messagesComplete the initial configuration of the Cisco Catalyst switchExplore context-sensitive helpImprove the usability of the CLIVisual ObjectiveThe figure illustrates what you will accomplish in this activity.Visual Objective 2013 Cisco Systems, Inc.C-52 Interconnecting Cisco Networking Devices: Accelerated 2013 Cisco Systems, Inc.

Detailed Visual ObjectivePerform switch startupand initial configuration.PC1SW1 2013 Cisco Systems, Inc. 2013 Cisco Systems, Inc.Course AdministrationC-53

SetupThe lab requires a Microsoft Windows PC and a Cisco switch, connected by an Ethernet cable. The switchconfiguration must be empty. Alternatively, you can load startup configuration as described in the table.DeviceSW1Configuration File toInstallINIT SW StartupSW1.cfgConfiguration InstructionsCopy and load the configuration fileAdditional Setup NotesNo additional setup is needed for this lab.Common IssuesThere are no common issues found in this lab.Instructor NotesAssign learners to their workgroups.Draw learner attention to the Job Aids section at the beginning of the lab. Explain that there are solutionsfor every lab exercise within the Lab Guide. However, make it clear that learners will get the most out ofthis course if they try to complete the lab tasks by looking up the information that they need in the StudentGuide rather than copying it from the solution.Lab 1-2: Troubleshooting Switch Media IssuesThis topic details the lab activity for Lab 1-2: Troubleshooting Switch Media Issues.ObjectivesIn this activity, you will use troubleshooting guidelines to isolate and correct switch media issues. Aftercompleting this activity, you will be able to meet these objectives:Follow troubleshooting guidelines to determine the source of connectivity problems between acomputer and a switch, and fix themFollow troubleshooting guidelines to determine the source of connectivity problems between a routerand a switch, and fix themVisual ObjectiveThe figure illustrates what you will accomplish in this activity.C-54 Interconnecting Cisco Networking Devices: Accelerated 2013 Cisco Systems, Inc.

Visual Objective 2013 Cisco Systems, Inc.Detailed Visual ObjectiveBranchTroubleshooting Task 2Troubleshooting Task 1PC1SW1 2013 Cisco Systems, Inc.SetupThis lab builds on the previous lab. If students have completed the previous exercises, the configurations oncomputer PC1 and on switch SW1 are the same as the startup configuration that is described in the tablebelow. Make sure that the troubleshooting configuration is loaded in flash on switch SW1. The Branchrouter is introduced into the topology and the startup configuration must be loaded on it as described below.Alternatively, you can load the startup configuration as described in the table for all devices. 2013 Cisco Systems, Inc.Course AdministrationC-55

DeviceConfiguration File toInstallConfiguration InstructionsSW1INIT Tshoot SW Media SW1.cfgCopy and load the configuration fileSW1TSHOOT Tshoot SW Media SW1.cfgCopy configuration file to flashBranchINIT Tshoot SW Media Branch.cfgCopy and load the configuration fileAdditional Setup NotesNo additional setup is needed for this lab.Common IssuesThere are no common issues found in this lab.Instructor NotesThis lab exposes two common problems that will hinder or break connectivity: an interface beingadministratively down and a duplex mismatch. However, be aware that students at this point do not have theknowledge for extended troubleshooting. It is only important at this step to reinforce the knowledge thatthey gained from previous lessons and that they get the feeling of how to work with Cisco equipment.In Task 1, "Troubleshoot Connectivity Between Computer PC1 and Switch SW1," connectivity between thePC and switch is not successful because interface FastEthernet 0/1 is in the shutdown state.In Task 2, "Troubleshoot Connectivity Between Switch SW1 and the Branch Router," connectivity betweenthe switch and the Branch router is problematic because of misconfigured duplex settings on the switch portFastEthernet 0/13.Lab 2-1: Performing Initial Router Setup and ConfigurationThis topic details the lab activity for Lab 2-1: Performing Initial Router Setup and Configuration.ObjectivesIn this activity, you will observe the router boot procedure and perform basic router configuration. Aftercompleting this activity, you will be able to meet these objectives:Inspect router hardware and softwarePerform initial router configurationImprove the usability of the CLIUse Cisco Discovery Protocol to discover how devices are interconnectedVisual ObjectiveThe figure illustrates what you will accomplish in this activity.C-56 Interconnecting Cisco Networking Devices: Accelerated 2013 Cisco Systems, Inc.

Visual Objective 2013 Cisco Systems, Inc.Detailed Visual ObjectiveVerify the routerand its settings.BranchPerform routerinitial configuration.Use Cisco DiscoveryProtocol to discover howdevices are interconnected.PC1SW1 2013 Cisco Systems, Inc.SetupThis lab builds on the previous lab. If students have completed the previous exercise, there is no need toload the startup configuration on the switch SW1. The table describes how to set up lab configurations forother devices in the lab. 2013 Cisco Systems, Inc.Course AdministrationC-57

DeviceConfiguration File to InstallConfiguration InstructionsBranchINIT Router Setup Branch.cfgCopy and load the configurationSW1INIT Router Setup SW1.cfgCopy and load the configurationAdditional Setup NotesNo additional setup is needed for this lab.Common IssuesThere are no common issues found in this lab.Instructor NotesAfter the router is reloaded without a configuration file, Cisco IOS Software occasionally displays errormessages similar to these:%Error opening tftp://255.255.255.255/network-confg (Socket error)%Error opening tftp://255.255.255.255/cisconet.cfg (Socket error)These error messages are related to the default service configuration option built into Cisco IOS Software,which attempts to access the service configuration files from a network TFTP server. In order to disable thisfeature, issue theglobal command and save the configuration. Alternatively, you canreload a device after saving the configuration.Lab 2-2: Connecting to the InternetThis topic details the lab activity for Lab 2-2: Connecting to the Internet.ObjectivesIn this activity, you will establish Internet connectivity by enabling static routing, DHCP, and NAT. Aftercompleting this activity, you will be able to meet these objectives:Configure a static default routeEnable DHCP on a public interfaceConfigure NAT using a poolConfigure NAT with PATVisual ObjectiveThe figure illustrates what you will accomplish in this activity.C-58 Interconnecting Cisco Networking Devices: Accelerated 2013 Cisco Systems, Inc.

Detailed Visual Objective 2013 Cisco Systems, Inc.SetupThe table lists configuration files that are required to create trouble tickets in this lab. The students can beinstructed to replace the configuration files with the files specified in the table (use theconfiguration command).DeviceConfiguration File toInstallConfiguration InstructionsHQINIT IP Conn HQ.cfgCopy and load the configurationBranchINIT IP Conn Branch.cfgCopy and load the configurationSW1INIT IP Conn SW1.cfgCopy and load the configurationSW2INIT IP Conn SW2.cfgCopy and load the configurationOn PC1, change the default gateway to 10.1.10.10.Additional Setup NotesNo additional setup is needed for this lab.Common IssuesWhen the students intend to modify the access list named Outbound-ACL, they might not be aware that theaccess list name is case-sensitive. Therefore, they might create a new access list instead of editing theexisting one. 2013 Cisco Systems, Inc.Course AdministrationC-81

Instructor NotesIn Task 1: Troubleshoot the Default Route, the SW1 switch does not have connectivity to the server at172.16.1.100 because there is a default route missing on the Branch router. Students configure a defaultroute pointing to the IP on the HQ GigabitEthernet0/1 to solve this issue.In Task 2: Troubleshoot an ACL, PC1 cannot access the server at 172.16.1.100 through Telnet or HTTPbecause of the access list Outbound-ACL on the Branch router that implicitly denies this kind of traffic. Thestudents can solve the issue by modifying the access list so that it permits Telnet and HTTP traffic from anysource to any destination. More advanced students, waiting for others to catch up, can write a more specificaccess list, one that will permit HTTP and Telnet traffic only between VLAN 10 users and the server at172.16.1.100. Also, more advanced students, waiting for others to catch up, can modify Outbound-ACL toallow traceroute traffic.Lab 7-1: Configuring and Troubleshooting a Serial ConnectionThis topic details the lab activity for Lab 7-1: Configuring and Troubleshooting a Serial Connection.ObjectivesIn this activity, you will identify and correct connectivity problems that are caused by misconfigured PPPencapsulation. Then, you will change the encapsulation from PPP to HDLC. After you have completed thisactivity, you will be able to meet these objectives:Troubleshoot PPP encapsulationConfigure and verify HDLC encapsulationVisual ObjectiveThe figure illustrates what you will accomplish in this activity.Visual Objective 2013 Cisco Systems, Inc.C-82 Interconnecting Cisco Networking Devices: Accelerated 2013 Cisco Systems, Inc.

Detailed Visual Objective 2013 Cisco Systems, Inc.SetupSince this is a troubleshooting lab, students are first required to copy new configurations to devices to createtroubleshooting tickets. These configuration files should be preloaded to the flash memory of the devices.The table lists configuration files that are required to create trouble tickets in this lab.DeviceConfiguration File toInstallConfiguration InstructionsBranchTSHOOT Serial Connection Branch.cfgCopy the configuration file to the device flash memory.HQTSHOOT Serial Connection HQ.cfgCopy the configuration file to the device flash memory.Additional Setup NotesNo additional setup is needed for this lab.Common IssuesThere are no common issues found in this lab.Instructor NotesNo instructor notes are necessary.Lab 7-2: Establishing a Frame Relay WANThis topic details the lab activity for Lab 7-2: Establishing a Frame Relay WAN.Objectives 2013 Cisco Systems, Inc.Course AdministrationC-83

In this activity, you will configure basic Frame Relay. After completing this activity, you will be able tomeet these objectives:Configure and verify basic Frame RelayConfigure and verify Frame Relay subinterfacesRemove the Frame Relay configurationVisual ObjectiveThe figure illustrates what you will accomplish in this activity.Visual Objective 2013 Cisco Systems, Inc.Detailed Visual ObjectiveConfigure and verifyFrame Relay.ConfigureFrame Relay.DLCI 120BranchWANS0/0/0192.168.1.1DLCI 120ServerS0/0/0192.168.1.2172.16.1.100HQ 2013 Cisco Systems, Inc.C-84 Interconnecting Cisco Networking Devices: Accelerated 2013 Cisco Systems, Inc.

SetupThe table describes how to set up the lab configurations for the equipment for this lab.DeviceBranchConfiguration File toInstallINIT Establishing Frame Relay WAN Branch.cfgConfiguration InstructionsCopy the configuration file to the device.Additional Setup NotesNo additional setup is needed for this lab.Common IssuesStudents are instructed to copy a configuration to the HQ router that enables it to act as a frame relayswitch. If students fail to perform that step, they will not be able to finish the lab.Instructor NotesIn this lab, the students are required to copy a configuration to the HQ router. This configuration is requiredto configure the HQ router to act as Frame Relay switch and router at the same time. It is not possible topreconfigure these commands during the course setup, because some of the commands are not available onthe router until encapsulation is set to Frame Relay on the interface.Lab 7-3: Establishing a GRE TunnelThis topic details the lab activity for Lab 7-3: Establishing a GRE Tunnel.ObjectivesIn this activity, you will implement a GRE tunnel. After completing this activity, you will be able to meetthis objective:Configure and verify a GRE tunnelVisual ObjectiveThe figure illustrates what you will accomplish in this activity. 2013 Cisco Systems, Inc.Course AdministrationC-85

Visual Objective 2013 Cisco Systems, Inc.Detailed Visual Objective 2013 Cisco Systems, Inc.SetupThe table describes how to set up the lab configurations for the equipment for this lab.DeviceConfiguration File to InstallConfiguration InstructionsBranchINIT Establishing GRE Tunnel Branch.cfgCopy the configuration file to the device.C-86 Interconnecting Cisco Networking Devices: Accelerated 2013 Cisco Systems, Inc.

Additional Setup NotesNo additional setup is needed for this lab.Common IssuesThere are no common issues found in this lab.Instructor NotesNo instructor notes are necessary.Lab 8-1: Implementing EIGRPThis topic details the lab activity for Lab 8-1: Implementing EIGRP.ObjectivesIn this activity, you will configure EIGRP, investigate EIGRP neighbor events, and enable EIGRP overGRE tunnel. After completing this activity, you will be able to meet these objectives:Configure and verify basic EIGRPInvestigate EIGRP neighbor eventsConfigure and verify EIGRP over GRE tunnelVisual ObjectiveThe figure illustrates what you will accomplish in this activity.Visual Objective 2013 Cisco Systems, Inc. 2013 Cisco Systems, Inc.Course AdministrationC-87

Detailed Visual ObjectiveEIGRP AS 1Configure EIGRPover GREInvestigateneighbor eventsS0/0/0192.168.1.1WANBranchVerify connectivityto onfigure EIGRPGi0/0Fa0/13PC1Fa0/1SW110.1.10.100 2013 Cisco Systems, Inc.SetupThis lab builds on the previous lab. If students have successfully completed the previous exercise, there isno need to load the startup configurations.The table describes how to set up the lab configurations for the equipment for this lab. The students can beinstructed to replace the configuration files with the files specified in the table (use theconfiguration command).DeviceConfiguration File toInstallConfiguration InstructionsHQINIT Implement EIGRP HQ.cfgCopy and load the configurationBranchINIT Implement EIGRP Branch.cfgCopy and load the configurationSW1INIT Implement EIGRP SW1.cfgCopy and load the configurationSW2INIT Implement EIGRP SW2.cfgCopy and load the configurationAdditional Setup NotesNo additional setup is needed for this lab.Common IssuesThere are no common issues found in this lab.Instructor NotesNo instructor notes are necessary.C-88 Interconnecting Cisco Networking Devices: Accelerated 2013 Cisco Systems, Inc.

Lab 8-2: Troubleshooting EIGRPThis topic details the lab activity for Lab 8-2: Troubleshooting EIGRP.ObjectivesIn this activity, you will troubleshoot connectivity problems that are related to EIGRP. After completingthis activity, you will be able to meet these objectives:Troubleshoot EIGRP neighborsTroubleshoot routing table issuesVisual ObjectiveThe figure illustrates what you will accomplish in this activity.Visual Objective 2013 Cisco Systems, Inc. 2013 Cisco Systems, Inc.Course AdministrationC-89

Detailed Visual Objective 2013 Cisco Systems, Inc.SetupThe table lists configuration files that are required to create trouble tickets in this lab. The students can beinstructed to replace the configuration files with the files specified in the table (useconfiguration command).DeviceConfiguration File to InstallConfiguration InstructionsHQINIT Tshoot EIGRP HQ.cfgCopy and load the configurationBranchINIT Tshoot EIGRP Branch.cfgCopy and load the configurationSW1INIT Tshoot EIGRP SW1.cfgCopy and load the configurationSW2INIT Tshoot EIGRP SW2.cfgCopy and load the configurationAdditional Setup NotesNo additional setup is needed for this lab.Common IssuesThere are no common issues found in this lab.Instructor NotesIn Task 1: Troubleshoot Basic Connectivity, the Branch router is not able to reach the HQ router becauseSerial 0/0/0 on the Branch side is shut down. Students solve this issue by bringing up the interface with thecommand.In Task 2: Troubleshooting EIGRP Neighbors, Branch and HQ are not becoming EIGRP neighbors becauseSerial 0/0/0 on the Branch side is configured as passive. Students solve this issue by configuring Serial0/0/0 as a non-passive under the EIGRP routing process with AS 1.C-90 Interconnecting Cisco Networking Devices: Accelerated 2013 Cisco Systems, Inc.

In Task 3: Troubleshooting Routing Table Issues, PC1 does not get an answer from the server at172.16.1.100, because the Branch router is missingstatements for the LAN behind the Branchrouter. The students resolve the connectivity issue by configuring correct network statements on the Branchrouter under the EIGRP router process with AS 1.Lab 8-3: Implementing EIGRP for IPv6This topic details the lab activity for Lab 8-3: Implementing EIGRP for IPv6.ObjectivesIn this activity, you will configure and verify EIGRP for IPv6. After completing this lab activity, you willbe able to meet this objective:Configure EIGRP for IPv6 and verify the configurationVisual ObjectiveThe figure illustrates what you will accomplish in this activity.Visual Objective 2013 Cisco Systems, Inc. 2013 Cisco Systems, Inc.Course AdministrationC-91

Detailed Visual Objective 2013 Cisco Systems, Inc.SetupThis lab builds on the previous lab. If students have successfully completed the previous exercise, there isno need to load the startup configurations.The table describes how to set up the lab configurations for the equipment for this lab. The students can beinstructed to replace the configuration files with the files specified in the table (useconfiguration command).DeviceConfiguration File toInstallConfiguration InstructionsHQINIT EIGRP for IPv6HQ.cfgCopy and load the configurationBranchINIT EIGRP for IPv6Branch.cfgCopy and load the configurationSW1INIT EIGRP for IPv6SW1.cfgCopy and load the configurationSW2INIT EIGRP for IPv6SW2.cfgCopy and load the configurationThese configuration files should be preloaded to the flash memory of the devices.Additional Setup NotesNo additional setup is needed for this lab.Common IssuesThere are no common issues found in this lab.C-92 Interconnecting Cisco Networking Devices: Accelerated 2013 Cisco Systems, Inc.

Instructor NotesNo instructor notes are necessary.Lab 9-1: Implementing OSPFThis topic details the lab activity for Lab 9-1: Implementing OSPF.ObjectivesAfter completing this activity, you will be able to meet this objective:Configure OSPFVisual ObjectiveThe figure illustrates what you will accomplish in this activity.Visual Objective 2013 Cisco Systems, Inc. 2013 Cisco Systems, Inc.Course AdministrationC-93

Detailed Visual ObjectiveOSPF Area 0Configure erver172.16.1.100Gi0/0Fa0/13PC1Fa0/1SW110.1.10.100 2013 Cisco Systems, Inc.SetupThis lab builds on the previous lab. If students have completed the previous exercise, you only need to loada new configuration on the HQ router.You can also load the startup configuration as described in the table.DeviceConfiguration File to InstallConfiguration InstructionsHQINIT Implement OSPF HQ.cfgCopy and load the configurationBranchINIT Implement OSPF Branch.cfgCopy and load the configurationSW1INIT Implement OSPF SW1.cfgCopy and load the configurationSW2INIT Implement OSPF SW2.cfgCopy and load the configurationAdditional Setup NotesNo additional setup is needed for this lab.Common IssuesThere are no common issues found in this lab.Instructor NotesNo instructor notes are necessary.Lab 9-2: Configuring Multiarea OSPFThis topic details the lab activity for Lab 9-2: Configuring Multiarea OSPF .ObjectivesAfter completing this activity, you will be able to meet these objectives:Configure multiarea OSPFC-94 Interconnecting Cisco Networking Devices: Accelerated 2013 Cisco Systems, Inc.

Verify multiarea OSPF configurationVisual ObjectiveThe figure illustrates what you will accomplish in this activity.Visual Objective 2013 Cisco Systems, Inc.Detailed Visual ObjectiveOSPF Area 0Configuremultiarea 1.1OSPF Area rify connectivityto 172.16.1.100 2013 Cisco Systems, Inc.SetupThe table describes how to set up the lab configurations for the equipment for this lab. 2013 Cisco Systems, Inc.Course AdministrationC-95

Configuration File toInstallDeviceBranchConfiguration InstructionsINIT Configuring Multiarea OSPF Branch.cfgCopy the configuration file to the device.Additional Setup NotesNo additional setup is needed for this lab.Common IssuesThere are no common issues found in this lab.Instructor NotesNo instructor notes are necessary.Lab 9-3: Troubleshooting Multiarea OSPFThis topic details the lab activity for Lab 9-3: Troubleshooting Multiarea OSPF.ObjectivesIn this lab, you will be presented with two multiarea OSPF troubleshooting tickets. After this lab activity,you will be able to meet these objectives:Troubleshoot OSPF neighbor issuesTroubleshoot OSPF routing table issuesVisual ObjectiveThe figure illustrates what you will accomplish in this activity.Visual ObjectiveWANBranchServerInternetHQSWSW1PC1SWSW2PC2 2013 Cisco Systems, Inc.C-96 Interconnecting Cisco Networking Devices: Accelerated 2013 Cisco Systems, Inc.

Detailed Visual ObjectiveOSPF Area OSPF Area ultiarea OSPFTroubleshootmultiarea OSPF10.1.10.100 2013 Cisco Systems, Inc.SetupThe table lists configuration files that are required to create trouble tickets in this lab. The students can beinstructed to replace the configuration files with the files that are specified in the table (use theconfiguration command).DeviceConfiguration File toInstallConfiguration InstructionsHeadquartersINIT Tshoot OSPFHQ.cfgCopy and load the configurationBranchINIT Tshoot OSPFBranch.cfgCopy and load the configurationSW1INIT Tshoot OSPFSW1.cfgCopy and load the configurationSW2INIT Tshoot OSPFSW2.cfgCopy and load the configurationAdditional Setup NotesNo additional setup is needed for this lab.Common IssuesThere are no common issues that are found in this lab. 2013 Cisco Systems, Inc.Course AdministrationC-97

Instructor NotesIn Task 1: Troubleshoot OSPF Neighbor Issues, routers are not becoming neighbors because the Branchrouter is configured with the passive-interface default command and because the Headquarters router hasthe Serial 0/0/0 interface in OSPF Area 1 instead of in Area 0. The students solve these two problems byconfiguring Serial0/0/0 as a nonpassive interface and modifying the OSPF network statement on theHeadquarters router so that the Serial 0/0/0 interface is in Area 0.In Task 2: Troubleshoot OSPF Routing Table Issues, the Branch router does not have connectivity to theserver at 172.16.1.100 because the Headquarters router is advertising an incorrect network. The student cancorrect this connectivity problem by removing the incorrect network statement on the Headquarters routerand replacing it with a correct one.Lab 9-4: Configuring OSPF for IPv6This topic details the lab activity for Lab 9-4: Configuring OSPF for IPv6.ObjectivesIn this lab, you will remove EIGRP for IPv6 and replace it with the OSPFv3 routing protocol. After this labactivity, you will be able to meet these objectives:Configure basic OSPF in an IPv6 networkVerify OSPFv3 configurationVisual ObjectiveThe figure illustrates what you will accomplish in this activity.Visual Objective 2013 Cisco Systems, Inc.C-98 Interconnecting Cisco Networking Devices: Accelerated 2013 Cisco Systems, Inc.

Detailed Visual Objective 2013 Cisco Systems, Inc.SetupThe table describes how to set up lab configurations with equipment for this lab.DeviceConfiguration File toInstallConfiguration InstructionsBranchINIT OSPF for IPv6Branch.cfgCopy and load the configurationHQINIT OSPF for IPv6HQ.cfgCopy and load the configurationSW1INIT OSPF for IPv6SW1.cfgCopy and load the configurationSW2INIT OSPF for IPv6SW2.cfgCopy and load the configurationThese configuration files should be preloaded to the flash memory of the devices.Additional Setup NotesNo additional setup is needed for this lab.Common IssuesThere are no common issues found in this lab.Instructor NotesNo instructor notes are necessary.Lab 10-1: SNMP and Syslog Basic ConfigurationThis topic details the lab activity for Lab 10-1: SNMP and Syslog Basic Configuration. 2013 Cisco Systems, Inc.Course AdministrationC-99

ObjectivesIn this activity, you will configure the Branch router as an SNMP and syslog client. After completing thisactivity, you will be able to meet these objectives:Configure the SNMP clientConfigure the syslog clientVisual ObjectiveThe figure illustrates what you will accomplish in this activity.Visual ObjectiveWANBranchServerInternetPC1SW1PC2SW2HQ 2013 Cisco Systems, Inc.Detailed Visual Objective Configure SNMP access Configure syslogBranch Retrieve SNMP data fromrouter Observe syslog messagesPC1SW1 2013 Cisco Systems, Inc.C-100 Interconnecting Cisco Networking Devices: Accelerated 2013 Cisco Systems, Inc.

SetupThis lab builds on the previous lab. If students have successfully completed the previous exercise, there isno need to load the startup configurations.The table describes how to set up the lab configurations for the equipment for this lab. The students can beinstructed to replace the configuration files with the files that are specified in the table (use the configurereplace configuration command).DeviceConfiguration File to InstallConfiguration InstructionsHeadquartersINIT SNMP and Syslog HQ.cfgCopy and load the configurationBranchINIT SNMP and Syslog Branch.cfgCopy and load the configurationSW1INIT SNMP and Syslog SW1.cfgCopy and load the configurationSW2INIT SNMP and Syslog SW2.cfgCopy and load the configurationAdditional Setup NotesNo additional setup is needed for this lab.Common IssuesThere are no common issues that are found in this lab.Instructor NotesNo instructor notes are necessary.Lab 10-2: Analyzing NetFlow DataThis topic details the lab activity for Lab 10-2: Analyzing NetFlow Data.ObjectivesIn this activity, you will look at outputs from a NetFlow analyzer and answer questions about them. Aftercompleting this activity, you will be able to meet this objective:Analyze data that is captured by the NetFlow collectorVisual ObjectiveThere is no visual objective for this lab.SetupThere is no setup that is needed for this lab. This is a paper lab where students are presented with printoutsfrom a NetwFlow Analyzer and asked to interpret them.Additional Setup NotesNo additional setup is needed for this lab.Common IssuesThere are no common issues that are found in this lab.Instructor NotesNo instructor notes are necessary. 2013 Cisco Systems, Inc.Course AdministrationC-101

Lab 10-3: Managing Cisco Devices and LicensingThis topic details the lab activity for Lab 10-3: Managing Cisco Devices and Licensing.ObjectivesIn this lab, you will perform a password recovery, manage Cisco IOS image and configuration files, andverify licensing. After completing this activity, you will be able to meet these objectives:Perform a password recovery on a routerBack up an IOS imageManage configuration fileaVerify licensingVisual ObjectiveThe figure illustrates what you will accomplish in this activity.Visual Objective 2013 Cisco Systems, Inc.C-102 Interconnecting Cisco Networking Devices: Accelerated 2013 Cisco Systems, Inc.

Detailed Visual Objective 2013 Cisco Systems, Inc.SetupThis lab builds on the previous lab. If students have successfully completed the previous exercise, there isno need to load the startup configurations.The table describes how to set up the lab configurations for the equipment for this lab. The students can beinstructed to replace the configuration files with the files specified in the table (use the configure replaceconfiguration command).DeviceConfiguration File to InstallConfiguration InstructionsHQINIT Managing and LicensingHQ.cfgCopy and load the configurationBranchINIT Managing and LicensingBranch.cfgCopy and load the configurationSW1INIT Managing and LicensingSW1.cfgCopy and load the configurationSW2INIT Managing and LicensingSW2.cfgCopy and load the configurationAdditional Setup NotesNo additional setup is needed for this lab.Common IssuesThere are no common issues found in this lab. 2013 Cisco Systems, Inc.Course AdministrationC-103

Instructor NotesThe power cycle is performed differently depending on the lab setup:If you are using remote labs, the lab provider might have the option to power cycle the router via a webinterfaceIf you are using local physical equipment, switch off the router and switch it on again.If neither of the above options is available, enter privilege mode by using the enable password forgetand reload the router using the reload commandC-104 Interconnecting Cisco Networking Devices: Accelerated 2013 Cisco Systems, Inc.

Lab 5-2: Configuring DHCP Server C-72 Lab 5-3: Troubleshooting VLANs and Trunks C-73 Lab 5-4: Optimizing STP C-76 Lab 5-5: Configuring EtherChannel C-78 Lab 6-1: Troubleshooting IP Connectivity C-80 Lab 7-1: Configuring and Troubleshooting a Serial Connection C-82 Lab 7-2: Establishing a Frame Relay WAN C-83 Lab 7

Related Documents:

Global Knowledge offers a CCNA Accelerated (CCNAx) Boot Camp; this boot camp is an accelerated version of the two courses that comprise the CCNA Routing and Switching exam preparation curricula: Interconnecting Cisco Networking Devices Part 1 (ICND1) and Interconnecting Cisco Networking Devices Part 2 (ICND2). All of

Interconnecting Cisco Networking Devices Part 2 (ICND2) Course Overview This course will teach students about implementing scalable medium-sized networks, troubleshooting basic connectivity, implementing an EIGRP-based solution, implementing a scalable, multiarea network, OSPF-based sol

The 100-101 “Interconnecting Cisco Networking Devices Part 1” (ICND1) exam is associated with the Cisco Certified Entry Network Technician (CCENT ) certification and is a tangible first step in achieving an Associate-level certification.File Size: 257KBPage Count: 5

IEEE 1547 Series Standards 1547‐2003 Standard for Interconnecting Distributed Resources with Electric Power Systems Reaffirmed in 2008 1547.1‐2005 Conformance Test Procedures for Eqqpuipment Interconnecting DR with EPS 1547.2‐2008 Application Guide for IEEE 1547 Standard for Interconnecting DR with EPS 1547.3‐2007 Gui

Advancing Education Efiectiveness: Interconnecting School Mental Health and School-Wide PBIS iii Volume 2: An Implementation Guide Acknowledgments Thank you to all contributing authors from Advancing Education Effectiveness: Interconnecting School Mental Health and School-Wide Positive Behavior Support. The second volume would not

Dell EMC Networking S4148F-ON 2.2 Dell EMC Networking S4248FB-ON The Dell EMC Networking S4248FB-ON is a 1-RU, multilayer switch with forty 10GbE ports, two 40GbE ports, and six 10/25/40/50/100GbE ports. Two S4248FB-ON switches are used as leaf switches in the examples in this guide. Dell EMC Networking S4248FB-ON 2.3 Dell EMC Networking Z9100-ON

Networking Fundamentals » Volume 5, TCP/IP Networking Page 3 SECTIoN 2 Networking Models The OSI model and the TCP/IP model are the prevalent methods to describe the interdependency of networking protocols. Both of these are conceptual models only and simply describe, not prescribe how networking

Principles of Animal Nutrition Applied Animal Science Research Techniques for Bioscientists Principles of Animal Health and Disease 1 Optional Physiology of Electrically Excitable Tissues Animal Behaviour Applied Agricultural and Food Marketing Economic Analysis for Agricultural and Environmental Sciences Physiology and Biotechnology option Core Endocrine Control Systems Reproductive .