! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname R4 ! ! ! ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! interface Loopback1 ip address 192.168.40.1 255.255.255.0 ! interface Loopback2 ip address 192.168.41.1 255.255.255.0 ! interface Loopback3 ip address 192.168.42.1 255.255.255.0 ! 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/0 no ip address encapsulation frame-relay ! interface Serial0/0/0.3 point-to-point ip address 10.1.130.2 255.255.255.0 frame-relay interface-dlci 402 clock rate 2000000 ! interface Serial0/0/1 no ip address clock rate 2000000 shutdown ! interface Vlan1 no ip address shutdown ! router ospf 100 router-id 192.168.100.4 log-adjacency-changes redistribute rip subnets network 10.1.130.0 0.0.0.0 area 0 network 10.1.130.2 0.0.0.0 area 0 ! router rip version 2 redistribute ospf 100 network 192.168.40.0 network 192.168.41.0 network 192.168.42.0 ! ip classless ! ! ! no cdp run ! ! ! ! ! line con 0 line vty 0 4 login ! ! ! end