CSE 304 Computer network lab lecture 02

Slides:



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

1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 3 v3.1 Module 6 Switch Configuration.
© 2004 Cisco Systems, Inc. All rights reserved. Operating and Configuring Cisco IOS Devices Starting a Switch INTRO v2.0—8-1.
Managing Your Network Environment © 2004 Cisco Systems, Inc. All rights reserved. Managing Cisco IOS Devices INTRO v2.0—9-1.
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
Chapter 9 Managing a Cisco Internetwork Cisco Router Components Bootstrap - Brings up the router during initialization POST - Checks basic functionality;
Summer Classes Router - Initial Configuration By Roshan Chaudhary Lecturer Islington College.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Initial Switch Configuration Internetworking Fundamentals Instructor: Abdirahman I. Abdi.
IST 228\Ch4\Cisco IOS1 What we will be able to do?
Sybex CCNA Chapter 7: Managing a Cisco Internetwork Instructor & Todd Lammle.
CSE 304 COMPUTER NETWORK LAB LECTURE 01 Md. Mamunur Rashid Akand Lecturer, Department of CSE, BUBT.
Routers A router is a computer Computers have four basic components:
Cisco Router MODES Configuration Prompt Interface Router(config-if)#
© Wiley Inc All Rights Reserved. CCNA: Cisco Certified Network Associate Study Guide CHAPTER 9: Managing a Cisco Internetwork.
CISCO ROUTER.  The Cisco router IOS  Enhanced editing  Administrative functions  Hostnames  Banners  Passwords  Interface descriptions  Verifying.
Exterior Gateway Protocol Border Gateway Protocol (BGP) Interior Gateway Protocol Routing Information Protocol (RIP) Enhanced Interior Gateway Protocol.
1 Routing Introduction to Routing Static Routing.
Introduction to Routing and Packet Forwarding
Copyright 2003 CCNA 3 Chapter 7 Switch Configuration By Your Name.
1 CCNA 3 v3.1 Module 6 Switch Configuration Claes Larsen, CCAI.
Chapter 2: Basic Router Configuration
© Wiley Inc All Rights Reserved. CHAPTER 4: Introduction to the Cisco IOS CCNA: Cisco Certified Network Associate Study Guide.
CCNA Journal Sample. Index Basic Ethernet Serial Router Rip.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 3 Configuring a Router.
/24 Host Name :R1 Model : 1841 WIC-1T Serial 0/0/0 Basic Configuration.
Chapter 5: Managing a Cisco Internetwork
Instructor & Todd Lammle
Instructor & Todd Lammle
1 Data Forwarding Basic Router Configuration. Overview In this session, we sill be looking at  Review : router backplane Ethernet, console and serial.
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.
Release 16/07/2009Jetking Infotrain Ltd. Basic Router Configuration Chapter 5.
IOS Backup & Password Breaking Technique of Routers & Switches Chapter 17 powered by DJ 1.
Configuring Routers I’ve got to program a router! What do I have to do.
SW REVERSE JEOPARDY Chapter 1 CCNA2 SW Start-up Routing table Routing table Router parts Router parts Choosing a path Choosing a path Addressing Pot.
Module 3 Configuring a Router.
NETWORK ADMINISTRATION CPIT 470 Instructor: Mrs Aisha Ehsan.
Sybex CCNA Chapter 6: Cisco’s IOS Instructor & Todd Lammle.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco PublicITE I Chapter 6 1 Basic Switch Configurations.
Routers and Routing Basics CCNA 2 Chapter 3 1.
Will learn to use router modes and configuration methods to update a router's configuration file with current and prior versions of Cisco Internetwork.
Chapter 7 & 8 IOS Images and Router Configuration
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.
Configuration Modes and TFTP Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco PublicITE I Chapter 6 1 Router Initialization steps.
1 Pertemuan 8 Getting Information about Remote Devices.
2016/2/211 資訊網路專題 Router & Practice. 2016/2/212 Router Basics Computers have four basic components: a CPU, memory, interfaces, and a bus. –A router also.
Cisco S2 C6 Router Configuration 1. Router Boot Up Router uses following from config-startup when it boots –Cisco IOS software version –Router identification.
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)#
 Router Configurations part2 2 nd semester
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Introduction to Routing and Packet Forwarding Routing Protocols and.
Configuring a Router Module 3 Semester 2. Router Configuration Tasks Name a router Set passwords Examine show commands Configure a serial interface Configure.
1 21-Mar-16 Configuring and testing CCNA Exploration Semester 1 Chapter 11.
What are the two types of routes used by network administrators? Static Dynamic.
라우터 실습 1. Cisco Router 접속 방법 Console 이용 (async serial port) LAN, WAN Interface 를 통한 virtual terminal 이용 (telnet) TFTP(Trivial ftp) 서버를 이용 NMS 를 이용.
Configure and verify initial switch configuration including remote access management.
1 Dr. Tom Hicks Computer Science Department Trinity University 1.
Introduction to networking (Yarnfield) Configure a router.
Managing a Cisco Devices Internetwork
CHAPTER 7.
Instructor & Todd Lammle
Instructor & Todd Lammle
Net 412 (Practical Part) LAB 3 - Telnet
Configuring a Router Module 3 Semester 2.
Net 412 (Practical Part) LAB 4 - SSH
Introduction to Cisco IOS -(Internetwork Operating System)
Module 3 Configuring a Router.
Presentation transcript:

