TELECOMMUNICATION MANAGEMENT AND NETWORKS

Similar documents
TELECOMMUNICATION MANAGEMENT AND NETWORKS

Lab 7 Configuring Basic Router Settings with IOS CLI

LAB 3 Basic Switch Configuration Commands

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

Lab Using the CLI to Gather Network Device Information Topology

Antonio Cianfrani. Packet Tracer

Packet Tracer - Configuring Initial Switch Settings

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

Console Port, Telnet, SSH Handling, and Reset

Chapter 2: Configure a Network Operating System. Every computer requires an operating system to function, including computerbased

Telnet, Console and AUX Port Passwords on Cisco Routers Configuration Example

ICND1. Switch Configuration Lab. All configurations have been set to factory defaults for these labs

4(b): Assign the IP address on the Serial interface of Router. Console Cable

Lab Managing Router Configuration Files with Terminal Emulation Software

Lab - Examining Telnet and SSH in Wireshark

IOS and Configuration Basics

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

Cisco IOS Configuration Basics

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

Console Port, Telnet, and SSH Handling

Lab - Building a Switch and Router Network

SEMESTER 2 Chapter 1 Planning and Cabling a Network V 4.0

First-Time Configuration

CCNA 1 Chapter 2 v5.0 Exam Answers %

Troubleshooting Network analysis Software communication tests and development Education. Protocols used for communication (10 seconds capture)

2.1. Device Connection

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

Lab Command Line Fundamentals Instructor Version 2500

Lab 5.6.2: Challenge RIP Configuration

Cisco IOS Software Basic Skills

Chapter 5 Router and IOS Basics

Lab Troubleshooting Basic PPP with Authentication Topology

Lab Designing and Implementing a VLSM Addressing Scheme. Topology. Objectives. Background / Scenario

Command-Line Interfaces

Lab : Challenge OSPF Configuration Lab. Topology Diagram. Addressing Table. Default Gateway. Device Interface IP Address Subnet Mask

Using Cisco IOS XE Software

CCNA 1 Chapter 2 v5.0 Exam Answers 2013

Hochschule Bremen Networking Lab

Lab Configure Basic AP Security through IOS CLI

Device Interface IP Address Subnet Mask R1 G0/ N/A

Lab - Configuring a Switch Management Address

Lab 4.2.5a Connectivity Tests Ping

Lab 9.6.2: Challenge EIGRP Configuration Lab

Console Port, Telnet, and SSH Handling

Lab 2.8.2: Challenge Static Route Configuration

Lab Configuring 802.1Q Trunk-Based Inter-VLAN Routing Topology

Upgrading the Software

NAT Routemaps Outside-to-Inside Support

Lab Configuring Router Passwords. Objective. Background/Preparation. Step 1 Login to the router in user EXEC mode

Lab 6.4.2: Challenge Inter-VLAN Routing

King Fahd University of Petroleum & Minerals. Configuration of Routers and Establishing Routed Networks

Checklists for Configuring the Gateway

MiPDF.COM. 3. Which procedure is used to access a Cisco 2960 switch when performing an initial configuration in a secure environment?

Configuring Security with Passwords, Privileges, and Logins

Lecture (02) Switch remote configuration peer2peer star network clients/server star network Traffic analysis using Packet Tracer

DMVPN Event Tracing. Finding Feature Information

PT Activity: Configure AAA Authentication on Cisco Routers

FPG Endpoint Agnostic Port Allocation

Lab - Configuring IPv6 Addresses on Network Devices

Lab Configuring IPv4 Static and Default Routes (Solution)

Lab Using the Boot System Command. Objective. Background/Preparation

Basic IOS Command Structure. Router#disable Router>

Lab Configuring and Verifying Standard IPv4 ACLs Topology

Lab Securing Network Devices

Chapter 8: Lab B: Configuring a Remote Access VPN Server and Client

Command-Line Interfaces

Configuring Passwords and Privileges

Skills Assessment Student Training

Lab Configuring and Verifying Extended ACLs Topology

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

Configuring for the First Time

Fine-Grain NBAR for Selective Applications

Module 9, Assignment 7

Fine-Grain NBAR for Selective Applications

Skills Assessment Student Practice

Lab Configuring Basic RIPv2 (Solution)

Lab 3: Basic Device Configuration

User Security Configuration Guide, Cisco IOS Release 15MT

Lab Correcting RIPv2 Routing Problems

Command-Line Interface (CLI) Basics

Lab Student Lab Orientation

Internetwork Expert s CCNA Security Bootcamp. Securing Cisco Routers. Router Security Challenges

CCNA Semester 2 labs. Labs for chapters 2 10

Packet Tracer - Navigating the IOS

Configuring Local Authentication

Lab Configuring Basic Router Settings with IOS CLI (Instructor Version Optional Lab)

Lab: RIP v2 with VLSM

config mode: Router> enable Router# configure terminal Enter configuration commands, one per line. End with CNTL/Z.

Lab - Troubleshooting Standard IPv4 ACL Configuration and Placement Topology

Lab - Configuring Multi-area OSPFv2

Configuring Cisco Prime NAM

Initial Configuration on ML-Series Card

