(ii) Simei(config)#line console 0 Simei(config-line)#password Networking Simei(config-line)#exit

Size: px
Start display at page:

Download "(ii) Simei(config)#line console 0 Simei(config-line)#password Networking Simei(config-line)#exit"

Transcription

1 Sep 2008 Section A 1. Any of the following 2: a. Frame relay b. ISDN c. PPP d. HDLC 2. (i) RAM copy running-config startup-config 3. hardware platform, feature set, file format, version 4. (i) Cisco Discovery Protocol advertisements 5. path determination, switching 6. (i) hop count 30 seconds 7. Any 2 of the followings: Significant demands on memory and processing resources Requires very strict network design Requires a knowledgeable network administrator Initial flooding can impede network performance 8. (i) load balancing is a technique (usually performed by load balancers) to spread work between two or more computers, network links, CPUs, hard drives, or other resources, in order to get optimal resource utilization, throughput, or response time. Section B 11. (A) Any 2 of the following: Routers offer many services, including internetworking and WAN interface ports. Switches in the WAN provide connectivity for voice, data, and video communication. Modems include interface voice-grade services, channel service units/digital service units (CSU/DSUs), and Integrated Services Digital Network (ISDN) services. Communication servers concentrate dial-in and dial-out user communication. (i) 3 bits (iii) 2^5 2 = 30 hosts (iii)

2 12. (i) Router>enable Router#configure terminal Router(config)#hostname Simei Simei(config)#line console 0 Simei(config-line)#password Networking Simei(config-line)#exit (iii) Simei(config)#interface FA 0/0 Simei(config-if)#ip address Simei(config-if)#no shutdown Simei(config-if)#exit Simei(config)#exit 13. (A) Telnet Ping Traceroute (i) Routing protocol used for communication between routers Routed protocol used to direct user traffic (C) Any 3 of the following: types of devices connected router interfaces they are connected to interfaces used to make the connections model numbers of the devices. 14. (A) West(config)#router rip West(config-router)#network West(config-router)#network (A) A lists of conditions applied to traffic travelling across a router s interfaces 8

3 (i) Router#configure terminal Router(config)#access-list 1 permit Router(config)#access-list 1 deny Router(config)#access-list 1 permit any Router(config)#interface FA0/0 Router(config-if)#ip access-group 1 in Mar 2009 Section A 1. A WAN is a data communication network spanning a large geographical area such as a state, province or country. 2. Any of 4 the following: (Chapter 8 page 1) a. Internetwork delay b. Bandwidth c. Reliability d. Load e. Hop count f. MTU 3. show ip protocol 4. (i) Cisco Discovery Protocol(CDP) layer 2 5. (i) 15 routing table 6. overcome large routing loop offer explicit information when a network or network is not accessible 7. Any 2 of the following:(chapter 9 page 1) Respond quickly to network changes Send triggered updates when network change has occurred Use hello mechanism to determine reachability of neighbours 8. (i) below to access-list 2 permit A concentrator is a device that provides a central connection point for cables from workstations, servers, and peripherals. Section B 11. (A) Any 2 of the following: Routers offer many services, including internetworking and WAN interface ports. Switches in the WAN provide connectivity for voice, data, and video communication. Modems include interface voice-grade services, channel service units/digital service units (CSU/DSUs), and Integrated Services Digital Network (ISDN) services. Communication servers concentrate dial-in and dial-out user communication. 9

4 (D) (i) (iii) class C 12. (A) (i) store startup-config file, retain contents when router powered off user EXEC, privileged EXEC Router>enable Router#configure terminal Router(config)#hostname eclab eclab(config)#interface S0 eclab(config-if)#ip address eclab(config-if)#exit 13. (A) (i) static manually entered by administrator and dynamic update through routing protocol link state - common view of entire network and distance vector view network from neighbours perspective. (i) enhanced interior gateway routing protocol Any 2 of the following: Hybrid routing protocol (distance vector that has link-state protocol characteristics). Default composite metric of bandwidth and delay. You can factor load and reliability into the metric. Sends partial route updates only when there are changes. Support for authentication. 14. (A) Jurong(config)#router rip Jurong(config-router)#network Jurong(config-router)#network

5 15. (A) (i) Router#configure terminal Router(config)#access-list 2 permit Router(config)#access-list 2 deny Router(config)#access-list 2 permit any Router(config)#interface FA0/0 Router(config-if)#ip access-group 2 in the continuation of service despite the failure of one or more pieces of equipment Sept 2009 Section A 1. Routers, Switches, Modems, Communication servers 2. (i) Any two of the following: Random access memory (RAM) Nonvolatile random access memory (NVRAM) Flash memory Read only memory (ROM) Interfaces CPU Buses Configuration, Troubleshooting 3. (i) C2600 i 4. (i) Layer 2 data link layer Advertisements 5. Default routes are used to route packets with destinations that do not match any of the other routes in the routing table 6. Any 2 of the followings: RIP IGRP EIGRP 7. Any 2 of the followings: Fast convergence Robustness against routing loops Routers know the topology Link-state packets are sequenced and aged Link-state database sizes can be minimized with careful network design 11

6 8. Internet Control Message Protocol (ICMP) 9. Messages from host are not allowed by the router as the first statement of the access-list deny all traffics from network Load balancing Section B 11. (A) WAN technologies operate at the Physical, Data Link and Network layers of the OSI references model. Number of subnets = 2^n -1 where n is the number of bits used for subneting To get 14 subnets, 4 bits are required (2^4-2 = 14) Subnet mask is Network address of 4th subnet is (A) 256 (i) To change the router name Router>_enable Router#_configure terminal Router(config)#_hostname ITE To set the secret password ITE(config)#_enable secret Aquarius ITE#_exit (iii) To save the active configuration to NVRAM ITE#_copy running-config startup-config ;save configuration file (C) Check Hardware Load IOS image file Find and apply configuration information 13. (A) Ping application layer telnet - network layer traceroute network layer 12

