! service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname R1 ! ! ! ! ! ! ip subnet-zero ! ! interface Loopback0 ip address 172.22.81.1 255.255.255.0 ! ! interface FastEthernet0/0 ip address 172.22.174.1 255.255.255.192 duplex auto speed auto no shut ! interface Serial0/0 no ip address encapsulation frame-relay no shut clockrate 128000 ! interface Serial0/0.1 multipoint ip address 172.22.142.1 255.255.255.0 frame-relay interface-dlci 122 ! interface Serial0/0.2 point-to-point ip address 172.22.51.1 255.255.255.252 frame-relay interface-dlci 125 ! ! no ip domain-lookup line con 0 logg sync exec-timeout 0 0 no login privilege level 15 line aux 0 line vty 0 4 password cisco login line vty 5 15 password cisco login ! end