LAN Connections.

Slides:



Advertisements
Similar presentations
 WAN uses Serial ports  Ethernet Ports:  Straight through  Cross over.
Advertisements

1 Passwords and Banners Cisco Devices Packet Tracer.
CCNA2-1 Chapter 1 Introduction to Routing and Packet Forwarding CLI Configuration and Addressing.
Ver 1,12/09/2012Kode :CIJ 340,Jaringan Komputer Lanjut FASILKOM Routing Protocols and Concepts – Chapter 2 Static Routing CCNA.
InterVLAN Routing. Overview VLANs control broadcast domain size and keep local traffic local.
CCNA 2 v3.1 Module 2.
Wireless Network Security Lab Last Update Copyright 2011 Kenneth M. Chipps Ph.D.
IP ROUTING -1 STATIC ROUTING DEFAULT ROUTING.  A routing protocol is used by routers to dynamically find all the networks in the internetwork and to.
Chapter 11 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Configure a router with a basic configuration  Configure.
Basic Router Configuration Warren Toomey GCIT. Introduction A Cisco router is simply a computer that receives packets and forwards them on based on what.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Static Routing Routing Protocols and Concepts – Chapter 2.
Packet Tracer: Novice Session
CISCO ROUTER.  The Cisco router IOS  Enhanced editing  Administrative functions  Hostnames  Banners  Passwords  Interface descriptions  Verifying.
Packet Tracer 4.1: Novice Session
1 © 2005 Cisco Systems, Inc. All rights reserved. Session Number Presentation_ID Cisco Confidential Packet Tracer v6.01 Tutorial.
Starting the switch Configuring the Switch
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 3 v3.0 Module 6 Switch Configuration.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 3 v3.0 Module 6 Switch Configuration Cisco Networking Academy.
1 CCNA 3 v3.1 Module 6 Switch Configuration Claes Larsen, CCAI.
Special Project Group 03 Chintan Shah Nisharg Patel Cynthia York.
CCNA 3 Week 6 Switch Configuration. Copyright © 2005 University of Bolton Physical Details Available in variety of sizes –12 port, 16 port, up to 48 port.
Cisco Router Hardware Software overview. In this lecture we will investigate an overview of Cisco router hardware and software. We will first turn our.
CCNA3 v3 Module 6 v3 CCNA 3 Module 6 JEOPARDY K. Martin.
1 Version 3.0 Module 6 Switch Configuration. 2 Version 3.0 Switches Contain: –CPU –RAM –Operating System.
1 Router Fundamentals (Ref. CCNA5 Introduction to Networks 2.1, 6.3)
CISCO PACKET TRACER By:- Ankita Rawat Sohit Mehta Sukhwinder Singh.
Will learn to use router modes and configuration methods to update a router's configuration file with current and prior versions of Cisco Internetwork.
Cisco Router IOS M Clements. 20-Jan-16 IOS Version - choice and deployment 2 This week …… Cisco IOS versions IOS Features Choosing an IOS IOS upgrade.
CN2668 Routers and Switches Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, A+
Configuring a Router Module 3 Semester 2. Router Configuration Tasks Name a router Set passwords Examine show commands Configure a serial interface Configure.
Cisco I Introduction to Networks Semester 1 Chapter 6 JEOPADY.
Introduction to networking (Yarnfield) Configure a router.
Cisco Routers & IOS Introduction. Router Interface ● Serial cable ● Command line interface ● Efficient ● Fast ● Universal across all Cisco equipment ●
Configuring Network Devices
Instructor Materials Chapter 8 Configuring Cisco Devices
Instructor Materials Chapter 2: Scaling VLANs
Instructor Materials Chapter 6: Network Layer
IP Routing using Packet Tracer Simulator
WAN Connections.
Connecting Four PCs using a Hub and a Switch
IFIP-UNU ADVANCED COURSE ON NETWORKING AND SECURITY Module II-Wireless Communications Section 5 Access Points.
Instructor Materials Chapter 2: Configure a Network Operating System
Basic router configuration
Switch Commands.
Chapter 2: Configure a Network Operating System
Lec 3: Introduction to Switched Networks
GNS3.
How to Use Packet Tracer
Introduction to Cisco IOS -(Internetwork Operating System)
Chapter 6: Network Layer
Router configuration Router Router’s Functions : 1- IP addressing .
Chapter 5: Switch Configuration
Instructor & Todd Lammle
Cisco Switching Basics
Introduction to Networking
Basic configuration of a switch in packet tracer
Chapter 2: Scaling VLANs
Chapter 2: Introduction to Switched Networks
Chapter 2: Introduction to Switched Networks
Chapter 5: Switch Configuration
Net 412 (Practical Part) LAB 5-port security
Chapter 2: Configure a Network Operating System
Configuring a Router Module 3 Semester 2.
Routing Protocols and Concepts – Chapter 2
Chapter 5: Switch Configuration
Chapter 2: Scaling VLANs
Fundamentals of Computer Networks
Introduction to Cisco IOS -(Internetwork Operating System)
資訊網路專題 Router & Practice
Routers and Routing Basics Review
Presentation transcript:

