! service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname R2 ! enable password cisco ! ! ! ! ! ip subnet-zero no ip domain-lookup ! ! interface Loopback0 ip address 172.22.82.1 255.255.255.128 ! interface FastEthernet0/0 ip address 172.22.52.2 255.255.255.224 duplex auto speed auto no shut ! interface Serial0/0 no ip address encapsulation frame-relay no shut clockrate 128000 ! interface Serial0/0.1 point-to-point ip address 172.22.32.2 255.255.255.0 ! interface Serial0/0.2 multipoint ip address 172.22.142.2 255.255.255.0 ! ! interface Serial0/1 ip address 172.22.62.2 255.255.255.0 no shut clockrate 128000 ! line con 0 logging synchronous password cisco line aux 0 line vty 0 4 password cisco login line vty 5 15 password cisco login ! end wr