E.A.R.I.S.T.
NAGTAHAN, MANILA
College of Arts and Sciences
Department of Information Technology
BASIC ROUTER CONFIGURATION
Packet Tracer Activities
Name: Caseres, McComstone A.
Student Number: 224-10727M
Subject and Section: NETWK2– BSIT3B
Activity No. Score
ACT1
ACT2
ACT3
Activity 01
Activity 02 Activity 03
CLI codes %LINEPROTO-5-UPDOWN: Line protocol on
Router>enable Interface FastEthernet0/0, changed state to up
Router#configure terminal exit
Enter configuration commands, one per line. R2(config)#en
End with CNTL/Z. R2(config)#ena
Router(config)#hostname R2 R2(config)#enable sec
R2(config)# R2(config)#enable secret c
R2(config)#interface Serial0/0/1 R2(config)#enable secret cl
R2(config-if)# R2(config)#enable secret cla
R2(config-if)#exit R2(config)#enable secret clas
R2(config)#interface Serial0/0/1 R2(config)#enable secret class
R2(config-if)# R2(config)#li
R2(config-if)#exit R2(config)#line c
R2(config)#interface Serial0/0/1 R2(config)#line con 0
R2(config-if)# R2(config-line)#cisco
R2(config-if)#exit ^
R2(config)#interface Serial0/0/1 % Invalid input detected at '^' marker.
R2(config-if)#
R2(config-if)#exit R2(config-line)#p
R2(config)#interface Serial0/0/1 R2(config-line)#pa
R2(config-if)# R2(config-line)#pas
R2(config-if)#exit R2(config-line)#password cisco
R2(config)#interface Serial0/0/1 R2(config-line)#login
R2(config-if)# R2(config-line)#exit
R2(config-if)#exit R2(config)#line vty 0 4
R2(config)#interface Serial0/0/0 R2(config-line)#password cisco
R2(config-if)# R2(config-line)#login
R2(config-if)#exit R2(config-line)#^Z
R2(config)#interface Serial0/0/1 R2#
R2(config-if)#ip address 192.168.3.1 %SYS-5-CONFIG_I: Configured from console
255.255.255.0 by console
R2(config-if)#clock rate 64000 copy r
R2(config-if)#no shutdown R2#copy running-config st
R2(config-if)# R2#copy running-config startup-config
%LINK-5-CHANGED: Interface Serial0/0/1, Destination filename [startup-config]?
changed state to up Building configuration...
[OK]
%LINEPROTO-5-UPDOWN: Line protocol on R2#s
Interface Serial0/0/1, changed state to up R2#sh
R2#show r
R2(config-if)#exit R2#show running-config
R2(config)#interface FastEthernet0/0 Building configuration...
R2(config-if)#ip address 192.168.2.2
255.255.255.0 Current configuration : 715 bytes
R2(config-if)#no shutdown !
version 12.4
R2(config-if)# no service timestamps log datetime msec
%LINK-5-CHANGED: Interface no service timestamps debug datetime msec
FastEthernet0/0, changed state to up no service password-encryption
!
hostname R2
! !
! !
! line con 0
enable secret 5 password cisco
$1$mERr$9cTjUIEqNGurQiFU.ZeCi1 login
! !
! line aux 0
! !
! line vty 0 4
! password cisco
! login
! !
! !
! !
! end
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
ip address 192.168.2.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
no ip address
shutdown
!
interface Serial0/0/1
ip address 192.168.3.1 255.255.255.0
clock rate 64000
!
interface Vlan1
no ip address
shutdown
!
ip classless
!
!
!
!
!