Lab 9 1 - JadenGil/Jaden-Tech-Journal GitHub Wiki

MTL-Laptop IP and Netmask

image

MTL-Router IP and Netmask (fa0/1)

image

IP Route on MTL-Router

image


show run info

Current configuration : 758 bytes

!

version 12.4

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

!

!

!

!

!

!

!

!

no ip cef

no ipv6 cef

!

!

!

!

!

!

!

!

!

!

!

!

spanning-tree mode pvst

!

!

!

!

!

!

interface FastEthernet0/0

ip address 172.16.20.1 255.255.255.0

duplex auto

speed auto

!

interface FastEthernet0/1

no ip address

duplex auto

speed auto

!

interface Serial0/1/0

ip address 172.16.0.2 255.255.255.252

clock rate 2000000

!

interface Vlan1

no ip address

shutdown

!

router ospf 1

log-adjacency-changes

network 172.16.0.0 0.0.0.3 area 202

network 172.16.20.0 0.0.0.255 area 202

!

ip classless

!

ip flow-export version 9

!

!

!

!

!

!

!

!

line con 0

!

line aux 0

!

line vty 0 4

login

!

!

!

end


BTV-Router IP and Netmask (fa0/0)

image

BTV-Router IP and Netmask (fa0/1)

image

BTV-Router IP and Netmask (Serial0/1/0)

image

BTV-Router Show ip route

image


Current configuration : 917 bytes

!

version 12.4

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

!

!

!

!

!

!

!

!

no ip cef

no ipv6 cef

!

!

!

!

!

!

!

!

!

!

!

!

spanning-tree mode pvst

!

!

!

!

!

!

interface FastEthernet0/0

ip address 172.16.10.1 255.255.255.0

duplex auto

speed auto

!

interface FastEthernet0/1

ip address 192.168.2.2 255.255.255.252

duplex auto

speed auto

!

interface Serial0/1/0

ip address 172.16.0.1 255.255.255.252

!

interface Vlan1

no ip address

shutdown

!

router ospf 1

log-adjacency-changes

network 172.16.10.0 0.0.0.255 area 202

network 172.16.0.0 0.0.0.3 area 202

default-information originate

!

router bgp 3033

bgp log-neighbor-changes

no synchronization

neighbor 192.168.2.1 remote-as 1010

redistribute ospf 1

!

ip classless

!

ip flow-export version 9

!

!

!

!

!

!

!

!

line con 0

!

line aux 0

!

line vty 0 4

login

!

!

!

end


Multilayer switch show ip route

image