0% found this document useful (0 votes)
58 views

Technological University of The Philippines College of Engineering Department of Electronics Engineering

The document contains configuration output from three routers - Router 1, Router 2, and Router 3. Router 1 is configured with IP addresses 10.0.1.1 and 10.0.3.1 on its GigabitEthernet interfaces. Router 2 is configured with IP addresses 10.0.1.2, 10.0.2.1 and Router 3 is configured with IP addresses 10.0.2.2 and 10.0.3.2. The routers also have basic configurations including interfaces, routing protocols, logins, and banners.

Uploaded by

Miguel Garcia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views

Technological University of The Philippines College of Engineering Department of Electronics Engineering

The document contains configuration output from three routers - Router 1, Router 2, and Router 3. Router 1 is configured with IP addresses 10.0.1.1 and 10.0.3.1 on its GigabitEthernet interfaces. Router 2 is configured with IP addresses 10.0.1.2, 10.0.2.1 and Router 3 is configured with IP addresses 10.0.2.2 and 10.0.3.2. The routers also have basic configurations including interfaces, routing protocols, logins, and banners.

Uploaded by

Miguel Garcia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

TECHNOLOGICAL UNIVERSITY OF THE PHILIPPINES

COLLEGE OF ENGINEERING
DEPARTMENT OF ELECTRONICS ENGINEERING

ELE 17L

Data Communications, Laboratory

Laboratory Exercise No. 1

Submitted by:

Garcia, Jan Miguel L.

Ramos, Shieva Anne C.

Tulin, Lavern M.

BSECE 5A

Submitted to:

Engr. Jepp Quijano

February 4, 2020

2nd Semester A.Y. 2019 - 2020


NETWORK DIAGRAM

RUNNING-CONFIGURATION

ROUTER 1

Lavern#show running-config
Building configuration...

Current configuration : 943 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname Lavern
!
!
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO2911/K9 sn FTX152402IM-
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
ip address 10.0.1.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 10.0.3.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
!
ip flow-export version 9
!
!
!
banner motd ^CAnnyeong^C
!
!
!
!
!
line con 0
exec-timeout 10 30
password 7 08701E1D5D4C53
logging synchronous
login
!
line aux 0
!
line vty 0 4
exec-timeout 10 30
password 7 08701E1D5D4C53
logging synchronous
login
!
!
!
end

ROUTER 2

Shieva#show running-config
Building configuration...

Current configuration : 946 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname Shieva
!
!
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO2911/K9 sn FTX15243A0H-
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
ip address 10.0.1.2 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 10.0.2.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
!
ip classless
!
ip flow-export version 9
!
!
!
banner motd ^CHello^C
!
!
!
!
!
line con 0
exec-timeout 10 30
password 7 08701E1D5D4C53
logging synchronous
!
line aux 0
!
line vty 0 4
exec-timeout 10 30
password 7 08701E1D5D4C53
logging synchronous
login
!
!
!
end

ROUTER 3

Miguel#show running-config
Building configuration...

Current configuration : 931 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname Miguel
!
!
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO2911/K9 sn FTX1524ZW3X-
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
ip address 10.0.2.2 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 10.0.3.2 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
!
ip flow-export version 9
!
!
!
banner motd ^Chaha^C
!
!
!
!
!
line con 0
exec-timeout 10 30
password 7 08294D4608
logging synchronous
login
!
line aux 0
!
line vty 0 4
exec-timeout 10 30
password 7 08294D4608
logging synchronous
login
!
!
!
end

You might also like