Blame | Last modification | View Log | RSS feed
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname c1600
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$G2Ok$F.s13nMN8k3wdv/Lg46Th.
!
clock timezone Rome 2
no aaa new-model
ip subnet-zero
ip name-server 130.251.1.4
!
username admin password 7 02050D480809
!
!
!
!
interface Ethernet0
ip address 192.168.5.254 255.255.255.0
!
interface Serial0
no ip address
encapsulation frame-relay
frame-relay lmi-type cisco
!
interface Serial0.60 point-to-point
ip address 192.168.6.1 255.255.255.252
frame-relay interface-dlci 60
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
!
router eigrp 1
network 192.168.5.0
network 192.168.6.0 0.0.0.3
no auto-summary
!
ip default-gateway 192.168.6.2
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.6.2
ip http server
!
!
line con 0
login local
line vty 0 4
login local
!
end