ICND IOS CLI Study Guide (CCNA)

Size: px
Start display at page:

Download "ICND IOS CLI Study Guide (CCNA)"

Transcription

1 ICND IOS CLI Study Guide (CCNA) SWITCH CONFIGURATION STP (Change Options): 2. spanning-tree mode rapid-pvst [pvst] OR [mst] 3. Assign PortFast and/or BPDU Guard (sub-interface cmd): a. spanning-tree portfast b. spanning-tree bpduguard enable 4. spanning-tree vlan # cost # 5. spanning-tree vlan # priority ##### a. spanning-tree vlan # root primary [secondary] 6. Check STP: a. show spanning-tree {vlan #] b. show spanning-tree root Etherchannel: 2. int range f0/5 7 (or single Interface) 3. channel-group 1 mode on 4. NOTE: if using PAgP or LACP, use mode auto, desirable, active, or passive 5. Verify: show run int po# OR show etherchannel # summary Troubleshoot STP: 1. show spanning tree [vlan #] 2. show mac address-table 3. show spanning tree root Troubleshoot Etherchannel: 1. show int PO# 2. show etherchannel # summary 3. sho ip int status ROUTER CONFIGURATION Config Serial Interface: 2. int s0/1/0 3. encapsulation ppp [hdlc] 4. ppp authentication chap (opt) a. username R2 password pwd (R1) b. username R1 password pwd (R2) 4. no shut 5. Verify: show int s0/1/0 OR show int brief OR show controllers Load New IOS Image: 1. copy tftp flash (prompted for TFTP server & IOS filename) 2. Verify file copy: show flash 3. config t 4. Boot to new image: boot system flash:imagefilename.bin 5. copy run start 6. reload 7. Verify: show version Cisco License Install: 1. show license udi 2. go to Cisco License Portal 3. Enter UDI # & PAK purchase # 4. Download license file to Flash 5. Connect Flash drive to device 6. license install usbflash1:ftx### ##P_#########.lic 7. reload 8. Verify: show license [feature] 9. To enable a IOS feature set: a. license boot module c2900 technology-package securityk9 Configure Multi-Area OSPF: 2. router ospf 1 3. router-id #.#.#.# (e.g.) 4. int f0/1 5. ip ospf 1 area 0 6. int f0/0 7. ip ospf area Other options: a. ip ospf cost # (sub-int cmd) b. maximum-paths # (sub-rtr cmd)

2 c. passive-interface f0/2 (sub- Rtr cmd) d. bandwidth (sub-int in Kbps) e. auto-cost reference-bandwidth #### (sub-rtr cmd in Mbps) 8. Verify: show ip ospf neighbor ; show ip ospf database ; show ip route ; show ip protocol Configure EIGRP: 2. router eigrp 1 (A/S number) 3. no auto-summary 4. eigrp router-id #.#.#.# 5. network #.#.#.# #.#.#.# (Subnet & Wildcard Mask) 6. Other options: a. bandwidth # (sub-int in Kbps) b. maximum-paths (sub-rtr cmd) c. variance (sub-rtr cmd) d. ip hello-interval eigrp # (sub-int cmd) e. ip hold-time eigrp # (sub-int cmd) f. delay # (sub-int cmd) g. passive-interface (sub-int) Confgure VRRP: 3. vrrp # (# = 0-255) 4. vrrp priority # (default is 100; higher = active Router) 5. vrrp # preempt 6. go to next Rtr & config the same 7. Verify: show vrrp Configure HSRP: 3. standby # ip (# = 0-255) 4. standby priority # (default is 100; higher = active Router) 5. standby # preempt 6. go to next Rtr & config the same 7. Verify: show standby [brief] Configure GLBP: 3. glbp # ip (# = 0-255) 4. glbp priority # (default is 100; higher = active Router) 5. go to next Rtr & config the same 7. Verify: show glbp [brief]

3 Configure Syslog: 1. Console enable: logging console 2. Server enable: logging #.#.#.# 3. logging trap 4 (set Severity level) 4. Verify: show logging (& view Logging Server for msgs) Configure SNMP: 1. ip access-list standard ACL-SNMP 2. permit host #.#.#.# 3. snmp-server community Pwd RW ACL- SNMP Configure Frame Relay: 1. One Subnet: c. ip address #.#.#.# #.#.#.# d. encapsulation frame-relay (NOTE: no mode = cisco default, otherwise use ietf ) 1) frame-relay map ip #.#.#.# ietf (to map different mode for a Rtr that needs to use other than Cisco default) e. no shut f. Options: 1) frame-relay lmi-type [ansi] 2) frame-relay map ip #.#.#.# ## broadcast (Remote Rtr IP; local Rtr DLCI) 2. Point-to-Point c. encapsulation frame-relay d. int s0/0/0.1 point-to-point e. ip address #.#.#.# #.#.#.# f. frame-relay interface-dlci # g. no shut h. int s0/0/0.2 point-to-point i. ip address #.#.#.# #.#.#.# j. frame-relay interface-dlci # k. no shut 3. Multipoint c. encapsulation frame-relay d. int s0/0/0.1 multipoint e. ip address #.#.#.# #.#.#.# f. frame-relay interface-dlci # g. frame-relay interface-dlci # h. no shut