7 (C) Path determination occurs at the network layer The switching function is the internal process used by a router to accept a packet on one interface and forward it to a second interface on the same router. An autonomous system (AS) is a collection of networks under a common administration sharing a common routing strategy 14. (A) Draw and label the physical topology diagram of the above routers connectivity Alpha(config)# router rip configure RIP protocol Alpha(config-router)# network _ ;enter S0 Alpha(config-router)# network ;enter S1 Alpha(config-router)# exit ;exit router configuration (C) Port Number Application 21 ftp 23 telnet 69 tftp 80 http 15. (A) An ACL is a sequential list of permit or deny statements that apply to addresses or upper-layer protocols. or 13

8 ACLs are lists of conditions that are applied to traffic traveling across a router's interface. (i) Router# configure terminal Router(config)# access-list 1 deny host Router(config)# _access-list 1 permit any_ (C) Router(config)# _interface serial S0/0 Router(config-if)# _ip-access group 1 in_ Any 2 of the followings: Intuitively identify an ACL using an alphanumeric name. Eliminate the limit of 798 simple and 799 extended ACLs Named ACLs provide the ability to modify ACLs without deleting and then reconfiguring them. Mar 2010 Section A 1. (i) Wide Area Network LAN interfaces, WAN interfaces, Management ports 2. (i)ram NVRAM 3. Operating System, Configuration File 4. (i)data Link Layer Verification of application layer connectivity, Connecting to remote network devices 5. To define a static route to an IP destination network 6. (i) Inconsistent routing table information setting a maximum hop count 7. Any 2 of the followings: Significant demands on memory and processing resources Requires very strict network design Requires a knowledgeable network administrator Initial flooding can impede network performance 14

9 8. TCP, UDP 9. no access-list Need less ongoing maintenance, Operates at or near the same speed as the network Section B 11. (A) Router Workgroup Switch Modem or CSU/DSU Communication Server (i) 8 subnets 4 bits (iii) /28 (iv) 2^4-2 = 14 (v) 2^4-2 = (A) (i) Setup mode Set the command history buffer size Recall commands Disable the command history feature (i) To set the enable and secret password Simei(config)# enable password Star Simei(config)# enable secret Libra To set the Fast Ethernet ip address Simei(config)# interface E0 Simei(config-if)# ip address Simei(config-if)# no shutdown Simei(config-if)# exit Simei(config)# exit 15

10 (iii) To save the active configuration to NVRAM Simei#_copy running-config startup-config ;save configuration file 13. (A) (i) A routing protocol is the communication used between routers. A routed protocol is used to direct user traffic. Distance Vector, Link State (C) The primary use of CDP is to discover all Cisco devices that are directly connected to a local device 14. (A) Draw and label the physical topology diagram of the above routers connectivity Write the IOS commands to configure EIGRP on router Alpha Green(config)# router eigrp 200 configure EIGRP protocol Green(config-router)# network _ ;enter S0 Green(config-router)# network ;enter S1 Green(config-router)# exit ;exit router configuration (C) Internet Control Message Protocol 15. (A) Host Any (i) Router# configure terminal ;enter configuration mode Router(config)# access-list 1 permit host Router(config)# _access-list 1 deny _ Router(config)# access-list 1 permit any 16

11 Router(config)# _interface serial S0/0 ;change to serial interface S0/0 Router(config-if)# _ip-access group 1 in_ ;apply the ACL (C) deny any Sep 2010 Section A 1. Any of the following 2: International Telecommunication Union-Telecommunication Standardization Sector (ITU-T), International Organization for Standardization (ISO). Internet Engineering Task Force (IETF). Electronic Industries Association (EIA). 2. Any of the following 2: a. Frame relay b. ISDN c. PPP d. HDLC 2. Troubleshooting and configuration 3. a. It will enter setup mode b. Lowest four bits of the configuration register 4. a. Data Link b. The primary use of CDP is to discover all Cisco devices that are directly connected to a local device 5. Static Route 6. a. 15 b. Bandwidth and delay 7. Any 2 of the followings: Gets common view of entire network Calculates the shortest path to other routers Event-triggered updates Passes link state routing updates to other routers 8. a. Internet Control Message Protocol b. Port number 9. ip access-group 10. Firewall hardware is a physical piece of equipment that connects directly to your network. It has a self-contained software layer which works in conjunction with the firewall hardware to deliver maximum network security 17

12 Section B 11. (A) Subnetting is used to divide the network into smaller portion (i) 3 subnets 3 bits (iii) (iv) , , , , , (C)127.x.x.x 12. (A)RAM, ROM, NVRAM, FLASH copy running-config startup-config (C) Router> enable Router# config term Router(config)# line con 0 Router(config-line)# password Virgo Router(config-line)# login Router(config-line)# exit Router(config)# interface S0/0 Router(config-if)# ip address Router(config-if)# no shutdown Router(config-if)# exit Router(config)# exit Router# disable Router> 13. (A) default route is used to route packets with destinations that do not match any of the other routes in the routing table Routing protocol is the communication used between routers (C)link state and distance vector (D)any 2 of the followings: Ping Traceroute telnet 14. (A) 18

