! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R1 ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 5 ip cef ! ! ! ! no ip domain lookup ! multilink bundle-name authenticated ! ! ! key chain KEYCHAIN1 key 1 key-string CISCO ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! archive log config hidekeys ! ! ! ! ! ! ! ! interface Loopback0 ip address 1.1.1.1 255.255.255.255 ! interface FastEthernet0/0 ip address 192.168.1.1 255.255.255.252 ip rip send version 1 ip rip receive version 1 duplex auto speed auto ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial1/0 no ip address shutdown serial restart-delay 0 ! interface Serial1/1 no ip address encapsulation frame-relay serial restart-delay 0 ! interface Serial1/1.1 point-to-point ip address 172.16.1.1 255.255.255.252 ip rip authentication mode md5 ip rip authentication key-chain KEYCHAIN1 snmp trap link-status frame-relay interface-dlci 181 ! interface Serial1/1.2 point-to-point ip address 172.16.2.1 255.255.255.252 ip rip authentication mode md5 ip rip authentication key-chain KEYCHAIN1 snmp trap link-status frame-relay interface-dlci 182 ! interface Serial1/2 no ip address shutdown serial restart-delay 0 ! interface Serial1/3 no ip address shutdown serial restart-delay 0 ! router rip version 2 network 1.0.0.0 network 172.16.0.0 network 192.168.1.0 no auto-summary ! ip forward-protocol nd ip route 10.1.2.0 255.255.255.0 192.168.1.2 ! ! ip http server no ip http secure-server ! ! ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 line aux 0 line vty 0 4 login ! ! end