Mod 9 Introduction To CISCO IOS ICCNIOS003
Mod 9 Introduction To CISCO IOS ICCNIOS003
Mod 9 Introduction To CISCO IOS ICCNIOS003
➼ Router
➼ Router IOS
➼ Bringing up Router
➼ Configuring CISCO IOS
➼ Basic commands
➼ Setting passwords
➼ How to assign IP address
➼ Setup mode of Router
#show flash
Out-of-Band
through the console port of a router,
from a modem into the auxiliary (or Aux)
port
In-Band
through Telnet
Web Based
– SDM( Security Device manager)
– Cisco Network Assistant
Router>
Router# privilidge mode
Router(config)# config mode
Router(config-if)# Interface mode
Router(Config-subif)# Sub-interface mode
Router(config-controller) # controller mode
Router(config-line)# line mode
Router(config-router)# Router prompt
Router# clok
Translating "CLOK"
% Unknown command or computer name, or unable to find computer address
Router# cl?
clear clock
Router# clock
• Symbolic Translation
% Incomplete command.
• Command Prompting
Router# clock ?
set Set the time and date • Last Command Recall
Router# clock set
% Incomplete command.
Router-Command History
Router#show version
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-JS-M), Version 12.0(7a),
RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2002 by cisco Systems, Inc.
Compiled Tue 05-Feb-02 01:48 by pwade
Image text-base: 0x80008088, data-base: 0x80B0404C
Router#config t
Router(config)#line aux ?
<0-0> First Line number
Router(config)#line aux 0
Router(config-line)#password mypassword
Router(config-line)#login
Router#config t
Router(config)#line console ?
<0-0> First Line number
Router(config)#line console 0
Router(config-line)#password mypassword
Router(config-line)#login
• Prevents console session timeout
Router(config)#line console 0
Router(config-line)#exec-timeout 0 0
Router#config t
Router(config)#line vty 0 ?
Router(config)#line vty 0 4
Router(config-line)#password mypassword
Router(config-line)#login
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#service password-encryption
Router(config)#^Z
Router#configure terminal
Router(config)#interface serial 0
Router(config-if)#shutdown
%LINK-5-CHANGED: Interface Serial0, changed state to
administratively down
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0,
changed state to down
Router#configure terminal
Router(config)#interface serial 0
Router(config-if)#no shutdown
%LINK-3-UPDOWN: Interface Seria0, changed state to up
%LINEPROTO-5-UPDOWN: Line Protocol on Interface Serial0,
changed state to up
Enables an interface that is administratively shut down
Introduction to Cisco IOS 39
Configuring IP Address on an Interface
CETTM MTNL
router01#configure terminal
router01(config)#interface ethernet 0
router01(config-if)#ip address 192.168.1.1
255.255.255.0
router01(config-if)#no shutdown
router01(config-if)#exit
Router(config-if)#bandwidth 64
Set Bandwidth
Router(config-if)#exit
(recommended) Router(config)#exit
Router#
In RAM In NVRAM
router01#show running-config
router01#show startup-config
Building configuration...
Using 1359 out of 32762 bytes
!
Current configuration:
version 12.0
!
!
version 12.0
-- More --
!
-- More --
Setup Mode
Router#setup
At any point you may enter a question mark '?' for help.
Use ctrl-c to abort configuration dialog at any prompt.
Default settings are in square brackets '[]'.
First, would you like to see the current interface summary? [yes]:
➼ en.wikipedia.org
➼ cisco.com
➼ http://www.ccnaguru.com/bringing-up-a-
router.html
➼ Sybex CCNA 640-802 6th Edition.pdf