13 Virgo(config)# router EIGRP 100 Virgo(config-router)# network Virgo(config-router)# network Virgo(config-router)# exit (C)(i)TCP is more reliable UDP is fastest 15. (A)ACLs are lists of conditions that are applied to traffic travelling across a router s interface (i) Router# config term Router(config)# access-list 2 permit Router(config)# access-list 2 deny Router(config)# access-list 2 permit any Router(config)# interface FA0/0 Router(config-if)# ip access-group 2 out (C)Extended ACLs are used more often than standard ACLs because they provide a greater range of control Mar 2011 Section A 1. Any 2 of the followings: Routers Switches Modems Communication servers 2. Flash memory is used for storage of a full Cisco software image 3. user Exec and privileged Exec 4. The primary use of COP is to discover all Cisco devices that are directly connected to a local device. 5. Any 2 of the followings: Ping Traceroute telnet 19

14 6. Any 2 of the followings: RIP IGRP EIGRP 7. Any 2 of the followings: Fast convergence. Robustness against routing loop Link-state packets are sequenced and aged The link-state database sizes can be minimized with careful network design. Routers know the topology. 8. (i) Any 2 of the followings: access-list 1 permit access-list 1 permit host access-list 1 permit In computer networking, load balancer is used to spread work between two or more computers, network links, CPUs, Hard drives or other resources Section B 11. (A)physical, data link and network (i)10 bits (iii)62 (iv) (A)Check hardware, find and load IOS image file, find and apply configuration file BBC(config)# enable password pass BBC(config)# enable secret cisco BBC(config)# interface FAO or FastEthernet 0 BBC(config-if)# ip address BBC(config-if)# no shutdown BBC(config-if)# exit BBC(config)# exit BBC# copy running-config startup-config 13. (A)any 3 of the followings: Type of devices connected Any Router interfaces they are connected to Interfaces used to make the connections marks Model number of the devices A routing protocol is the communication between routers, sharing of information regarding the network it knows about as well as its proximity to other routers. A routed protocol is used to direct user traffic which provides enough information in its network layer address to allow a packet to be forwarded from one host to another based on the addressing scheme. 20

15 (C)distance vector and link state 14. (A) ACLs are lists of conditions that are applied to traffic trave, across a router's interface. These lists tell the router what types of packets to accept or deny (C) ITE West(config)# router rip ITE West(config-router)# network ITE West(config-router)# network ITE West(config-router)# exit 15. (A)Any 2 of the followings: Intuitively identify an ACL using an alphanumeric name Eliminate the limit of standard and extended ACLs Named ACLs modifies ACLs without deleting and reconfiguring each of them. Router# configure terminal or config term Router(config)# access-list 1 deny host Router(config)# access-list 1 deny host Router(config)# access-list 1 permit Router(config)# interface FAO Router(config-if)# ip access-group 1 in (C) deny any 21

SEMESTER 2 Chapter 1 Planning and Cabling a Network V 4.0

SEMESTER 2 Chapter 1 Planning and Cabling a Network V 4.0 SEMESTER 2 Chapter 1 Planning and Cabling a Network V 4.0 135 points 1.1.1 What are the common components between a router and other computers? CPU RAM ROM Operating System 1.1.1.2 What does a router connect?

More information

Lab Configuring OSPF Timers 2500 Series

Lab Configuring OSPF Timers 2500 Series Lab 2.3.5 Configuring OSPF Timers 2500 Series Objective Setup an IP addressing scheme for OSPF area. Configure and verify OSPF routing. Modify OSPF interface timers to adjust efficiency of network. Background/Preparation

More information

Chapter 4: Routing Concepts. Routing & Switching

Chapter 4: Routing Concepts. Routing & Switching Chapter 4: Routing Concepts Routing & Switching Routers are Computers Routers are specialized computers containing the following required components to operate: Central processing unit (CPU) Operating

More information

Lab Configuring OSPF Authentication 2500 Series

Lab Configuring OSPF Authentication 2500 Series Lab 2.3.4 Configuring OSPF Authentication 2500 Series Objective Setup an IP addressing scheme for Open Shortest Path First (OSPF) area. Configure and verify OSPF routing. Introduce OSPF authentication

More information

Introduction to Routing and Packet Forwarding

Introduction to Routing and Packet Forwarding Introduction to Routing and Packet Forwarding Routing Protocols and Concepts 1 Objectives Identify a router as a computer with an OS and hardware designed for the routing process. Demonstrate the ability

More information

Lab Verifying NAT and PAT Configuration

Lab Verifying NAT and PAT Configuration Lab 1.1.5 Verifying NAT and PAT Configuration Objective Configure a router for Network Address Translation (NAT) and Port Address Translation (PAT) Test the configuration and verify NAT/PAT statistics

More information

Final exam study Guide

Final exam study Guide Final exam study Guide K-1A * In relationship to the OSI layer model and encapsulation/decapsulation process, what happen to a packet that travels through multiple hops of routers? - What happen to the

More information

TELECOMMUNICATION MANAGEMENT AND NETWORKS

TELECOMMUNICATION MANAGEMENT AND NETWORKS QUAID-E-AWAM UNIVERSITY OF ENGINEERING SCIENCE AND TECHNOLOGY, NAWABSHAH TELECOMMUNICATION MANAGEMENT AND NETWORKS LAB # 3 CONFIGURING INTERFACES OF ROUTER AND SWITCH Topology Diagram Addressing Table

More information

Lab 1.1.4a Configuring NAT

Lab 1.1.4a Configuring NAT Lab 1.1.4a Configuring NAT Objective Configure a router to use network address translation (NAT) to convert internal IP addresses, typically private addresses, into outside public addresses. Background/Preparation

More information

CCNA relevante Befehle

CCNA relevante Befehle CCNA relevante Befehle router>enable Password: router#disable router>en Password: router#configure terminal router(config)#exit router#show arp router#show flash: all router#show history router#show interfaces

