Codice: Seleziona tutto
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
!
memory-size iomem 25
ip subnet-zero
!
!
!
!
!
!
!
interface FastEthernet0
description cisco-lan
ip address X.X.X.X 255.255.255.248
speed auto
!
interface Serial0
no ip address
encapsulation frame-relay IETF
no fair-queue
frame-relay lmi-type cisco
!
interface Serial0.1 point-to-point
description cisco-wan
no cdp enable
frame-relay interface-dlci 20 ppp Virtual-Template1
!
interface Virtual-Template1
ip address negotiated
ppp chap hostname NOMEUTENTE
ppp chap password 0 PASSWORD
ppp pap sent-username NOMEUTENTE password 0 PASSWORD
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0.1
no ip http server
!
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
no scheduler allocate
end