no service pad no service tcp-small-servers no service udp-small-servers service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname Router ! ! ip subnet-zero ip domain-lookup ip dhcp excluded-address 10.10.10.1 ! ! ip dhcp pool CLIENT import all lease infinite network 10.10.10.0 255.255.255.0 default-router 10.10.10.1 ! ! interface Ethernet0 ip address 10.10.10.1 255.255.255.0 no shutdown ! interface ATM0 no shutdown no ip address no atm ilmi-keepalive ! ip classless ip http server ! ! access-list 23 permit 10.10.10.0 0.0.0.255 ! ! line con 0 exec-timeout 120 0 stopbits 1 line vty 0 4 access-class 23 in exec-timeout 120 0 login local ! end