More information

Lab 1.1.4c Configuring Static NAT Addresses

Lab 1.1.4c Configuring Static NAT Addresses Lab 1.1.4c Configuring Static NAT Addresses Objective Configure a router to use network address translation (NAT) to convert internal IP addresses, typically private addresses, into outside public addresses.

More information

Antonio Cianfrani. Packet Tracer

Antonio Cianfrani. Packet Tracer Antonio Cianfrani Packet Tracer Packet Tracer (1/2) Packet Tracer? Cisco Packet Tracer is a software able to emulate CISCO networking devices. Packet Tracer features: Allows to create network topologies

More information

Lab Manual. ISC 350 (Networks and Telecommunication) Information Technology Solutions. Prepared by: Eng. Altaf Al Farhan.

Lab Manual. ISC 350 (Networks and Telecommunication) Information Technology Solutions. Prepared by: Eng. Altaf Al Farhan. Kuwait University Information Technology Solutions College of Computing Sciences and Engineering Department of Information Science Lab Manual ISC 350 (Networks and Telecommunication) Prepared by: Eng.

More information

This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and

This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and exclusive use by instructors in the CCNA Exploration:

More information

CCNA Cisco Certified Network Associate CCNA (v3.0)

CCNA Cisco Certified Network Associate CCNA (v3.0) CCNA Cisco Certified Network Associate CCNA (v3.0) Cisco 200-125 Dumps Available Here at: /cisco-exam/200-125-dumps.html Enrolling now you will get access to 455 questions in a unique set of 200-125 dumps

More information

CCNA EXPLORATION V4.0 ROUTING PROTOCOLS AND CONCEPTS ACCESSIBLE INSTRUCTOR MATERIALS POWERPOINT OBJECTIVES

CCNA EXPLORATION V4.0 ROUTING PROTOCOLS AND CONCEPTS ACCESSIBLE INSTRUCTOR MATERIALS POWERPOINT OBJECTIVES CCNA EXPLORATION V4.0 ROUTING PROTOCOLS AND CONCEPTS ACCESSIBLE INSTRUCTOR MATERIALS Prepared by Cisco Learning Institute June 23, 2008 Chapter 1 Introduction to Routing and Packet Forwarding Objectives

More information

Which of the following are primary functions of a router? (Choose two.) - packet switching - path selection

Which of the following are primary functions of a router? (Choose two.) - packet switching - path selection Which three statements are true regarding the encapsulation and de-encapsulation of packets when traveling through a router? (Choose three.) - The router modifies the TTL field, decrementing it by one.

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

Lab Command Modes and Router Identification. Objective. Background/Preparation. Step 1 Login to the router in user EXEC mode

Lab Command Modes and Router Identification. Objective. Background/Preparation. Step 1 Login to the router in user EXEC mode Lab 3.1.2 Command Modes and Router Identification Objective Identify basic router modes of user EXEC and privileged EXEC. Use commands to enter specific modes. Become familiar with the router prompt for

More information

CCNA 1 Final Exam Answers UPDATE 2012 eg.2

CCNA 1 Final Exam Answers UPDATE 2012 eg.2 CCNA 1 Final Exam Answers UPDATE 2012 eg.2 January 12th, 2012AdminLeave a commentgo to comments 1. When must a router serial interface be configured with the clock rate command? when the interface is functioning

More information

This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and

This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and exclusive use by instructors in the CCNA 2: Routers

More information

Lab Configuring IGRP Instructor Version 2500

Lab Configuring IGRP Instructor Version 2500 Lab 7.3.5 Configuring IGRP Instructor Version 2500 Objective Setup IP an addressing scheme using class C networks. Configure IGRP on routers. Background/Preparation Cable a network similar to the one in

More information

CCNA2 Chapter 1 Practice

CCNA2 Chapter 1 Practice CCNA2 Chapter 1 Practice Where should a crossover UTP cable be used? (Choose 2) To connect two PCs together directly. To connect a router to an Ethernet switch. To connect a PC to an Ethernet switch. To

More information

Lab Hot Standby Router Protocol

Lab Hot Standby Router Protocol Lab 6.5.1 Hot Standby Router Protocol Objective Scenario Step 1 Step 2 Configure Hot Standby Router Protocol (HSRP) on a pair of routers to provide redundant router services to a network. Two routers are

More information

OSPF single area configuration lab on packet tracer

OSPF single area configuration lab on packet tracer OSPF single area configuration lab on packet tracer This OSPF lab is created in packet tracer and you will learn the OSPF single area configuration from this lab. Configuring the OSPF Routing Process This

More information

CISCO EXAM QUESTIONS & ANSWERS

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

More information

8. Refer to the exhibit. The ORL router is unable to form a neighbor relationship with the JAX router. What is a possible cause of this problem?

8. Refer to the exhibit. The ORL router is unable to form a neighbor relationship with the JAX router. What is a possible cause of this problem? 1. Refer to the exhibit. A new PC was deployed in the Sales network. It was given the host address of 192.168.10.31 with a default gateway of 192.168.10.17. The PC is not communicating with the network

More information

Smart Serial. Show interfaces. Shut down. logging synchronous

Smart Serial. Show interfaces. Shut down. logging synchronous SEMESTER 2 Chapter 2 Static Networking V 4.0 2.1.1 What are the primary responsibilities of the router? 2.1.3 What is the first serial connector described called at the router end? What is the first serial

More information

CCNA Explorer 1 Chapter 11 Configuring & Testing Your Network

CCNA Explorer 1 Chapter 11 Configuring & Testing Your Network CCNA Explorer 1 Chapter 11 Configuring & Testing Your Network 11.1.1 What is the system software in Cisco devices? The Cisco IOS provides devices with what network services? How is the IOS generally accessed?

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

