You are on page 1of 9

NETW2700 Lab 3 - Routing Mitch Hill W0193679

January 25, 2018

Pings to each machine and server.

192.168.255.1  192.168.0.1, 192.168.127.2, 192.168.128.2, 123.45.6.254


NETW2700 Lab 3 - Routing Mitch Hill W0193679
January 25, 2018
NETW2700 Lab 3 - Routing Mitch Hill W0193679
January 25, 2018

East Router ip route


NETW2700 Lab 3 - Routing Mitch Hill W0193679
January 25, 2018

West Router ip route


NETW2700 Lab 3 - Routing Mitch Hill W0193679
January 25, 2018

Central Router ip route


NETW2700 Lab 3 - Routing Mitch Hill W0193679
January 25, 2018

Router WEST config

version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption

hostname WEST

ip cef
no ipv6 cef

interface FastEthernet0/0
ip address 192.168.0.254 255.255.255.0
duplex auto
speed auto

interface FastEthernet0/1
ip address 192.168.127.254 255.255.255.0
duplex auto
speed auto

interface Serial0/0
ip address 10.10.255.249 255.255.255.252

router rip

ip classless
ip route 0.0.0.0 0.0.0.0 10.10.255.250

ip flow-export version 9

line con 0

line aux 0

line vty 0 4
login

end
NETW2700 Lab 3 - Routing Mitch Hill W0193679
January 25, 2018

Router EAST config

version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption

hostname EAST

ip cef
no ipv6 cef

interface FastEthernet0/0
ip address 192.168.128.254 255.255.255.0
duplex auto
speed auto

interface FastEthernet0/1
ip address 192.168.255.254 255.255.255.0
duplex auto
speed auto

interface Serial0/0
ip address 10.10.255.245 255.255.255.252

ip classless
ip route 0.0.0.0 0.0.0.0 10.10.255.246

ip flow-export version 9

line con 0

line aux 0

line vty 0 4
login

end
NETW2700 Lab 3 - Routing Mitch Hill W0193679
January 25, 2018

Router CENTRAL config

version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption

hostname CENTRAL

ip cef
no ipv6 cef

interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown

interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown

interface Serial0/0
ip address 10.10.255.253 255.255.255.252

interface Serial0/1
ip address 10.10.255.250 255.255.255.252
clock rate 128000

interface Serial0/2
ip address 10.10.255.246 255.255.255.252
clock rate 128000

interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown

interface FastEthernet1/1
no ip address
duplex auto
speed auto
shutdown
NETW2700 Lab 3 - Routing Mitch Hill W0193679
January 25, 2018

ip classless
ip route 0.0.0.0 0.0.0.0 10.10.255.254
ip route 192.168.128.0 255.255.128.0 10.10.255.244
ip route 192.168.0.0 255.255.128.0 10.10.255.248

ip flow-export version 9

line con 0

line aux 0

line vty 0 4
login

end

You might also like