Configurazione corrente del router: 10.10.10.1
!----------------------------------------------------------------------------
!version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname yourname
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
!
resource policy
!
clock timezone Berlin 1
clock summer-time Berlin date Mar 30 2003 2:00 Oct 26 2003 3:00
no ip dhcp use vrf connected
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool sdm-pool
import all
network 10.10.10.0 255.255.255.248
default-router 10.10.10.1
lease 0 2
!
!
ip cef
ip domain name yourdomain.com
ip name-server 212.216.112.112
ip name-server 212.216.187.62
ip name-server 85.37.17.9
ip name-server 85.37.17.6
!
!
crypto pki trustpoint TP-self-signed-2758796691
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2758796691
revocation-check none
rsakeypair TP-self-signed-2758796691
!
!
crypto pki certificate chain TP-self-signed-2758796691
certificate self-signed 01
3082024F 308201B8 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 32373538 37393636 3931301E 170D3032 30333031 30323037
33365A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D32 37353837
39363639 3130819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100CDEF 94274C8C 14AFFCEC DDECC07E CC8E52AB D3161F6A F397867F 7F7590E3
B401628F 1F71B461 75094B96 1EB31FEC 0D82F561 34D95814 DBBCC656 5818688C
A71D5563 453F0E1F EC79927C CA4B3C31 BF5BE30B 95907EE2 B718B27F 884F755B
5A186163 0B46C80D DB3C4CED A9DBD86D 1550BE0C 92B77307 E8036BCB 00BE6FB0
C4BD0203 010001A3 77307530 0F060355 1D130101 FF040530 030101FF 30220603
551D1104 1B301982 17796F75 726E616D 652E796F 7572646F 6D61696E 2E636F6D
301F0603 551D2304 18301680 14AD09A3 CC810807 04B44FCA C91E639F 572E6F42
43301D06 03551D0E 04160414 AD09A3CC 81080704 B44FCAC9 1E639F57 2E6F4243
300D0609 2A864886 F70D0101 04050003 8181006D 01FF0DA6 360CE5D9 54DF8226
35E53FF2 A47AD938 261C2FB6 C27F4D3B 55839075 2C803E2C E5696220 F9068E7E
603A66A5 CD2F591D 8B76739C 19683608 15079683 70ECFE40 6DCF98C2 57ABB9BB
F192DB79 2122C8F1 F9F0A05E FA4FF678 ECA0D431 73A99EE0 DFE8D7B7 05E4ADF6
9C161D3E 143943EB 36493068 5982AE10 853CE6
quit
username luchettino privilege 15 secret 5 $1$VGdf$ASihLymJAWk9deL4ejG8e/
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
no snmp trap link-status
pvc 8/35
oam-pvc manage
pppoe-client dial-pool-number 1
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Dot11Radio0
no ip address
shutdown
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$
ip address 10.10.10.1 255.255.255.248
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1412
!
interface Dialer0
ip address negotiated
ip mtu 1452
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname alice.adsl
ppp chap password 0 alice.adsl
ppp pap sent-username alice.adsl password 0 alice.adsl
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source list 1 interface Dialer0 overload
!
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 10.10.10.0 0.0.0.7
dialer-list 1 protocol ip permit
no cdp run
!
control-plane
!
banner login ^C
-----------------------------------------------------------------------
Cisco Router and Security Device Manager (SDM) is installed on this device.
This feature requires the one-time use of the username "cisco"
with the password "cisco". The default username and password have a privilege level of 15.
Please change these publicly known initial credentials using SDM or the IOS CLI.
Here are the Cisco IOS commands.
username <myuser> privilege 15 secret 0 <mypassword>
no username cisco
Replace <myuser> and <mypassword> with the username and password you want to use.
For more information about SDM please follow the instructions in the QUICK START
GUIDE for your router or go to
http://www.cisco.com/go/sdm
-----------------------------------------------------------------------
^C
!
line con 0
login local
no modem enable
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet ssh
!
scheduler max-task-time 5000
end