! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname R3 ! ! ! ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! interface Loopback1 ip address 192.168.30.1 255.255.255.0 ! interface Loopback2 ip address 192.168.31.1 255.255.255.0 ! interface Loopback3 ip address 192.168.32.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.1 point-to-point ip address 10.1.128.2 255.255.255.0 frame-relay interface-dlci 302 clock rate 2000000 ! interface Serial0/0/1 no ip address clock rate 2000000 shutdown ! interface Vlan1 no ip address shutdown ! router eigrp 10 network 192.168.30.0 network 192.168.31.0 network 192.168.32.0 auto-summary ! router ospf 100 router-id 192.168.100.3 log-adjacency-changes redistribute eigrp 10 subnets network 10.1.128.2 0.0.0.0 area 0 ! ip classless ! ! ! no cdp run ! ! ! ! ! line con 0 line vty 0 4 login ! ! ! end