Questa configurazione è valida per la subnet di 16 indirizzi statici di cui ho assegnato il primo all'interfaccia ethernet.
Codice: Seleziona tutto
!
! Last configuration change at 14:32:35 CEST Thu Apr 6 2006 by vega
! NVRAM config last updated at 14:38:39 CEST Thu Apr 6 2006 by vega
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname wooow
!
aaa new-model
!
!
aaa authentication ppp default local
aaa authorization network default none
aaa session-id common
enable secret 5 XXXXXX
enable password 7 XXXXXX
!
username XXXXXX password 7 XXXXXX
clock timezone CET 1
clock summer-time CEST recurring last Sun Mar 0:00 last Sun Oct 0:00
ip subnet-zero
ip tcp selective-ack
no ip domain lookup
ip name-server 62.94.0.1
ip name-server 62.94.0.2
!
!
!
!
!
interface FastEthernet0/0
ip address XXXXXX 255.255.255.240
speed auto
full-duplex
!
interface Serial0/0
no ip address
shutdown
!
interface ATM1/0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface Dialer0
ip address negotiated
encapsulation ppp
ip tcp header-compression passive
dialer pool 1
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
!
!
dialer-list 1 protocol ip permit
snmp-server community public RO
snmp-server enable traps tty
radius-server retransmit 3
radius-server authorization permit missing Service-Type
!
line con 0
exec-timeout 0 0
password 7 XXXXXX
stopbits 1
line aux 0
password 7 XXXXXX
line vty 0 4
password 7 XXXXXX
!
scheduler max-task-time 5000
no scheduler allocate
sntp server 193.204.114.232
end