|
|
version 11.2 <*>
service udp-small-servers <*>
service tcp-small-servers <*>
!
hostname Atlanta
!
enable secret cisco
!
ip subnet-zero
no ip domain-lookup
!
interface Ethernet0
ip address 10.1.1.1 255.0.0.0
!
interface Serial0
description Leased Line to Boston
ip unnumbered Ethernet0
** add 'encapsulation ppp' here if communicating with third party routers **
!
router rip
version 2
network 10.0.0.0
no auto-summary
!
ip http server
ip classless
!
line con 0
password console
login
line aux 0 <*>
line vty 0 4
password telnet
login <*>
!
end <*>
|
|