4 i. int s0/0/0.2 multipoint j. ip address #.#.#.# #.#.#.# k. frame-relay interface-dlci # l. no shut 4. Verify: show frame-relay [map] [pvc] [lmi] ; and do Ping tests Configure PPPoE: 2. int dialer # 3. encapsulation ppp 4. ip address negotiated 5. mtu dialer pool # 7. ppp chap hostname ISPRouter 8. ppp chap password ISPPwd 9. int s0/0/1 10. pppoe-client dial-pool-number # 11. NOTE: # in Step 6 & 10 need to match Troubleshooting Commands: 1. General Networking a. Extended Ping b. Extended Traceroute 2. General Routing a. show ip route b. show ip protocol 3. OSPF a. show ip ospf neighbor b. show ip ospf database c. show ip ospf int g0/0 d. show ip protocol 4. EIGRP a. show ip eigrip neighbor b. show ip eigrp topology c. show ip eigrp int f0/0 d. show ip protocol 5. WAN a. show int s0/0/1 b. show ip int brief 6. Frame-Relay a. show frame-relay pvc b. show frame-relay map c. show frame-relay lmi d. show int s0/0/1 7. PPP a. show int s0/0/0 b. show run int s0/0/0 8. Inter-VLAN a. show ip int brief b. show run int g0/0.#

5 The above configurations assume you know the why behind them. This Guide is solely intended to remove all noise around the ICND2 Outline & provide a direct CLI How-to procedure for each of the listed tasks. Reference the ICND2 Study Guide for detailed explanations of each. Created by Shane Williford 19 November If you reference this Study Guide, please give credit to the author.

ASM Educational Center (ASM) Est. 1992

ASM Educational Center (ASM) Est. 1992 Interconnecting Cisco Networking Devices Part 2 (ICND2) Course Overview This course will teach students about implementing scalable medium-sized networks, troubleshooting basic connectivity, implementing

More information

Interconnecting Cisco Networking Devices Part 2 (ICND2) Course Overview

Interconnecting Cisco Networking Devices Part 2 (ICND2) Course Overview Interconnecting Cisco Networking Devices Part 2 (ICND2) Course Overview This course will teach students about implementing scalable medium-sized networks, troubleshooting basic connectivity, implementing

More information

TestOut Routing and Switching Pro - English 6.0.x COURSE OUTLINE. Modified

TestOut Routing and Switching Pro - English 6.0.x COURSE OUTLINE. Modified TestOut Routing and Switching Pro - English 6.0.x COURSE OUTLINE Modified 2017-07-10 TestOut Routing and Switching Pro Outline- English 6.0.x Videos: 133 (15:42:34) Demonstrations: 78 (7:22:19) Simulations:

More information

Interconnecting Cisco Networking Devices Part 2. Course Outline. Interconnecting Cisco Networking Devices Part 2.

Interconnecting Cisco Networking Devices Part 2. Course Outline. Interconnecting Cisco Networking Devices Part 2. Course Outline Interconnecting Cisco Networking Devices Part 2 01 May 2018 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the Art

More information

CCNA Practice test. 2. Which protocol can cause high CPU usage? A. NTP B. WCCP C. Telnet D. SNMP Answer: D

CCNA Practice test. 2. Which protocol can cause high CPU usage? A. NTP B. WCCP C. Telnet D. SNMP Answer: D 1. Which network would support at least 30 hosts? A. 10.0.0.0 255.255.255.252 B. 10.0.0.0 255.255.255.240 C. 10.0.0.0 255.255.255.224 D. 10.0.0.0 255.255.255.248 2. Which protocol can cause high CPU usage?

More information

Troubleshooting Scenarios

Troubleshooting Scenarios C Troubleshooting Scenarios Global Knowledge Training LLC C-1 Procedure These are the troubleshooting scenarios at the time this lab guide was written. Troubleshooting VLANs and Trunks VLAN-a.txt VLAN-b.txt

More information

Skills Assessment Student Training Exam

Skills Assessment Student Training Exam Skills Assessment Student Training Exam Topology Assessment Objectives Part 1: Initialize Devices (2 points, 5 minutes) Part 2: Configure Device Basic Settings (18 points, 20 minutes) Part 3: Configure

More information

CCNA Routing & Switching

CCNA Routing & Switching CCNA Routing & Switching 1.0 LAN Switching Technologies 1. VLANs,Trunk, DTP 2. VLANs, Trunks and DTP Configuration 3. Voice Vlan Configuration 4. VTP 5. VTP - Configuration 6. Spanning-tree 7. STP - PVST+

More information

Interconnecting Cisco Networking Devices Part 2 v2.0 (ICND 2)

Interconnecting Cisco Networking Devices Part 2 v2.0 (ICND 2) Interconnecting Cisco Networking Devices Part 2 v2.0 (ICND 2) COURSE OVERVIEW: The Interconnecting Cisco Networking Devices, Part 2 (ICND2) v2.0 course provides entry-level network administrators, network

More information

Troubleshooting, Editing, Port # s

Troubleshooting, Editing, Port # s CCNA Commands Summary Page 1 of 23 Troubleshooting, Editing, Port # s show ip interface brief (display interface designations, IP address and status) show ip route (display routing table) show vlan brief

More information

SPOTO CCIE LAB RS V5.0 H3 CFG Solution. SPOTO CCIE CLUB offers all Cisco track written and lab dumps.spoto CCIE