CSE 304 Computer network lab lecture 02 Md. Mamunur Rashid Akand Lecturer, Department of CSE, BUBT

Lab Requirements Setting IP address and Default Gateway of a switch Console, Auxiliary, VTY line password Configuration backup Configuration restore Using CISCO file system Configure Telnet remote access

1. Setting IP address of a switch IP address of a switch is used to telnet a switch from remote device. SW1>enable SW1#configure terminal SW1(config)#interface vlan1 SW1(config-if)#ip address 192.168.72.11 255.255.255.0 SW1(config-if)#no shutdown SW1(config-if)#exit SW1(config)#ip default-gateway 192.168.72.1 SW1(config)#exit SW1#disable

2. Console, Auxiliary, VTY line password Console password: SW1>enable SW1#configure terminal SW1(config)#line console 0 SW1(config-line)#login SW1(config-line)#password cisco SW1(config-line)#exit SW1(config)#exit

2. Console, Auxiliary, VTY line password (continued) VTY(Virtual Type Terminal) line password: SW1>enable SW1#configure terminal SW1(config)#line vty 0 ? <0-15>last line number SW1(config)#line vty 0 15 SW1(config-line)#login SW1(config-line)#password cisco SW1(config-line)#exit

2. Console, Auxiliary, VTY line password (continued) Auxiliary password: SW1>enable SW1#configure terminal SW1(config)#line auxiliary 0 SW1(config-line)#login SW1(config-line)#password cisco SW1(config-line)#exit SW1(config)#exit *line auxiliary command is not supported by packet tracer.

3. Configuration backup SW1>enable SW1#copy running-config tftp Address or name of remote host []? 192.168.75.5 Destination filename [SW1-config]?<press Enter> Writing… SW1#

4. Configuration restore SW1>enable SW1#copy tftp running-config Address or name of remote host []? 192.168.75.5 Source filename []?SW1-config Destination filename [running-config]?<press Enter> Accessing tftp://192.168.75.5/SW1-config… SW1#

5. CISCO file system SW1#dir Directory of flash:/ 1 –rw- ………. SW1#dir nvram Directory of nvram:/

6. Configure Telnet remote access Configuration of router R1: Router>enable Router#config terminal Router(config)#hostname R1 R1(config)#enable secret cisco R1(config)#line vty 0 4 R1(config-line)#login R1(config-line)#password cisco R1(config-line)#exit R1(config)#interface serial 2/0 R1(config-if)#ip address 192.168.12.1 255.255.255.0 R1(config-if)#clock rate 64000 R1(config-if)#no shutdown

6. Configure Telnet remote access (continued) Configuration of router R2: Router>enable Router#config terminal Router(config)#hostname R2 R2(config)#interface serial 2/0 R2(config-if)#ip address 192.168.12.2 255.255.255.0 R2(config-if)#no shutdown

6. Configure Telnet remote access (continued) Commands for telneting from R2 to R1: R2#telnet 192.168.12.1 Trying 192.168.12.1 … open User access verification Password:cisco R1>enable R1#