LAB MANUAL for Computer Network

LAB MANUAL for Computer Network LAB MANUAL for Computer Network CSE-310 F Computer Network Lab L T P - - 3 Class Work : 25 Marks Exam : 25 MARKS Total : 50 Marks This course provides students with hands on training regarding the design,

More information

Lab Troubleshooting Routing Issues with debug Instructor Version 2500

Lab Troubleshooting Routing Issues with debug Instructor Version 2500 Lab 9.3.7 Troubleshooting Routing Issues with debug Instructor Version 2500 Objective Utilize a systematic OSI troubleshooting process to diagnose routing problems. Use various show commands to gather

More information

Section 6. Implementing EIGRP ICND2

Section 6. Implementing EIGRP ICND2 ICND2 Section 6 Implementing EIGRP Enhanced Interior Gateway Routing Protocol (EIGRP) was introduced in Cisco IOS Release 9.21 as an enhancement to the limitations of IGRP. IGRP was developed by Cisco

More information

Static Routing. Routing Protocols and Concepts Chapter 2. ITE PC v4.0 Chapter Cisco Systems, Inc. All rights reserved.

Static Routing. Routing Protocols and Concepts Chapter 2. ITE PC v4.0 Chapter Cisco Systems, Inc. All rights reserved. Static Routing Routing Protocols and Concepts Chapter 2 1 Objectives Define the general role a router plays in networks. Describe the directly connected networks, different router interfaces Examine directly

More information

Lab Multigroup Hot Standby Router Protocol

Lab Multigroup Hot Standby Router Protocol Lab 6.2.2.2 Multigroup Hot Standby Router Protocol Objective Scenario Step 1 Configure Multigroup Hot Standby Router Protocol (MHSRP) on a pair of routers to provide redundant router services to a network.

More information

Lab Hot Standby Router Protocol

Lab Hot Standby Router Protocol Lab 6.2.2.1 Hot Standby Router Protocol Objective Scenario Configure Hot Standby Router Protocol (HSRP) on a pair of routers to provide redundant fault tolerant router services to a network. Two routers

More information

GuideTorrent. The best excellent exam certification guide torrent and dumps torrent provider

GuideTorrent.  The best excellent exam certification guide torrent and dumps torrent provider GuideTorrent http://www.guidetorrent.com The best excellent exam certification guide torrent and dumps torrent provider Exam : 200-125 Title : CCNA Cisco Certified Network Associate CCNA (v3.0) Vendor

More information

KIM DONNERBORG / RTS. Cisco Lab Øvelse Af Kim Donnerborg / RTS. Side 0 af 8

KIM DONNERBORG / RTS. Cisco Lab Øvelse Af Kim Donnerborg / RTS. Side 0 af 8 KIM DONNERBORG / RTS Side 0 af 8 INDHOLDSFORTEGNELSE Lab: Basic Router Configuration... 2 Topology Diagram... 2 Addressing Table... 2 Learning Objectives... 2 Scenario... 2 Task 1: Cable the Network....

More information

outing and Switching Elective : Le

outing and Switching Elective : Le Routing and Switching Elective : Lecture Notes Nepal Engineering College Compiled by: Junior Professor: Daya Ram Budhathoki Nepal Engineering college, Changunarayan Chapters covered: Cabling Router Configuration

More information

Lab 2.8.1: Basic Static Route Configuration

Lab 2.8.1: Basic Static Route Configuration Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway R1 Fa0/0 172.16.3.1 255.255.255.0 N/A S0/0/0 172.16.2.1 255.255.255.0 N/A Fa0/0 172.16.1.1 255.255.255.0 N/A R2

More information

Lab Establishing and Verifying a Telnet Connection Instructor Version 2500

Lab Establishing and Verifying a Telnet Connection Instructor Version 2500 Lab 4.2.2 Establishing and Verifying a Telnet Connection Instructor Version 2500 Objective Establish a Telnet connection to a remote router. Verify that the application layer between source and destination

More information

Lab Capturing and Analyzing Network Traffic

Lab Capturing and Analyzing Network Traffic Lab 1.2.2 Capturing and Analyzing Network Traffic Host Name IP Address Fa0/0 Subnet Mask IP Address S0/0/0 Subnet Mask Default Gateway RouterA 172.17.0.1 255.255.0.0 192.168.1.1 (DCE) 255.255.255.0 N/A

More information

CCNA IP ROUTING. Revision no.: PPT/2K605/03

CCNA IP ROUTING. Revision no.: PPT/2K605/03 CCNA 640-801 IP ROUTING Revision no.: PPT/2K605/03 Routing Basics The term routing is used for taking a packet from one device and sending it through the network to another device on a different network.

More information

Cisco Exam Questions & Answers

Cisco Exam Questions & Answers Questions & Answers Number: 200-120 Passing Score: 821 Time Limit: 120 min File Version: 28.8 http://www.gratisexam.com/ Questions & Answers Exam Name: CCNA Cisco Certified Network Associate CCNA (803)

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

The Quickest Way To Get Certified TestKing's Interconnecting Cisco Networking Devices Exam (ICND ) Version 9.

The Quickest Way To Get Certified TestKing's Interconnecting Cisco Networking Devices Exam (ICND ) Version 9. WWW.REAL-EXAMS.NET The Quickest Way To Get Certified 640-811 TestKing's Interconnecting Cisco Networking Devices Exam (ICND ) Version 9.0 WWW.REAL-EXAMS.NET This Study Guide has been carefully written

More information

Building the Routing Table. Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles

