Fundamentals of Computer Networks

Slides:



Advertisements
Similar presentations
CCNA2-1 Chapter 1 Introduction to Routing and Packet Forwarding CLI Configuration and Addressing.
Advertisements

Cisco Router. Overview Understanding and configuring the Cisco Internetwork Operating System (IOS) Connecting to a router Bringing up a router Logging.
1 CCNA 2 v3.1 Module 3. 2 CCNA 2 Module 3 Configuring a Router.
Introduction to the Cisco IOS
CPIT 470 Lab 2 Lab Instructor: Aisha Ehsan.
© 2004 Cisco Systems, Inc. All rights reserved. Operating and Configuring Cisco IOS Devices Configuring a Router INTRO v2.0—8-1.
IST 228\Ch4\Cisco IOS1 What we will be able to do?
Cisco Router MODES Configuration Prompt Interface Router(config-if)#
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Static Routing Routing Protocols and Concepts – Chapter 2.
1 Routing Introduction to Routing Static Routing.
CCNA – Cisco Certified Network Associates Routing and Static Routes By Roshan Chaudhary Lecturer Islington College.
M. Dahshan - TCOM52721 TCOM 5272 Telecomm Lab Dr. Mostafa Dahshan OU-Tulsa 4W 2 nd floor
Chapter 2: Basic Router Configuration
CCNA Journal Sample. Index Basic Ethernet Serial Router Rip.
Console Connectivity RJ-45 Connector Console Port Computer Rollover Cable RJ-45 to DB-9 Converter.
1. 2 Console Connectivity RJ-45 Connector Console Port Computer Rollover Cable RJ-45 to DB-9 Converter.
Basic Router Configuration 1.1 Global configuration Cisco allows us to configure the router to support various protocols and interfaces. The router stores.
Configuring a Router. Router user interface The Cisco IOS software uses a command-line interface (CLI) as the traditional console environment. This environment.
Configuring Routers I’ve got to program a router! What do I have to do.
Configuring Routers Oh No! I’ve got to program a router! What do I have to do.
Module 3 Configuring a Router.
WELCOM E TO.  Router communicates two different network with each other  A Cisco router does not contain disk storage mechanisms such as hard disks.
NETWORK ADMINISTRATION CPIT 470 Instructor: Mrs Aisha Ehsan.
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.
MM Clements Adding Value to IOS Configs. Introduction IOS configs need you to add information Basic IP and subnet mask Clock rates for serial links Routing.
Lab6 Configure Dynamic route.  RIP(Routing information protocol)  IGRP(interior gate way routing protocol)
Chapter 4 Internetworking Operating System )IOS) and Security Device Manager (SDM)
Cisco 2 - Routers Perrine. J Page 13/7/2016 Chapter 3 Cisco Router Modes ConfigurationPrompt InterfaceRouter(config-if)# LineRouter(config-line)# RouterRouter(config-router)#
Building a Network. Introduction A local company has hired you as a network administrator. Your first assignment is to setup the local network and make.
Cisco Routers & IOS Introduction. Router Interface ● Serial cable ● Command line interface ● Efficient ● Fast ● Universal across all Cisco equipment ●
LAN Connections.
Using a Cisco Router as a DHCP Server
Chapter 5 VLSMs, Summarization and Troubleshooting TCP/IP
WAN Connections.
Connecting Four PCs using a Hub and a Switch
Instructor & Todd Lammle
INITIAL CONFIGURATION.
Chapter 10 Layer 2 Switching
Lec5: Applying Dynamic Routing Protocols in CISCO Packet Tracer
CISCO CERTIFIED NETWORK ASSOCIATE
Basic router configuration
TRANSPARENT BRIDGING Router 1 Router 2 PC 2 PC / /24.
Introduction to Cisco IOS -(Internetwork Operating System)
CCNA Configuration Journal Sample
CCNA Journal Sample.
Instructor & Todd Lammle
Configuration of Cisco Routers in GNS3
Chapter 2: Static Routing
Introduction to Networking
Instructor: Mr Malik Zaib
Securing Access.
© 2011 ITT Educational Services Inc.
Basic switch and router configuration
Chapter 2: Static Routing
Net 412 (Practical Part) Networks and Communication Department LAB 2.
Net 412 (Practical Part) LAB 5-port security
Net 412 (Practical Part) LAB 3 - Telnet
Configuring a Router Module 3 Semester 2.
2 - IP Routing.
Routing Protocols and Concepts – Chapter 2
Net 412 (Practical Part) LAB 4 - SSH
Routers & Cisco IOS.
Lecture#3: Configuring a Network Operating System
Fundamentals of Computer Networks
Fundamentals of Computer Networks
Fundamentals of Computer Networks
Fundamentals of Computer Networks
Fundamentals of Computer Networks
Introduction to Cisco IOS -(Internetwork Operating System)
Lec5: Applying Dynamic Routing Protocols in CISCO Packet Tracer
Presentation transcript:

Fundamentals of Computer Networks Lab Six Router configuration 1/11/2019 Eng. .Haya Radwan Ghsoon

Goal Build the following network and try to send message from pc to another pc among network. Transmission Air Coaxial cable Coaxial cable Ca 1/11/2019 Eng .Haya Radwan Ghsoon

Network Graphical Interface 1/11/2019 Eng .Haya Radwan Ghsoon

Router Configuration (1) You can configure router as privies tutorial (tutorial 1) Continue with configuration dialog? [yes/no]: no Press RETURN to get started! Router>enable Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#enable secret class Router(config)#line con 0 Router(config-line)#password cisco Router(config-line)#login Router(config-line)#exit 1/11/2019 Eng .Haya Radwan Ghsoon

Cont Router(config)#line vty 0 4 Router(config-line)#password cisco Router(config-line)#login Router(config-line)#exit Router(config)#interface FastEthernet 0/0 Router(config-if)#ip address 192.168.1.1 255.255.255.0 Router(config-if)#description Router0 FastEthernet 0/0 Router(config-if)#no shutdown 1/11/2019 Eng .Haya Radwan Ghsoon

Cont Router(config)#interface FastEthernet 0/1 Router(config-if)#ip address 192.168.2.1 255.255.255.0 Router(config-if)#description Router0 FastEthernet 0/1 Router(config-if)#no shutdown %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up Router(config-if)#exit Router(config)#exit 1/11/2019 Eng .Haya Radwan Ghsoon

Identify PC IP Address to identify IP address for pc do the following step: Click on pc Go to config Then insert the 192.168.1.1( FastEthernet 0/0 Ip) as gatway for this pc0 . Then go to FastEthernet and insert the IP address and mask .//for example 192.168.1.2 mask already will be defined. Do the same thing for all pc but with differnce IP and according to pc gateway (FastEthernet interface ip). 1/11/2019 Eng .Haya Radwan Ghsoon

Send message // In Real Time do the following : Click on add message button . Click on PC0 then PC4 // in this case the transfer will be fail because you send message from workstation 1 to workstation 2 , so PCs connect direct to switch but not router ( router does not know the PCs IP address) To solve this problem you should first send the message to router then to destination PC . Click on PC0 then Router0 . Click on PC4 . 1/11/2019 Eng .Haya Radwan Ghsoon