LAN Connections

Exploring the Functions of Routing A router provides connectivity between two logical networks. Every router in Packet Tracer can be switched on or off by using the provided power button The power switch is required to make a device simulate its real counterpart. Cisco 1841: This is an Integrated Service Router (ISR) having two Fast Ethernet ports, two slots for High Speed WAN Interface Cards (HWICs), and one slot for Advanced Integration Module (AIM)

Cont… Cisco 1941: This is similar to the previous model but runs on Cisco IOS Version 15. It has two ports that operate at Gigabit Ethernet speeds. Cisco 2620XM: This is a multiservice router with one Fast Ethernet port, two slots for WAN Interface cards, and one slot for AIM. Cisco 2621XM: This is similar to the previous model, except that this router has two Fast Ethernet ports. Cisco 2811: This ISR comes with two Fast Ethernet ports, four WIC slots, and a dual slot for AIM. Cisco 2901: This router has two Gigabit Ethernet ports, four WIC slots, and two Digital Signal Processor (DSP) slots. This router uses Cisco IOS Version 15. Cisco 2911: This router has three Gigabit Ethernet ports and all the other features of the previous router. It runs on IOS Version 15. Generic Router-PT: This is a custom router running on Cisco IOS. It contains 10 slots and has separate modules with a naming convention beginning with PT.

Router The power switch is on the right-hand side of each device, with a green LED indicating that the power is on. Click on this switch to turn it off.

The Console port Follow the steps to configure the console port: Add a PC or a laptop to the workspace. Choose connections, and then click on the console cable. Connect the console cable of the network device to the RS-232 port of the PC/laptop Open the PC/laptop, navigate to the Desktop tab, open Terminal, and then with the default settings, click on OK to view the console. The following screenshot displays a router's console through its terminal:

Configuring network devices

Cont….. From the Config tab of the switch, we will set the Interface option to FastEthernet0/1 and uncheck the On checkbox for Port Status. So the Equivalent IOS Commands section displays the following command to achieve this process: Switch>enable Switch#configure terminal Switch(config)#interface FastEthernet0/1 Switch(config-if)#shutdown Using the Config tab, the following can be configured: Global settings Routing (on a router and a layer 3 switch) VLAN database (on a switch) Interface settings

To enter the privilage mode we use ( enable ) :

To see the commands in privilage mode we use (?) :

To manage the system clock we use ( clock ) :

To see the time we use ( show clock ) :

To see what inside DRAM: running configuration we use ( show ) :

To see what inside NVRAM : start up configuration we use ( show ) :

To go to global configuration we use ( conf t ) :

Passwords : 1- Lone console password to protect the user mode :

2- Enable password to protect the privilage mode : 3- Secret password for more protection of privilage mode ( more priority than enable pass and it's encrypted pass .

To change the host name of router :

Using packet tracer in addressing : 1- We connet the figure . The cables used are : Straight : between switch, pc and router, switch. Cross : between switch, switch . Serial : betweeen the two routers .

2- We put the IP address for each device as the following : We have in the figure 3 networks :

To disrtribute the Ip's on the router interfaces we do the following :

To make sure of the IP :

For the second router :

Now we notice that all points in the figure became green :

How to ping on default gate way : For PC0 :

We chose command promt and ping on the default gateway :