! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Washington ! enable secret 5 $1$ekk7$Lqg9OdinIgdJSPFr30iNz0 ! ! ! ! ! ip subnet-zero ! ! ! process-max-time 200 ! interface Loopback0 ip address 192.168.31.22 255.255.255.255 no ip directed-broadcast ! interface Ethernet0 ip address 192.168.0.1 255.255.255.0 no ip directed-broadcast ! interface Serial0 ip address 192.168.1.2 255.255.255.252 no ip directed-broadcast ip ospf message-digest-key 1 md5 7 asecret no ip mroute-cache no fair-queue ! interface Serial1 no ip address no ip directed-broadcast shutdown ! router ospf 1 network 192.168.0.0 0.0.0.255 area 0 network 192.168.1.0 0.0.0.3 area 0 area 0 authentication message-digest log-adjacency-changes ! ip classless ip http server ! ! line con 0 transport input none line aux 0 line vty 0 4 password cisco login ! end