Lab - Troubleshooting VLAN Configurations (Instructor Version Optional Lab)

Lab Configuring 802.1Q Trunk-Based Inter-VLAN Routing (Instructor Version Optional Lab)

Default Gateway Fa0/ N/A. Device Interface IP Address Subnet Mask

Lab Configuring HSRP and GLBP Topology

Lab 1.3.2: Review of Concepts from Exploration 1 - Challenge

Lab Capturing and Analyzing Network Traffic

Quality of Service for VPNs

Education by Simulation Sequential Labs For CCNA

Transcription:

QUAID-E-AWAM UNIVERSITY OF ENGINEERING SCIENCE AND TECHNOLOGY, NAWABSHAH TELECOMMUNICATION MANAGEMENT AND NETWORKS LAB # 2 BASIC CISCO ROUTER CONFIGURATION 1

INTRODUCTION Cisco router is a device that switches data packets between two different networks. By default two different IP network cannot communicate with each other. They need a mediator device that exchanges their packets. Routers do this job successfully by taking packet from one network and delivering it to another network. This process is called routing. We need to perform some initial configurations on router before it can be used for routing. In this article we will explain these configurations. We will use Packet Tracer network simulator software for demonstration. Beside Packet Tracer You can also use any other network simulator software such as Boson, GNS or even better if you can afford, use a real Cisco device. No matter what option you choose, till this uses Cisco IOS output will be same. PRACTICAL Create a network topology as illustrate in following figure Connect Crossover cable to Fast Ethernet Interface of PC and Router Connect Console Cable with RS 232 interface of cable and Console interface of router Run the terminal on PC 2

Cisco IOS supports various command modes, among those followings are the main command modes. User EXEC Mode Privileged EXEC Mode Global Configuration Mode Interface Configuration Mode Sub Interface Configuration Mode Setup Mode ROM Monitor Mode You need to execute specific commands to navigate from one mode to another. Mode Prompt Command to enter Command to exit User EXEC Router > Default mode after booting. Login with password, if configured. Privileged EXEC Global Configuration Interface Configuration Sub-Interface Configuration Router # Router(config)# Router(config-if)# Router(config-subif) Use enable command from user exec mode Use configure terminal command from privileged exec mode Use interface type number command from global configuration mode Use interface type sub interface numbercommand from global configuration mode or interface configure mode Use exit command Use exit command Use exit command Use exit command to return in global configuration mode Use exit to return previous mode. Use endcommand to return in privileged exec mode. Setup Parameter[Parameter value]: Router will automatically insert in this mode if running configuration is not present ROMMON ROMMON > Enter reload command from privileged exec mode. Press CTRL + C key combination during the first 60 seconds of booting process Press CTRL+C to abort. Type yes to save configuration, or no to exit without saving when asked in the end of setup. Use exit command. 3

IOS commands are not case sensitive; you can enter them in uppercase, lowercase, or mixed case. Password is case sensitive. Make sure you type it in correct case. In any mode, you can obtain a list of commands available on that mode by entering a question mark (?). Standard order of accessing mode is User Exec mode => Privileged Exec mode => Global Configuration mode => Interface Configuration mode => Sub Interface Configuration mode Router will enter in setup mode only if it fails to load a valid running configuration. Router will enter in ROMMON mode only if it fails to load a valid IOS image file. You can manually enter in ROMMON mode for diagnostics purpose. Enter in global configuration mode to execute following commands. CHANGE DEFAULT ROUTER NAME By default Router name is configured on routers. We can configure any desired name on router. hostname command will change the name of router. For example following command will assign LAB1 name to the router. Router(config)# hostname LAB2 LAB2(config)# CONFIGURE PASSWORD ON CISCO ROUTER Router is a critical device of network. It supports multiple lines for connection. We need to secure each line [port]. LAB2(config)# line console 0 LAB2(config-line)# password quest123 LAB2(config-line)# login LAB2(config-line)# exit LAB2(config)# exit LAB2 # exit LAB2 con0 is now available Press RETURN to get started User Access Verification Password: (try wrong password once then the right one) LAB2> 4

Command Description Router(config)#line console 0 Move in console line mode Router(config-line)#password console Set console line password to CNN Router(config-line)#login Enable password authentication for console line LOGIN BANNER We can configure two types of banner on routers; MOTD banner and Exec banner. banner exec command is not available in packet tracer. You can practice with banner motd command. Both commands work in same manner. Only the difference between these commands is the place of display. MOTD banner will display before the login. An EXEC banner will display after the authentication process and before the exec mode. Both commands use delimiting character to specify the starting and ending of message. It means command parser will terminate the message on delimiting character instead of the Enter key. This feature allows us to span the message in multiple lines. DISABLE AUTOMATIC DOMAIN LOOKUP By default routers are configured to resolve every word that is not a command. It will first look in static DNS table for an entry. If it fails to find an entry in static DNS table, it will try with DNS server at address 255.255.255.255. If you are not going to use DNS server or hostname facility, it is better to turn this off. It will save your time because every incorrectly typed command will cost you a wait of minute or two. no ip domain-lookup command is used to disable this feature. 5

6