SPOTO CCIE LAB RS V5.0 H3 CFG Solution. SPOTO CCIE CLUB offers all Cisco track written and lab dumps.spoto CCIE SPOTO CCIE LAB RS V5.0 H3 CFG Solution SPOTO CCIE CLUB offers all Cisco track written and lab dumps.spoto CCIE CLUB had already helped more than 700 CCIE candidates obtain the magical CCIE number since

More information

ICND2 Curriculum Interconnecting Cisco Networking Devices Part 2 Version 2.0. Labs powered by

ICND2 Curriculum Interconnecting Cisco Networking Devices Part 2 Version 2.0. Labs powered by ICND2 Curriculum 200-101 Interconnecting Cisco Networking Devices Part 2 Version 2.0 Labs powered by Interconnecting Cisco Networking Devices Part 2 200-101 Curriculum LM20130929/BV2.01 iii 25 Century

More information

Lab 8.5.2: Troubleshooting Enterprise Networks 2

Lab 8.5.2: Troubleshooting Enterprise Networks 2 Lab 8.5.2: Troubleshooting Enterprise Networks 2 Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway Fa0/0 192.168.10.1 255.255.255.0 N/A R1 Fa0/1 192.168.11.1 255.255.255.0

More information

itexamdump 최고이자최신인 IT 인증시험덤프 일년무료업데이트서비스제공

itexamdump 최고이자최신인 IT 인증시험덤프   일년무료업데이트서비스제공 itexamdump 최고이자최신인 IT 인증시험덤프 http://www.itexamdump.com 일년무료업데이트서비스제공 Exam : 642-813 Title : Implementing Cisco IP Switched Networks Vendor : Cisco Version : DEMO Get Latest & Valid 642-813 Exam's Question

More information

Skills Assessment (EIGRP) Student Training Exam

Skills Assessment (EIGRP) Student Training Exam Skills Assessment (EIGRP) Student Training Exam Topology 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 16 Addressing Table Assessment Objectives Device

More information

Lab 1-2Connecting to a Cisco Router or Switch via Console. Lab 1-6Basic Graphic Network Simulator v3 Configuration

Lab 1-2Connecting to a Cisco Router or Switch via Console. Lab 1-6Basic Graphic Network Simulator v3 Configuration MODULE1 GETTING STARTED WITH YOUR CISCO LAB Lab 1-1Identifying Router Components and Accessories Lab 1-2Connecting to a Cisco Router or Switch via Console Lab 1-3Identifying Router & Switch IOS Software

More information

Skills Assessment (EIGRP) Student Training Exam

Skills Assessment (EIGRP) Student Training Exam Skills Assessment (EIGRP) Student Training Exam Topology Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 15 Addressing Table Device Interface IP Address Subnet

More information

Cisco Questions & Answers

Cisco Questions & Answers Cisco 200-101 Questions & Answers Number: 200-101 Passing Score: 800 Time Limit: 120 min File Version: 23.7 http://www.gratisexam.com/ Cisco 200-101 Questions & Answers Exam Name: Interconnecting Cisco

More information

Skills Assessment (OSPF) Student Training Exam

Skills Assessment (OSPF) Student Training Exam Skills Assessment (OSPF) Student Training Exam Topology 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 17 Addressing Table Assessment Objectives Device

More information

CCNP (Routing & Switching and T.SHOOT)

CCNP (Routing & Switching and T.SHOOT) CCNP (Routing & Switching and T.SHOOT) Course Content Module -300-101 ROUTE 1.0 Network Principles 1.1 Identify Cisco Express Forwarding concepts 1.1.a FIB 1.1.b Adjacency table 1.2 Explain general network

More information

CCNA Semester 3 labs. Part 1 of 1 Labs for chapters 1 8

CCNA Semester 3 labs. Part 1 of 1 Labs for chapters 1 8 CCNA Semester 3 labs Part 1 of 1 Labs for chapters 1 8 2.1.2.12 Lab - Building a Switched Network with Redundant Links 2.3.2.3 Lab - Configuring Rapid PVST+, PortFast and BPDU Guard 2.4.3.4 Lab - Configuring

More information

CCNA Routing and Switching ucertify Network Simulator. Course Outline. 30 Oct ( Add-On )

CCNA Routing and Switching ucertify Network Simulator. Course Outline. 30 Oct ( Add-On ) Course Outline CCNA Routing and Switching 200125 ucertify Network 30 Oct 2018 ( Add-On ) Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State

More information

PASS4TEST IT 인증시험덤프전문사이트

PASS4TEST IT 인증시험덤프전문사이트 PASS4TEST IT 인증시험덤프전문사이트 http://www.pass4test.net 일년동안무료업데이트 Exam : 200-120 Title : CCNA Cisco Certified Network Associate CCNA (803) Vendor : Cisco Version : DEMO Get Latest & Valid 200-120 Exam's Question

More information

Skills Assessment (OSPF) Student Training Exam

Skills Assessment (OSPF) Student Training Exam Skills Assessment (OSPF) Student Training Exam Topology Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 16 Addressing Table Device Interface IP Address Subnet

More information

"Charting the Course... Interconnecting Cisco Networking Devices Accelerated 3.0 (CCNAX) Course Summary

Charting the Course... Interconnecting Cisco Networking Devices Accelerated 3.0 (CCNAX) Course Summary Description Course Summary The Cisco CCNA curriculum includes a third course, Interconnecting Cisco Networking Devices: Accelerated (CCNAX), consisting of Interconnecting Cisco Networking Devices, Part

