Volevo sostituire il mio Soho77 con un C2600 per motivi di praticantato con vpn e altre diavolerie in vista dell'esame CCNA.
Ed eccomi qui inerme come pochi

!!!Non so che pesci prendere!!!

Incomincio con il postarvi la configurazione e dicendovi che lato lan funziona il tutto. Ovviamente se la wicadsl è down, capisco anch'io che non posso pingare il lato wan della ATM 0/0.
Spero che almeno The Irish e SithDrew possino aiutarmi.
Grazie a tutti e saluti....
Agostino Noviello
--show ver--
cisco 2610 (MPC860) processor (revision 0x203) with 61440K/4096K bytes of memory.
Processor board ID JAD053408K3 (3661189266)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
1 Ethernet/IEEE 802.3 interface(s)
1 ATM network interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)
Configuration register is 0x2102
---show run---
Building configuration...
Current configuration : 2138 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 xxxxx
!
username xxxxx password 7 xxxxx
no aaa new-model
ip subnet-zero
no ip source-route
!
!
no ip domain lookup
ip dhcp excluded-address 192.168.1.1 192.168.1.10
ip dhcp excluded-address 192.168.1.101 192.168.1.254
!
ip dhcp pool CLIENTS
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
dns-server 195.130.224.18 212.216.112.112
domain-name enoviaggi.it
!
ip audit notify log
ip audit po max-events 100
ip ssh break-string
!
no voice hpi capture buffer
no voice hpi capture destination
!
interface ATM0/0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface Ethernet0/0
ip address 192.168.1.254 255.255.255.0
ip nat inside
full-duplex
!
interface Dialer0
ip address 217.133.187.56 255.255.255.0
ip nat outside
encapsulation ppp
dialer pool 1
dialer idle-timeout 0
dialer persistent
ppp chap hostname xxxxx
ppp chap password 7 xxxxx
ppp pap sent-username xxxxx password 7 xxxxx
!
ip nat inside source list 1 interface Dialer0 overload
no ip http server
no ip http secure-server
ip classless
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
snmp-server community xxxxx RW
snmp-server enable traps tty
!
line con 0
login local
line aux 0
login local
line vty 0 4
login local
!
end