Building the Routing Table. Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles Building the Routing Table Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles Introducing the Routing Table R1# show ip route Codes: C - connected,

More information

Lab 1. CLI Navigation. Scenario. Initial Configuration for R1

Lab 1. CLI Navigation. Scenario. Initial Configuration for R1 Lab 1 CLI Navigation This lab covers the most basic skills for accessing and using the command-line interface (CLI) on a Cisco router or switch. Many of the small, picky details of how the CLI works cannot

More information

Module 9, Assignment 7

Module 9, Assignment 7 Module 9, Assignment 7 7.2.3 Control Router via Console (in Packet Tracer) 1. Prepare a Cisco 1841 Router (see figure 6-9). 2. Prepare a PC for administration. 3. Prepare a console cable and plug the serial

More information

CISCO Cisco Certified Network Associate 229 Q&A. Version 2.83

CISCO Cisco Certified Network Associate 229 Q&A. Version 2.83 CISCO 640-802 Cisco Certified Network Associate 229 Q&A Version 2.83 Important Note, Please Read Carefully Other ExamWorx products A) Offline Testing engine Use the offline Testing engine product topractice

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

SEMESTER 2 Chapter 3 Introduction to Dynamic Routing Protocols V 4.0

SEMESTER 2 Chapter 3 Introduction to Dynamic Routing Protocols V 4.0 SEMESTER 2 Chapter 3 Introduction to Dynamic Routing Protocols V 4.0 3.1.1 What are the four routing RIP, RIPv2, EIGRP, OSPFv2 protocols that are the focus of this course? 3.1.1.2 What are routing protocols?

More information

Lab Troubleshooting RIP

Lab Troubleshooting RIP Lab 7.2.6 Troubleshooting RIP Objective Set up an IP addressing scheme using class B networks. Configure RIP on routers. Observe routing activity using the debug ip rip command. Examine routes using the

More information

1. Which OSI layers offers reliable, connection-oriented data communication services?

1. Which OSI layers offers reliable, connection-oriented data communication services? CCNA 1 Practice Final Exam Answers v4.0 100% 1. Which OSI layers offers reliable, connection-oriented data communication services? application presentation session transport network 2. Refer to the exhibit.

More information

CCENT Practice Certification Exam # 2 - CCNA Exploration: Accessing the WAN (Version 4.0)

CCENT Practice Certification Exam # 2 - CCNA Exploration: Accessing the WAN (Version 4.0) CCENT Practice Certification Exam # 2 - CCNA Exploration: Accessing the WAN (Version 4.0) 1. Data is being sent from a source PC to a destination server. Which three statements correctly describe the function

More information

Interconnecting Cisco Networking Devices Part 1

Interconnecting Cisco Networking Devices Part 1 ICND1 Interconnecting Cisco Networking Devices Part 1 Volume 2 Version 1.0 Student Guide Editorial, Production, and Web Services: 07.25.07 DISCLAIMER WARRANTY: THIS CONTENT IS BEING PROVIDED AS IS. CISCO

More information

Lab b Standard ACLs Instructor Version 2500

Lab b Standard ACLs Instructor Version 2500 Lab 11.2.1b Standard ACLs Instructor Version 2500 Objective Scenario Plan, configure, and apply a standard ACL to permit or deny specific traffic and test the ACL to determine if the desired results were

More information

Chapter 11. Configuring and Testing Your Network

Chapter 11. Configuring and Testing Your Network Chapter 11 Configuring and Testing Your Network CCNA1-1 Chapter 11 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor, Ontario.

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

Lab Configuring Legacy DDR

Lab Configuring Legacy DDR Lab 4.3.2 Configuring Legacy DDR Objective Configure an ISDN router to make a legacy dial-on-demand routing (DDR) call to another ISDN capable router. When the DDR connection is successfully made, augment

More information

Lab 4.2.5a Connectivity Tests Ping

Lab 4.2.5a Connectivity Tests Ping Lab 4.2.5a Connectivity Tests Ping Objective Use the ping command to send ICMP datagrams to target host. Verify that the network layer between source and destination is working properly. Retrieve information

More information

Cisco 6 Routers. Andrew Hamilton John Mistichelli with Bryant G. Tow. San Francisco Paris Düsseldorf Soest London SYBEX

Cisco 6 Routers. Andrew Hamilton John Mistichelli with Bryant G. Tow. San Francisco Paris Düsseldorf Soest London SYBEX Cisco 6 Routers. Andrew Hamilton John Mistichelli with Bryant G. Tow O SYBEX San Francisco Paris Düsseldorf Soest London Introduction xviii Part 1 Up and Running 1 Chapter 1 A Brief Review of the OSI Model

More information

2. Which two functions of the OSI model occur at layer two? (Choose two.) physical addressing encoding routing cabling media access control

2. Which two functions of the OSI model occur at layer two? (Choose two.) physical addressing encoding routing cabling media access control 1. Which of the following are the address ranges of the private IP addresses? (Choose three.) 10.0.0.0 to 10.255.255.255 200.100.50.0 to 200.100.25.255 150.150.0.0 to 150.150.255.255 172.16.0.0 to 172.31.255.255

More information

Lab VTY Restriction Instructor Version 2500

Lab VTY Restriction Instructor Version 2500 Lab 11.2.6 VTY Restriction Instructor Version 2500 NOTE: The loopback entry in this graphic is not required in the lab. Objective Scenario Use the access-class and line commands to control Telnet access

More information

BTEC Level 3 Extended Diploma

BTEC Level 3 Extended Diploma BTEC Level 3 Extended Diploma Unit 9 Computer Network Routing and Routing Protocols BTEC Level 3 Extended Diploma Introduction to Routing Routing is the process that a router uses to forward packets toward

