Command-Line Interface (CLI) Basics

Similar documents
Configuring for the First Time

Cisco IOS Software Basic Skills

The word "Router" is replaced with your router's hostname if the hostname is already configured.

Using the Cisco NCS Command-Line Interface

First-Time Configuration

Using the Command-Line Interface

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

Command-Line Interfaces

Using the Command-Line Interface

Using the Command-Line Interface

CCNA 1 Chapter 2 v5.0 Exam Answers 2013

Initial Configuration on ML-Series Card

CCNA 1 Chapter 2 v5.0 Exam Answers %

Using the Command-Line Interface

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

Command-Line Interfaces

Initial Configuration

IOS and Configuration Basics

Using the Command-Line Interface

Packet Tracer - Configuring Initial Switch Settings

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

Configuring InterVLAN Routing

Lab Router Configuration Using Setup Instructor Version 2500

Using Cisco IOS Software

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

Using Cisco IOS XE Software

Using the Command-Line Interface

Using Cisco IOS Software

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

Lab Command Line Fundamentals Instructor Version 2500

Antonio Cianfrani. Packet Tracer

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

Checklists for Configuring the Gateway

Configurations for the Layer 3 Switch Router

Lab 7 Configuring Basic Router Settings with IOS CLI

Introduction To Cisco IOS

LAB 3 Basic Switch Configuration Commands

Password Recovery Procedure for the Cisco 3600 and 3800 Series Routers

Nested Class Map Support for Zone-Based Policy Firewall

Lab Troubleshooting RIP

Upgrading the Software

Using the Cisco IOS Command-Line Interface

Configuring Local Authentication

NAT Routemaps Outside-to-Inside Support

ord Recovery Procedure for the Cisco Catalyst 8510 Multiserv

Configuration File Management Commands

Configuring a Basic Wireless LAN Connection

Powering On the Cisco VG224 Voice Gateway

Lab - Configuring IPv6 Addresses on Network Devices

Configuring TACACS+ About TACACS+

Accessing and Using GRUB Mode

Password Recovery Procedure for the Cisco 1700 and 1800 Series Routers

Lab Managing Router Configuration Files with Terminal Emulation Software

Lab Securing Network Devices

Cisco IOS Commands. abort CHAPTER

co Password Recovery Procedure for the Cisco 1700 Series R

Lab - Establish a Console Session with Tera

Troubleshooting. Understanding POST Results CHAPTER

Lab Configuring ISDN BRI (U-Interface)

Configuring Command Macros

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

Basic IOS Command Structure. Router#disable Router>

Configuring System MTU

Configuring the Cisco ubr904 Cable Modem

Lab Well-Known Port Numbers and Multiple Sessions

Configuring the Switch with the CLI-Based Setup Program

Lab Catalyst 2950T and 3550 Series Basic Setup

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

Cisco 4000 Series Virtual Configuration Register

VLAN Trunking Protocol (VTP)

Exclusive Configuration Change Access and Access Session Locking

Table of Contents. Cisco Password Recovery Procedure for the Cisco 2000, 2500, 3000, 4000, AccessPro, 7000 (RP), AGS, IGS, STS

Assigning the Switch IP Address and Default Gateway

Lab 3: Basic Device Configuration

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

CCNA 1 Chapter 11 V4.0 Answers

Configuring Passwords and Privileges

Access Service Security

Catalyst 2960-X Switch Routing Configuration Guide, Cisco IOS Release 15.0(2)EX

Lab Selecting the Root Bridge

CHAPTER 2 ACTIVITY

II+/II+TS/II+10GE/III/IV/V/V 10GE

TELECOMMUNICATION MANAGEMENT AND NETWORKS

Using the Command-Line Interface (CLI)

Configuring System Message Logging

Managing GSS Devices from the GUI

Maintaining the MGX RPM-PR

Configuring the Switch with the CLI-Based Setup Program

Chapter 5 Router and IOS Basics

Getting Started with CMS

Configuring Cisco Prime NAM

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

HTTPS--HTTP Server and Client with SSL 3.0

Lab Configuring a Serial Interface

Exclusive Configuration Change Access and Access Session Locking

FPG Endpoint Agnostic Port Allocation

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

Upgrading the Cisco IOS XE Software

Lab Verifying PPP Configuration

Overview of the Cisco NCS Command-Line Interface

Transcription:

4 CHAPTER This chapter is intended as a quick reference, not as a step-by-step explanation of the Cisco IOS. The chapter describes basic Cisco IOS software command-line interfaces that you may need to know before you load/upgrade the MWAM application image (see Chapter 5, Loading the MWAM ) and configure the MWAM (see Chapter 6, Configuring the MWAM ). Note The MWAM configuration requires two command-line interface interactions: CLI on the Supervisor console and session CLI to each MWAM processor (see Chapter 6, Configuring the MWAM ). This chapter includes the following topics: Getting Help, page 4-2 Understanding Command Modes, page 4-2 Command-Line Completion, page 4-4 Undoing a Command or Feature, page 4-4 Saving Configuration Changes, page 4-4 Where to Go Next, page 4-5 If you have never used the Cisco IOS software or need a refresher, take a few minutes to read this chapter before you proceed to the next chapter. Understanding these concepts will save you time as you begin to use the CLI. If you are already familiar with the Cisco IOS software, proceed to Chapter 5, Loading the MWAM. Note For specific Catalyst 6500/Cisco 7600 Cisco IOS CLI and Cisco IOS command modes, see Chapter 2, Command Line Interfaces, in the Catalyst 6500 Series Switch Cisco IOS Software Configuration Guide. 4-1