More information

CCNA 4 - Final Exam (B)

CCNA 4 - Final Exam (B) CCNA 4 - Final Exam (B) 1. Identify the factors that contribute to congestion on an Ethernet LAN. (Choose three.) improper placement of enterprise level servers addition of hosts to a physical segment

More information

Interconnecting Cisco Networking Devices: Accelerated

Interconnecting Cisco Networking Devices: Accelerated Interconnecting Cisco Networking Devices: Accelerated CCNAX v3.0; 5 days, Instructor-led Course Description The Cisco CCNA curriculum includes a third course, Interconnecting Cisco Networking Devices:

More information

CCNA Skill Mastery. I suggest three ways to get all the lab time you could want or need.

CCNA Skill Mastery. I suggest three ways to get all the lab time you could want or need. CCNA Skill Mastery The Aim The CCNA test is at least as focused on what you can do as it is on what you know. Therefore you will need to spend a significant amount of time mastering the skills you learned

More information

CCIE R&S LAB CFG H2/A5 (Jacob s & Jameson s)

CCIE R&S LAB CFG H2/A5 (Jacob s & Jameson s) Contents Section 1 Layer 2 Technologies... 2 1.1 Jameson s Datacenter: Access port... 2 1.2 Jameson s Datacenter: Trunk ports... 4 1.3 Jameson s Datacenter: Link bundling... 5 1.4 Jameson s Branch Offices...

More information

Table of Contents PART I - Routing

Table of Contents PART I - Routing Table of Contents Preface Using the Book Connecting to the Cisco Device For Windows For Linux PART I - Routing Learning the Basics Command Modes Saving Configurations Show Commands for Information Gathering

More information

Seite von 7 05.0.200 Close Window Assessment System Exam Viewer - CCNA Practice Certification Exam # - (Version 4.0) Below you will find the assessment items as presented on the exam as well as the scoring

More information

CCNA ROUTING & SWITCHING SECTOR / ENGINEERING TECHNICAL & CERTIFICATE OF ATTENDANCE TRAINING COURSE

CCNA ROUTING & SWITCHING SECTOR / ENGINEERING TECHNICAL & CERTIFICATE OF ATTENDANCE TRAINING COURSE SECTOR / ENGINEERING TECHNICAL & CERTIFICATE OF ATTENDANCE TRAINING COURSE Program For Entry-Level Network Engineers That Helps Maximize Your Investment In Foundational Networking Knowledge And Increase

More information

Cisco Exam CCNA Version: 4.1 [ Total Questions: 215 ]

Cisco Exam CCNA Version: 4.1 [ Total Questions: 215 ] s@lm@n Cisco Exam 640-801 CCNA Version: 4.1 [ Total Questions: 215 ] Question No : 1 Which router command can be used to verify the type of cable connected to interface serial 0/0? A. show interfaces serial

More information

CCNA 3 (v v6.0) Chapter 3 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 3 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 3 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-3-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 3 Exam Answers

More information

EIGRP Practice Skills Assessment - Packet Tracer

EIGRP Practice Skills Assessment - Packet Tracer CCNA Routing and Switching Scaling Networks EIGRP Practice Skills Assessment - Packet Tracer A few things to keep in mind while completing this activity: 1. Do not use the browser Back button or close

More information

CCNA 2014 Performance Based Lab. Course Outline. CCNA 2014 Performance Based Lab Sep 2018

CCNA 2014 Performance Based Lab. Course Outline. CCNA 2014 Performance Based Lab Sep 2018 Course Outline CCNA 2014 Performance Based Lab 08 Sep 2018 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the Art Educator Tools

More information

Mobile MOUSe ROUTING AND SWITCHING FUNDAMENTALS PART II ONLINE COURSE OUTLINE

Mobile MOUSe ROUTING AND SWITCHING FUNDAMENTALS PART II ONLINE COURSE OUTLINE Mobile MOUSe ROUTING AND SWITCHING FUNDAMENTALS PART II ONLINE COURSE OUTLINE COURSE TITLE ROUTING AND SWITCHING FUNDAMENTALS PART II COURSE DURATION 10 Hour(s) of Self-Paced Interactive Training COURSE

More information

Implementing Cisco IP Routing ( )

Implementing Cisco IP Routing ( ) Implementing Cisco IP Routing (300-101) Implementing Cisco IP Routing (ROUTE 300-101) is a 120-minute qualifying exam with 50 60 questions for the Cisco CCNP and CCDP certifications. The ROUTE 300-101

More information

Vendor: Cisco. Exam Code: Exam Name: CCNA Cisco Certified Network Associate CCNA (v3.0) Version: Demo

Vendor: Cisco. Exam Code: Exam Name: CCNA Cisco Certified Network Associate CCNA (v3.0) Version: Demo Vendor: Cisco Exam Code: 200-125 Exam Name: CCNA Cisco Certified Network Associate CCNA (v3.0) Version: Demo DEMO QUESTION 1 A network administrator needs to configure a serial link between the main office

More information

PT Activity 8.6.1: CCNA Skills Integration Challenge Topology Diagram

PT Activity 8.6.1: CCNA Skills Integration Challenge Topology Diagram Topology Diagram All contents are Copyright 2008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 7 Addressing Table for HQ Device Interface IP Address Subnet

More information

CCNA Routing and Switching (NI )