More information

Lab b Simple Extended Access Lists

Lab b Simple Extended Access Lists Lab 11.2.2b Simple Extended Access Lists 1-7 CCNA 2: Simple Extended Access Lists v 3.1 - Lab 11.2.2b Copyright 2003, Cisco Systems, Inc. Objective Scenario In this lab, configuring extended access lists

More information

1.4.1 Introductory Lab 1: Getting Started and Building Start.TXT

1.4.1 Introductory Lab 1: Getting Started and Building Start.TXT 1.4.1 Introductory Lab 1: Getting Started and Building Start.TXT Objective This lab introduces the CCNP lab equipment and certain IOS features that might be new to you. This introductory activity also

More information

Network Cable : Configure & Verifying Cross-Over Cable. Network Profile: Network Discovery, File and Printer sharing

Network Cable : Configure & Verifying Cross-Over Cable. Network Profile: Network Discovery, File and Printer sharing Lab # Lab 1 Lab 2 Lab 3 Lab 4 Lab 5 Lab 6 Lab 7 Lab 8 Lab 9 Lab 10 Lab 11 Lab 12 Lab 13 Lab 14 Lab 15 Lab 16 Lab 17 Lab 18 Lab 19 Lab 20 Lab 21 Lab 22 Lab 23 Topic LAN Card: Check Speed, Enable/Disable.

More information

Cisco IOS Configuration Basics

Cisco IOS Configuration Basics Cisco IOS Configuration Basics Switching Router Overview Router configuration controls the operation of the router s: Interface IP address and netmask Routing information (static, dynamic or default) Boot

More information

exam. Number: Passing Score: 800 Time Limit: 120 min CISCO Interconnecting Cisco Networking Devices Part 1 (ICND)

exam. Number: Passing Score: 800 Time Limit: 120 min CISCO Interconnecting Cisco Networking Devices Part 1 (ICND) 100-105.exam Number: 100-105 Passing Score: 800 Time Limit: 120 min CISCO 100-105 Interconnecting Cisco Networking Devices Part 1 (ICND) Exam A QUESTION 1 Which route source code represents the routing

More information

Lab Troubleshooting Routing Issues with show ip route and show ip protocols Instructor Version 2500

Lab Troubleshooting Routing Issues with show ip route and show ip protocols Instructor Version 2500 Lab 9.3.5 Troubleshooting Routing Issues with show ip route and show ip protocols Instructor Version 2500 Objective Use the show ip route and show ip protocol commands to diagnose a routing configuration

More information

Routing Overview. Information About Routing CHAPTER

Routing Overview. Information About Routing CHAPTER 21 CHAPTER This chapter describes underlying concepts of how routing behaves within the ASA, and the routing protocols that are supported. This chapter includes the following sections: Information About

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

Before you start the lab exercises see the lab administrator or EEE3080F tutor to get assigned to your routers.

Before you start the lab exercises see the lab administrator or EEE3080F tutor to get assigned to your routers. EEE00F Lab Basics of the Network Lab Student Lab Manual Before you start the lab exercises see the lab administrator or EEE00F tutor to get assigned to your routers. Contents. Resources used in the labs...

More information

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks This module describes how to configure basic IP routing. The Internet Protocol (IP) is a network layer (Layer 3) protocol that contains addressing information and some control information that enables

More information

CCNA Exploration Network Fundamentals

CCNA Exploration Network Fundamentals CCNA Exploration 4.0 1. Network Fundamentals The goal of this course is to introduce you to fundamental networking concepts and technologies. These online course materials will assist you in developing

More information

Lab Troubleshooting Using traceroute Instructor Version 2500

Lab Troubleshooting Using traceroute Instructor Version 2500 Lab 9.3.4 Troubleshooting Using traceroute Instructor Version 2500 294-833 CCNA 2: Routers and Routing Basics v 3.1 - Lab 9.3.4 Copyright 2003, Cisco Systems, Inc. Objective Use the traceroute Cisco IOS

More information

Configuring IPv4 Broadcast Packet Handling

Configuring IPv4 Broadcast Packet Handling Configuring IPv4 Broadcast Packet Handling Finding Feature Information Configuring IPv4 Broadcast Packet Handling Last Updated: April 12, 2011 This module explains what IPv4 broadcast packets are, when

More information

Configuring PPP over Ethernet with NAT

Configuring PPP over Ethernet with NAT CHAPTER 3 The Cisco Secure Router 520 Ethernet-to-Ethernet routers support Point-to-Point Protocol over Ethernet (PPPoE) clients and network address translation (NAT). Multiple PCs can be connected to

More information

2008 NDP Lectures 7 th Semester

2008 NDP Lectures 7 th Semester 2008 NDP Lectures 7 th Semester Neeli R. Prasad, Associate Professor Head of Wireless Security and Sensor Networks Group Networking and Security Aalborg University Niels Jernes Vej 12, 9220 Aalborg East,

More information

Sybex CCENT Chapter 12: Security. Instructor & Todd Lammle

Sybex CCENT Chapter 12: Security. Instructor & Todd Lammle Sybex CCENT 100-101 Chapter 12: Security Instructor & Todd Lammle Chapter 12 Objectives The CCENT Topics Covered in this chapter include: IP Services Describe the types, features, and applications of ACLs

More information

Claim desired outcome

Claim desired outcome Assessment Authoring - Table of Specification (TOS) The Table of Specification (TOS) is a high-level design template for a given assessment. It identifies the claims, components skills, targeted number

More information

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks This module describes how to configure basic IP routing. The Internet Protocol (IP) is a network layer (Layer 3) protocol that contains addressing information and some control information that enables

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

