Netw311 Lab1-1

You might also like

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

NETW311_M+W_DAY.

CLASS

Lab 1-1

QUESTIONS:

Do you think that these configurations will achieve full connectivity between R1 and R2? Explain
Router 2 is lacking an ip address on its serial 0/0/0. All attempts to establish connectivity under this
configuration will fail because of this.

Without this IP address, for which addresses in the topology diagram do you expect the ping to fail?
Again, without an ip address associated with S0/0/0 on Router 2, all ping’s to this device or subsequent
interfaces will fail. After assignment of ip address to s0/0/0 on R2, I was able to ping all IP’s.

PROOF:

hostname R1 interface Loopback4 ip address 10.100.12.1 255.255.255.252


no ip domain lookup ip address 10.1.4.1 255.255.255.252 clock rate 64000
interface Loopback1 interface FastEthernet0/0 router rip
ip address 10.1.1.1 255.255.255.252 ip address 192.168.1.1 255.255.255.0 version 2
interface Loopback2 duplex auto network 10.0.0.0
ip address 10.1.2.1 255.255.255.252 speed auto no auto-summary
interface Loopback3 interface Serial0/0/0 end
ip address 10.1.3.1 255.255.255.252 bandwidth 64 R1#

hostname R2 ip address 10.2.3.1 255.255.255.252 router rip


interface Loopback1 interface Loopback4 version 2
ip address 10.2.1.1 255.255.255.252 ip address 10.2.4.1 255.255.255.252 network 10.0.0.0
interface Loopback2 interface Serial0/0/0 no auto-summary
ip address 10.2.2.1 255.255.255.252 bandwidth 64 end
interface Loopback3 ip address 10.100.12.2 255.255.255.252 R2#
NETW311_M+W_DAY.CLASS

You might also like