! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname R2 ! ! ! ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! 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.1 255.255.255.0 frame-relay interface-dlci 203 clock rate 2000000 ! interface Serial0/0/0.2 point-to-point ip address 10.1.129.1 255.255.255.0 frame-relay interface-dlci 205 clock rate 2000000 ! interface Serial0/0/0.3 point-to-point ip address 10.1.130.1 255.255.255.0 frame-relay interface-dlci 204 clock rate 2000000 ! interface Serial0/0/1 ip address 10.1.1.1 255.255.255.0 ! interface Vlan1 no ip address shutdown ! router ospf 100 router-id 192.168.100.1 log-adjacency-changes redistribute static subnets redistribute connected subnets network 10.1.128.1 0.0.0.0 area 0 network 10.1.129.1 0.0.0.0 area 0 network 10.1.130.1 0.0.0.0 area 0 ! router rip ! ip classless ip route 192.168.10.0 255.255.255.0 10.1.1.254 ip route 192.168.11.0 255.255.255.0 10.1.1.254 ip route 192.168.12.0 255.255.255.0 10.1.1.254 ! ! ! ! ! ! ! line con 0 line vty 0 4 login ! ! ! end