Integrated IS-IS CHAPTER 4. ISO Network Entity Title (NET)

Integrated IS-IS CHAPTER 4. ISO Network Entity Title (NET) CHAPTER 4 Integrated IS-IS This chapter provides information and commands concerning the following Intermediate System-to-Intermediate System (IS-IS) topics: ISO Network Entity Title (NET) Rules for creating

More information

SOHO. A Case Study. Case Study: SOHO

SOHO. A Case Study. Case Study: SOHO SOHO A Case Study Authors: Mary Hawkins & Patrick Neff - 2006 Page 1 of 21 Core Area These routers connect to the various offices and to the core router to ensure that all offices are able to connect to

More information

Lab Configuring Dialer Profiles

Lab Configuring Dialer Profiles Lab 4.3.7 Configuring Dialer Profiles Objective Configure ISDN Dialer Profiles on the routers enabling a dial-on-demand routing (DDR) call to be made from two remote routers simultaneously into a central

More information

Lab Backing up Configuration Files Instructor Version 2500

Lab Backing up Configuration Files Instructor Version 2500 Lab 3.2.9 Backing up Configuration Files Instructor Version 2500 Objective Demonstrate the capture of the running configuration of a router to an ASCII text file with HyperTerminal. Edit or modify the

More information

Lab 3: Basic Device Configuration

Lab 3: Basic Device Configuration Lab 3: Basic Device Configuration University of Jordan Faculty of Engineering & Technology Computer Engineering Department Computer Networks Laboratory 907528 2 Lab 3: Basic Device Configuration **Given

More information

CS356 Lab NIL (Lam) In this lab you will learn: Cisco 2600 Router Configuration Static Routing PartB 20 min Access Control Lists PartC 30 min Explore!

CS356 Lab NIL (Lam) In this lab you will learn: Cisco 2600 Router Configuration Static Routing PartB 20 min Access Control Lists PartC 30 min Explore! CS356 Lab NIL (Lam) In this lab you will learn: PartA Time: 2 hrs 40 min Cisco 2600 Router Configuration Static Routing PartB 20 min Access Control Lists PartC 30 min Explore! Components used: 2 computers

More information

Lab Troubleshooting IP Address Issues Instructor Version 2500

Lab Troubleshooting IP Address Issues Instructor Version 2500 Lab 4.2.6 Troubleshooting IP Address Issues Instructor Version 2500 Objective Configure two routers and two workstations in a small WAN. Troubleshoot problems introduced by incorrect configurations. Background/Preparation

More information

CCNA 1 Chapter 11 V4.0 Answers

CCNA 1 Chapter 11 V4.0 Answers CCNA 1 Chapter 11 V4.0 Answers 1. Refer to the exhibit. What command will place the router into the correct mode to configure an appropriate interface to connect to a LAN? UBAMA# configure terminal UBAMA(config)#

More information

OSI Model with Protocols. Layer Name PDU Address Protocols Device

OSI Model with Protocols. Layer Name PDU Address Protocols Device NetEss Name: Networking Essentials Prof. CHIN OSI Model with Protocols Layer Name PDU Address Protocols Device 7 Application Data FTP, SSH, Telnet, SMTP, DNS TFTP,HTTP, POP3, IMAP, HTTPS 6 Presentation

More information

Education by Simulation Sequential Labs For CCNA

Education by Simulation Sequential Labs For CCNA Education by Simulation Sequential Labs For CCNA Copyright 2004 Boson. All Rights Reserved. No part of this copyrighted document or related copyrighted software may be reproduced, transmitted, translated,

More information

Basic IOS Configuration and Basic Serial WAN Connectivity

Basic IOS Configuration and Basic Serial WAN Connectivity 3............................................. Basic IOS Configuration and Basic Serial WAN Connectivity 1. In which of the following modes in Cisco s IOS can you issue show commands? (Choose two.) A.

More information

PRACTICAL ROUTERS and SWITCHES for ENGINEERS and TECHNICIANS

PRACTICAL ROUTERS and SWITCHES for ENGINEERS and TECHNICIANS PRACTICAL ROUTERS and SWITCHES for ENGINEERS and TECHNICIANS Objectives At the end of this workshop participants will: Be able to configure, maintain and manage routers have a clear practical understanding

More information

Configuring PPP over Ethernet with NAT

Configuring PPP over Ethernet with NAT This chapter provides an overview of Point-to-Point Protocol over Ethernet (PPPoE) clients and network address translation (NAT) that can be configured on the Cisco 819, Cisco 860, Cisco 880, and Cisco

More information

Chapter 7: Routing Dynamically. Routing & Switching

Chapter 7: Routing Dynamically. Routing & Switching Chapter 7: Routing Dynamically Routing & Switching The Evolution of Dynamic Routing Protocols Dynamic routing protocols used in networks since the late 1980s Newer versions support the communication based

More information

Chapter 5 RIP version 1

Chapter 5 RIP version 1 Cisco CCNA 2 Exploration - Routing Chapter 5 RIP version 1 João José jjose@ualg.pt http://w3.ualg.pt/~jjose/cisco/ Based on: Graziani, R. (2008) CIS 82 Routing Theory and Concepts RIPv1: A Distance Vector,

More information

CS 326e Lab 2, Edmondson-Yurkanan, Spring 2004 Router Configuration, Routing and Access Lists

CS 326e Lab 2, Edmondson-Yurkanan, Spring 2004 Router Configuration, Routing and Access Lists CS 326e Lab 2, Edmondson-Yurkanan, Spring 2004 Router Configuration, Routing and Access Lists Name: In this lab you will learn: PartA Cisco 2600 Router Configuration Static Routing PartB 20 min Dynamic

More information