CCNA Routing and Switching (NI ) CCNA Routing and Switching (NI400+401) 150 Hours ` Outline The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment that is

More information

CCNA. Course Catalog

CCNA. Course Catalog CCNA Course Catalog 2012-2013 This course is intended for the following audience: Network Administrator Network Engineer Systems Engineer CCNA Exam Candidates Cisco Certified Network Associate (CCNA 640-802)

More information

Chapter 3 Lab 3-1, Assembling Maintenance and Troubleshooting Tools

Chapter 3 Lab 3-1, Assembling Maintenance and Troubleshooting Tools Chapter 3 Lab 3-1, Assembling Maintenance and Troubleshooting Tools Physical Topology All contents are Copyright 1992 2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

More information

RealCiscoLAB.com. Configure inter-vlan routing with HSRP to provide redundant, fault-tolerant routing to the internal network.

RealCiscoLAB.com. Configure inter-vlan routing with HSRP to provide redundant, fault-tolerant routing to the internal network. RealCiscoLAB.com CCNPv6 SWITCH Hot Standby Router Protocol Topology Objective Background Configure inter-vlan routing with HSRP to provide redundant, fault-tolerant routing to the internal network. Hot

More information

COURSE CONTENT CCNA. web: call: (+91) / 400,

COURSE CONTENT CCNA.   web:  call: (+91) / 400, COURSE CONTENT CCNA Course 200-120 CCNA: Cisco Networking Devices: Accelerated (CCNAX) 1. Operation of IP Data Networks Recognize the purpose and functions of various network devices such as Routers, Switches,

More information

Laboration 1 Examine the Topology and Basic Troubleshooting Commands

Laboration 1 Examine the Topology and Basic Troubleshooting Commands Laboration 1 Examine the Topology and Basic Troubleshooting Commands Topology All contents are Copyright 1992 2011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page

More information

TEXTBOOK MAPPING CISCO COMPANION GUIDES

TEXTBOOK MAPPING CISCO COMPANION GUIDES TestOut Routing and Switching Pro - English 6.0.x TEXTBOOK MAPPING CISCO COMPANION GUIDES Modified 2018-08-20 Objective Mapping: Cisco 100-105 ICND1 Objective to LabSim Section # Exam Objective TestOut

More information

Course Outline. CCNA Pearson ucertify Network Simulator. ( Add-On ) CCNA Pearson ucertify Network Simulator

Course Outline. CCNA Pearson ucertify Network Simulator.  ( Add-On ) CCNA Pearson ucertify Network Simulator Course Outline CCNA 200-120 Pearson ucertify Network Simulator 24 Jul 2018 ( Add-On ) Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State

More information

CCNP SWITCH (22 Hours)

CCNP SWITCH (22 Hours) CCNP SWITCH 642-813 (22 Hours) Chapter-1 Enterprise Campus Network Design 1.1 IIN & SONA 1.2 Campus Network 1.3 Enterprise Model 1.4 Nonhierarchical Network Devices Layer-2 Switching, Layer-3 Routing Multilayer

More information

CHAPTER 1 Introduction to Scaling Networks

CHAPTER 1 Introduction to Scaling Networks CHAPTER 1 Introduction to Scaling Networks As a business grows, so does its networking requirements. To keep pace with a business s expansion and new emerging technologies, a network must be designed to

More information

Cisco Press CCIE Practical Studies CCIE Practice Lab: Darth Reid Solutions

Cisco Press CCIE Practical Studies CCIE Practice Lab: Darth Reid Solutions Cisco Press CCIE Practical Studies CCIE Practice Lab: Solutions Cisco Press CCIE Practical Studies CCIE Practice Lab: LAB Book Chapter Book Page 18 1143 Overview... 3 Technical Details... 3 Table 52-1:

More information

CCNA. Murlisona App. Hiralal Lane, Ravivar Karanja, Near Pethe High-School, ,

CCNA. Murlisona App. Hiralal Lane, Ravivar Karanja, Near Pethe High-School, , CCNA Cisco Certified Network Associate (200-125) Exam DescrIPtion: The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment

More information

CCNA Semester 3 labs. Labs for chapters 2 10

CCNA Semester 3 labs. Labs for chapters 2 10 CCNA Semester 3 labs Labs for chapters 2 10 2.1.4.5 Lab - Configure Extended VLANs, VTP, and DTP 2.2.2.5 Lab - Troubleshooting Inter-VLAN Routing 3.1.2.12 Lab - Building a Switched Network with Redundant

More information

Exam Topics Cross Reference

Exam Topics Cross Reference Appendix R Exam Topics Cross Reference This appendix lists the exam topics associated with the ICND1 100-105 exam and the CCNA 200-125 exam. Cisco lists the exam topics on its website. Even though changes

More information

Cisco CCNA (ICND1, ICND2) Bootcamp

Cisco CCNA (ICND1, ICND2) Bootcamp Cisco CCNA (ICND1, ICND2) Bootcamp Course Duration: 5 Days Course Overview This five-day course covers the essential topics of ICND1 and ICND2 in an intensive Bootcamp format. It teaches students the skills

More information

CCNA. The knowledge and skills that a learner must have before attending this course are as follows:

CCNA. The knowledge and skills that a learner must have before attending this course are as follows: CCNA SRM CCNAX v2.0 CCNA Routing & Switching course is the ultimate training program for engineers pursuing the Cisco Certified Network Associate (CCNA) certification. Cisco has announced an extensive

More information

Troubleshooting and Maintaining Cisco IP Networks v2 ( )

Troubleshooting and Maintaining Cisco IP Networks v2 ( ) Troubleshooting and Maintaining Cisco IP Networks v2 (300-135) Exam Description: Troubleshooting and Maintaining Cisco IP Networks v2 (TSHOOT 300-135) is a 120- minute qualifying exam with 15 25 questions

More information

SEVENMENTOR TRAINING PVT.LTD

SEVENMENTOR TRAINING PVT.LTD Troubleshooting and Maintaining Cisco IP Networks v2 (300-135) Exam Description: Troubleshooting and Maintaining Cisco IP Networks v2 (TSHOOT 300-135) is a 120-minute qualifying exam with 15 25 questions

More information

Lab Network Baseline Discovery

Lab Network Baseline Discovery Lab 1.2.6 Network Baseline Discovery Objective In this lab, the student will establish the baseline for the configuration and operation of the network. The student will complete the following tasks: Job

More information

CCNA Routing and Switching Study Guide Chapters 1 & 15: Enhanced Switching

CCNA Routing and Switching Study Guide Chapters 1 & 15: Enhanced Switching CCNA Routing and Switching Study Guide Chapters 1 & 15: Enhanced Switching Instructor & Todd Lammle Chapter 15 Objectives The ICND2 topics covered in this chapter include: 2 Chapter 15 Objectives (con

More information

Laboration 2 Troubleshooting Switching and First-Hop Redundancy

Laboration 2 Troubleshooting Switching and First-Hop Redundancy Laboration 2 Troubleshooting Switching and First-Hop Redundancy Topology All contents are Copyright 1992 2011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1

More information

Connections, addressing and common configuration rules.

Connections, addressing and common configuration rules. Lab #1 r9-1 s2 e1 3/11 VLAN_21 BGP AS 100 s1 3/1 e0 s0 e0 3/2 s1 VLAN_22 BGP AS 200 r1 r2 Ring 4 r4 s0/1 r3 to0/0 s0/0 s0 s1 OSPF Area 33 to0 e0/0 e0 OSPF Area 4 3/4 b0/0 3/3 VLAN_14 VLAN_13 403 304 c15

More information

Cisco Press CCIE Practical Studies CCIE Practice Lab: Skynet Solutions

Cisco Press CCIE Practical Studies CCIE Practice Lab: Skynet Solutions Cisco Press CCIE Practical Studies CCIE Practice Lab: Solutions Cisco Press CCIE Practical Studies CCIE Practice Lab: Overview... 3 Technical Details... 3 Table 51-1: Names and Interfaces used... 3 Lab

More information

CISCO EXAM QUESTIONS & ANSWERS

CISCO EXAM QUESTIONS & ANSWERS CISCO 200-101 EXAM QUESTIONS & ANSWERS Number: 200-101 Passing Score: 800 Time Limit: 120 min File Version: 32.2 http://www.gratisexam.com/ CISCO 200-101 EXAM QUESTIONS & ANSWERS Exam Name: Interconnecting

More information

WebLearning Cisco Curriculum

WebLearning Cisco Curriculum WebLearning Cisco Curriculum Cisco BCMSN: Campus Networks Audience: People who work on the design, administration, and maintenance of campus-sized networks; those working towards Cisco Certified Network

More information

Syllabus. Cisco Certified Design Professional. Implementing Cisco IP Routing

Syllabus. Cisco Certified Design Professional. Implementing Cisco IP Routing Syllabus Cisco Certified Design Professional Implementing Cisco IP Routing 1.0 Network Principles 1.1 Identify Cisco Express Forwarding concepts 1.1.a FIB 1.1.b Adjacency table 1.2 Explain general network

More information

CCRI LAN Design / Management CNVT 1830

CCRI LAN Design / Management CNVT 1830 CCRI LAN Design / Management CNVT 1830 Instructor Telephone E-mail Office Hours Class Sections Credit Hours 3 Credit Hours, 2 Lecture Hours & 2 Laboratory Hours per week Instructional Material and Web

More information

Cisco DSL Router Configuration and Troubleshooting Guide Cisco DSL Router Acting as a PPPoE Client with a Dynamic IP Address

Cisco DSL Router Configuration and Troubleshooting Guide Cisco DSL Router Acting as a PPPoE Client with a Dynamic IP Address Cisco DSL Router Configuration and Troubleshooting Guide Cisco DSL Router Acting as a PPPoE Client with a Dynamic IP Address Document ID: 71118 Contents Introduction Prerequisites Requirements Components

More information

Exam Name: CCNA - Cisco Certified Network Associate

Exam Name: CCNA - Cisco Certified Network Associate Vendor: Cisco Exam Code: 640-802 Exam Name: CCNA - Cisco Certified Network Associate Version: DEMO QUESTION 1 An administrator is unsuccessful in adding VLAN 50 to a switch. While troubleshooting the problem,

More information

Implementing Cisco IP Switched Networks (SWITCH)

Implementing Cisco IP Switched Networks (SWITCH) Implementing Cisco IP Switched Networks (SWITCH) COURSE OVERVIEW: Implementing Cisco Switched Networks (SWITCH) v2.0 is a five-day instructor-led training course developed to help students prepare for

More information

Authorized CCNP. Student. LabManual SWITCH.

Authorized CCNP. Student. LabManual SWITCH. Authorized CCNP SWITCH Student LabManual Web:www.networkershome.com Email:info@networkershome.com www.networkershome.com Authorized CCNPSWITCHWORKBOOK Module:01to20 CopyrightsNetworkersHome2007-2015 Website:htp:/www.networkershome.com;info@networkershome.com

More information

Chapter 3 Command List

Chapter 3 Command List Chapter 3 Command List This chapter lists all the commands in the CLI. The commands are listed in two ways: All commands are listed together in a single alphabetic list. See Complete Command List on page

More information

BraindumpsIT. BraindumpsIT - IT Certification Company provides Braindumps pdf!

BraindumpsIT.  BraindumpsIT - IT Certification Company provides Braindumps pdf! BraindumpsIT http://www.braindumpsit.com BraindumpsIT - IT Certification Company provides Braindumps pdf! Exam : 300-115 Title : Implementing Cisco IP Switched Networks Vendor : Cisco Version : DEMO Get

More information

Cisco Certified Network Associate ( )

Cisco Certified Network Associate ( ) Cisco Certified Network Associate (200-125) Exam Description: The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment that

More information

Lab 5-1 Hot Standby Router Protocol

Lab 5-1 Hot Standby Router Protocol Lab 5-1 Hot Standby Router Protocol Topology Diagram Objective Configure inter-vlan routing with HSRP to provide redundant, fault tolerant routing to the internal network. Scenario Step 1 HSRP provides

More information

CISCO Certified Network Associate (CCNAX)

CISCO Certified Network Associate (CCNAX) CISCO Certified Network Associate (CCNAX) Overview This course is designed to prepare you for the Cisco Certified Network Associate Exam (CCNA) exams. You can choose to take a single composite exam or

More information

CWT Hands-On Summation Lab 1 Checkpoints 1-8

CWT Hands-On Summation Lab 1 Checkpoints 1-8 CWT Hands-On Summation Lab 1 Checkpoints 1-8 Clear devices prior to starting summation 1. Erase any existing configuration on the routers and switches. On routers (repeat for all routers): R1#erase startup-config

More information

ROUTER COMMANDS. BANNER: Config# banner motd # TYPE MESSAGE HERE # - # can be substituted for any character, must start and finish the message

ROUTER COMMANDS. BANNER: Config# banner motd # TYPE MESSAGE HERE # - # can be substituted for any character, must start and finish the message ROUTER COMMANDS TERMINAL CONTROLS: Config# terminal editing - allows for enhanced editing commands Config# terminal monitor - shows output on telnet session Config# terminal ip netmask-format hexadecimal

More information

Book Heading. 2 Configurating Static Routing. 7 Router Security VLAN Network Router Security Network Infrastructure Design

Book Heading. 2 Configurating Static Routing. 7 Router Security VLAN Network Router Security Network Infrastructure Design CND 1: Part 1. Navigation and Administration Switch CL EXEC Mode Switch CL Configuration Process Switch CL Configuration Process Router CL EXEC Mode Router CL EXEC Mode Router CL Configuration Process

More information

Cisco Press CCIE Practical Studies CCIE Practice Lab: Enchilada Solutions

Cisco Press CCIE Practical Studies CCIE Practice Lab: Enchilada Solutions Cisco Press CCIE Practical Studies CCIE Practice Lab: Solutions Cisco Press CCIE Practical Studies CCIE Practice Lab: LAB Book Chapter Book Page The 18 1161 Overview... 3 Technical Details... 3 Table 54-1:

More information

CCNA Routing & Switching

CCNA Routing & Switching CCNA Routing & Switching SecureNinja s instructor-led 5 day CCNA Routing & Switching hands-on training and certification boot camp in Washington, DC and San Diego, CA covers the exam objectives for exam

More information

Number: Passing Score: 800 Time Limit: 120 min File Version: 9.0. Cisco Questions & Answers

Number: Passing Score: 800 Time Limit: 120 min File Version: 9.0. Cisco Questions & Answers 300-115 Number: 300-115 Passing Score: 800 Time Limit: 120 min File Version: 9.0 Cisco 300-115 Questions & Answers Implementing Cisco IP Switched Networks Version: 9.0 Cisco 300-115 Exam Topic 1, Layer

More information

The primary audience for this course includes Network Administrators, Network Engineers,

The primary audience for this course includes Network Administrators, Network Engineers, CCNA COURSE DESCRIPTION: Cisco Certified Network Associate (CCNA) validates the ability to install, configure, operate, and troubleshoot medium-size route and switched networks, including implementation

More information

NETLOGIC TRAINING CENTER

NETLOGIC TRAINING CENTER Course Content NETLOGIC TRAINING CENTER Course Training CCNP Implement Cisco IP Switch Networks CCNP Switching (300-115 SWITCH) version 2.0 SWITCH v2.0, 5 day ILT, includes major updates follows an updated

More information

QUESTION/SOLUTION SET LAB 4

QUESTION/SOLUTION SET LAB 4 QUESTION/SOLUTION SET LAB 4 CCIE lab Routing & Switching (v4.0) lab:4 Updated Testing Guidelines 1. The equipment on the rack assigned to you is physically Cabled and should not be tempered with. 2. Router

More information

3. What could you use if you wanted to reduce unnecessary broadcast, multicast, and flooded unicast packets?

3. What could you use if you wanted to reduce unnecessary broadcast, multicast, and flooded unicast packets? Nguyen The Nhat - Take Exam Exam questions Time remaining: 00: 00: 51 1. Which command will give the user TECH privileged-mode access after authentication with the server? username name privilege level

More information

CCNA Routing and Switching Course Overview

CCNA Routing and Switching Course Overview CCNA Routing and Switching Course Overview Course Structure and Sequences Market research and global employers have consistently indicated that the skills gap for general networking skills is shrinking,

More information

CERTIFICATE CCENT + CCNA ROUTING AND SWITCHING INSTRUCTOR: FRANK D WOUTERS JR. CETSR, CSM, MIT, CA

CERTIFICATE CCENT + CCNA ROUTING AND SWITCHING INSTRUCTOR: FRANK D WOUTERS JR. CETSR, CSM, MIT, CA CERTIFICATE CCENT + CCNA ROUTING AND SWITCHING INSTRUCTOR: FRANK D WOUTERS JR. CETSR, CSM, MIT, CA CCENT - Cisco Certified Entry Networking Technician (ICND1) CCNA Routing and Switching (ICND2) Prerequisites:

More information

COPYRIGHTED MATERIAL. Table of Contents. Assessment Test

COPYRIGHTED MATERIAL. Table of Contents. Assessment Test 10089.book Page xi Monday, July 23, 2007 3:17 PM Introduction Assessment Test xxiii xxxiii Chapter 1 Internetworking 1 Internetworking Basics 4 Internetworking Models 11 The Layered Approach 12 Advantages

More information

Implementing Cisco IP Switched Networks (SWITCH) v2.0

Implementing Cisco IP Switched Networks (SWITCH) v2.0 Data Sheet Learning Services Cisco Training on Demand Implementing Cisco IP Switched Networks (SWITCH) v2.0 Overview Implementing Cisco IP Switched Networks (SWITCH) Version 2.0 is a Cisco Training on

More information

CCNP Lab 006 Solution: HSRP and Switch Security

CCNP Lab 006 Solution: HSRP and Switch Security ABOUT CONTACT FAQ JOIN HOME CCNA CCNP COMPTIA DESIGN You are here: Home / 101 CCNP Labs Solutions / CCNP Lab 006 Solution: HSRP and Switch Security CCNP Lab 006 Solution: HSRP and Switch Security Lab Objective:

More information

material. For more information on how to get additional questions, please see

material. For more information on how to get additional questions, please see Review Questions The following questions are designed to test your understanding of this chapter s material. For more information on how to get additional questions, please see www.lammle.com/ccn a. You

More information

CCIE Route & Switch Written (CCIERSW) 1.0

CCIE Route & Switch Written (CCIERSW) 1.0 CCIE Route & Switch Written (CCIERSW) 1.0 COURSE OVERVIEW: CCIE Route and Switch Written (CCIERSW) preparation course is a five-day course that prepares the student for the written exam portion of the

More information

TestsDumps. Latest Test Dumps for IT Exam Certification

TestsDumps.  Latest Test Dumps for IT Exam Certification TestsDumps http://www.testsdumps.com Latest Test Dumps for IT Exam Certification Exam : 200-105 Title : Interconnecting Cisco Networking Devices Part 2 (ICND2 v3.0) Vendor : Cisco Version : DEMO Get Latest

More information

Course: CCNA Bootcamp (Intensive CCNA)

Course: CCNA Bootcamp (Intensive CCNA) Course: CCNA Bootcamp (Intensive CCNA) Duration: 5 Days Description Introduction to Networking course will prepare you for the basic knowledge and in-depth technology of networking design and implementation.

More information

Describing the STP. Enhancements to STP. Configuring PortFast. Describing PortFast. Configuring. Verifying

Describing the STP. Enhancements to STP. Configuring PortFast. Describing PortFast. Configuring. Verifying Enhancements to STP Describing the STP PortFast Per VLAN Spanning Tree+ (PVST+) Rapid Spanning Tree Protocol (RSTP) Multiple Spanning Tree Protocol (MSTP) MSTP is also known as Multi-Instance Spanning

More information

CCNP TSHOOT. Quick Reference Sheet Exam

CCNP TSHOOT. Quick Reference Sheet Exam CCNP TSHOOT Quick Reference Sheet Exam 300-135 Chapter 1. Network Principles Troubleshooting Steps Problem Identification Collection of Information Examination and Action Plan Verification Basic Troubleshooting

More information

CCNA ROUTING & SWITCHING

CCNA ROUTING & SWITCHING CCNA ROUTING & SWITCHING Curriculum Overview The CCNA Routing and Switching curriculum consists of four courses that make up the recommended learning path. Students will be prepared to take the Cisco CCENT

More information

Network Diagnosis and Troubleshooting Summary by Bob Chan

Network Diagnosis and Troubleshooting Summary by Bob Chan Network Diagnosis and Troubleshooting Summary by Bob Chan Documentation Baselining Objective Discover the true performance of the network Provide comparison between normal and abnormal situations Verify

More information

Cisco Interconnecting Cisco Networking Devices Part 2

Cisco Interconnecting Cisco Networking Devices Part 2 Cisco 200-105 Interconnecting Cisco Networking Devices Part 2 R1# show running-config description ***Loopback*** ip address 192.168.1.1 255.255.255.255 Question: 374 description **Connected to R1-LAN**

More information