CCNA Descovery 2 Lacture 1&2

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 5

CCNA Descovery 2 Lecture # 1&2

Lab Practic

Introduction of Router / Switch

Parts of Router

RAM
NVRAM
FLASH
BOOTSTRAP

Physical Connectivity: Connect Route with Console cable directly with PC

PC Settings : Open Hyper terminal utility to connect

Router> User mode


Router> enable
Router# Privilege mode
Router# enable Secret Cisco

Router# ? for help


Router# Show version
Router# Show IP Interface
Router# Show IP Interface Brief
Router# Show Running-Config
Router# Show Startup-config
Router# Copy Running-config Startup-Conifig
Router# Show Date

Router# Host name MAQ


MAQ#

Router# disable
Router# crt + z
Router# Exit

Router# Config T
Router(Config)# Global Configuration mode
Lecture # 2

Configure a Router

ROUTER BOOTSTRATP

System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)


Copyright (c) 2000 by cisco Systems, Inc.
cisco 2811 (MPC860) processor (revision 0x200) with 60416K/5120K bytes of memory

Self decompressing the image :


########################################################################## [OK]
Restricted Rights Legend

Use, duplication, or disclosure by the Government is


subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.

cisco Systems, Inc.


170 West Tasman Drive
San Jose, California 95134-1706

Cisco IOS Software, 2800 Software (C2800NM-IPBASE-M), Version 12.3(14)T7, RELEASE


SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2006 by Cisco Systems, Inc.
Compiled Wed 22-Mar-06 18:40 by pt_team
Image text-base: 0x40095498, data-base: 0x414E0000

cisco 2811 (MPC860) processor (revision 0x200) with 60416K/5120K bytes of memory
Processor board ID JAD05190MTZ (4292891495)
M860 processor: part number 0, mask 49
2 FastEthernet/IEEE 802.3 interface(s)
239K bytes of non-volatile configuration memory.
62720K bytes of processor board System flash (Read/Write)
Cisco IOS Software, 2800 Software (C2800NM-IPBASE-M), Version 12.3(14)T7, RELEASE
SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2006 by Cisco Systems, Inc.
Compiled Wed 22-Mar-06 18:40 by pt_team

--- System Configuration Dialog ---

Continue with configuration dialog? [yes/no]: n (Always press n)

Press RETURN to get started!

Configure IP Interface

Router>en
Router>enable
Router#show ip interface
Router#show ip interface brief

Interface IP-Address OK? Method Status Protocol

FastEthernet0/0 unassigned YES manual administratively down down


FastEthernet0/1 unassigned YES manual administratively down down
Vlan1 unassigned YES manual administratively down down

Router#
Router#config
Router#configure t
Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#?
Configure commands:
access-list Add an access list entry
banner Define a login banner
boot Modify system boot parameters
cdp Global CDP configuration subcommands
clock Configure time-of-day clock
config-register Define the configuration register
enable Modify enable password parameters
end Exit from configure mode
exit Exit from configure mode
hostname Set system's network name
interface Select an interface to configure
ip Global IP configuration subcommands
line Configure a terminal line
mac-address-table Configure the MAC address table
no Negate a command or set its defaults
router Enable a routing process
service Modify use of network based services
spanning-tree Spanning Tree Subsystem
username Establish User Name Authentication

Router(config)#hostname
Router(config)#hostname maq

maq(config)#interface ?
Ethernet IEEE 802.3
FastEthernet FastEthernet IEEE 802.3
GigabitEthernet GigabitEthernet IEEE 802.3z
Loopback Loopback interface
Serial Serial
Vlan Catalyst Vlans

maq(config)#interface fast
maq(config)#interface fastEthernet ?
<0-9> FastEthernet interface number

maq(config)#interface fastEthernet 0
^
% Invalid input detected at '^' marker.

maq(config)#interface fastEthernet 0/0


maq(config-if)#ip?
ip
maq(config-if)#ip ?
access-group Specify access control for packets
address Set the IP address of an interface
hello-interval Configures IP-EIGRP hello interval
nat NAT interface commands
ospf OSPF interface commands
split-horizon Perform split horizon
summary-address Perform address summarization

maq(config-if)#ip address 192.168.1.5 255.255.255.0


maq(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up


%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to
up

maq(config-if)#exit
maq(config)#copy running-config st
maq(config)#copy running-config start
maq(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
maq#copy runninn
maq#copy runnin
maq#copy running-config start
maq#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
maq#show ip
maq#show ip inter
maq#show ip interface br
maq#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 192.168.1.5 YES manual up up

FastEthernet0/1 unassigned YES manual administratively down down

Vlan1 unassigned YES manual administratively down down

Configure Telnet on Router

maq#config
maq#configure t
Enter configuration commands, one per line. End with CNTL/Z.
maq(config)#line vty 0 4
maq(config-line)#password cisco

maq(config)#enable ?
password Assign the privileged level password
secret Assign the privileged level secret

maq(config-line)#^Z
%SYS-5-CONFIG_I: Configured from console by console

maq#
maq#enable secret cisco
maq#copy running-config startup-config
Destination filename [startup-config]?
?Bad filename
%Error parsing filename (Bad file number)
maq#
maq#

Check from PC

C:\ TELNET 192.168.1.5


Router>
Router>en
Router> cisco password
Router#

You might also like