Getting Help Chapter 4 Getting Help Use the question mark (?) and arrow keys to help you enter commands: For a list of available commands, enter a question mark: Router>? To complete a command (see the Command-Line Completion section on page 4-4), enter a few known characters followed by a question mark (with no space): Router> s? For a list of command variables, enter the command followed by a space and a question mark: Router> show? To re-display a command you previously entered, press the up arrow key. You can continue to press the up arrow key for more commands. Note The word Router is replaced with your router s hostname if the hostname is already configured. Understanding Command Modes There are two primary modes of operation within the Cisco IOS: user EXEC mode and privileged EXEC mode. When you first connect to the router, you are placed in the user EXEC mode. The show commands in the user EXEC mode are limited to a few basic levels. You cannot edit or view configurations at this stage; you can only view the router status and other miscellaneous information. Editing the router s configuration requires you to be in the privileged EXEC mode. Use the enable command to enter this mode (see Table 4-1 on page 4-3). You can always tell whether you are in user EXEC mode or privileged EXEC mode by looking at the router prompt being displayed. The user EXEC mode has a > at the end; the privileged EXEC mode prompt always has a # at the end. In the privileged EXEC mode, the user interface is further divided into different submodes. Each command mode permits you to configure different components on your router. The commands available at any given time depend on which mode you are currently in. Entering a question mark (?) at the prompt displays a list of commands available for each command mode (see Table 4-1 on page 4-3). Tip If you are familiar with UNIX, you can equate privileged EXEC mode to root access. You could also equate it to the administer level in Windows 2000/NT. In this mode, you have permission to access everything inside the router, including configuration commands. However, you cannot type configuration commands directly. Before you can change the router s actual configuration, you must enter the global configuration mode of the privileged EXEC mode by giving the command configure terminal (see Table 4-1 on page 4-3). 4-2

Chapter 4 Understanding Command Modes Table 4-1 Common Command Modes Command Mode Access Method Router Prompt Displayed Exit Method User EXEC Log in. Router> Use the logout Privileged EXEC Global configuration Interface configuration From user EXEC mode, enter the enable From the privileged EXEC mode, enter the configure terminal From the global configuration mode, enter the interface type number command, such as interface serial 0/0. Router# Router(config)# Router(config-if)# To exit to user EXEC mode, use the disable, exit, or logout To exit to privileged EXEC mode, use the exit or end command, or press Ctrl-z. To exit to global configuration mode, use the exit To exit directly to privileged EXEC mode, press Ctrl-z. Timesaver Each command mode restricts you to a subset of commands. If you are having trouble entering a command, check the prompt, and enter the question mark (?) for a list of available commands. You might be in the wrong command mode or using the wrong syntax. In the following example, notice how the prompt changes after each command to indicate a new command mode: Router> enable Password: <enable password> Router# configure terminal Enter configuration commands one per line. End with CNTL/Z. Router (config)# interface gigabitethernet 0/0 Router (config-if)# no shutdown Router (config-if)# exit Router (config)# exit Router# DEC 24 07:16:15:079 %SYS-5-CONFIG_I: Configured from console by console The last message is normal and does not indicate an error. Press Return to get the Router# prompt. Note You can press Ctrl-z in any mode to immediately return to the privileged EXEC mode (Router#), instead of entering exit, which returns you to the previous mode. 4-3

Command-Line Completion Chapter 4 Command-Line Completion Command-line completion makes the Cisco IOS interface much more user-friendly. It saves you extra keystrokes and helps out when you cannot remember a command s syntax. In the following example, notice how the command configure terminal is done: Router> enable Password: <enable password> Router# config t Router (config)# The Cisco IOS expands the command config t to configure terminal. Another form of command-line completion is the use of the Tab key. If you start a command by entering the first few characters, you can press the Tab key. As long as there is only one match, the Cisco IOS will complete the command: for example, if you key in sh and press Tab, the Cisco IOS completes the sh with show. If the Cisco IOS does not complete the command, you can enter a few more letters and try again. Undoing a Command or Feature If you want to undo a command you entered or disable a feature, enter the keyword no before most commands; for example, no ip routing. Saving Configuration Changes You need to enter the copy running-config startup-config command to save your configuration changes to nonvolatile random-access memory (NVRAM), so the changes are not lost if there is a system reload or power outage. For example: Router# copy running-config startup-config Building configuration... It might take a minute or two to save the configuration to NVRAM. After the configuration has been saved, the following appears: [OK] Router# 4-4

Chapter 4 Where to Go Next Where to Go Next Now that you have learned some Cisco IOS software basics, you can begin to configure the MWAM using the CLI. Remember that: You can use the question mark (?) and arrow keys to help you enter commands. Each command mode restricts you to a set of commands. If you have difficulty entering a command, check the prompt and then enter the question mark (?) for a list of available commands. You might be in the wrong command mode or using the wrong syntax. To disable a feature, enter the keyword no before the command; for example, no ip routing. You need to save your configuration changes to NVRAM so the changes are not lost if there is a system reload or power outage. Proceed to Chapter 5, Loading the MWAM to begin configuring the MWAM. 4-5

Where to Go Next Chapter 4 4-6