buon giorno , sono un nuovo utente. Ho incontrato questo problema. Due gg fà ho configurato il router 877 su rete telecom alice 7 , ed ha funzionato molto bene.
Ieri ho riutilizzato lo stesso il router dopo avere erase strt up & delete dat.vlan perchè utilizzato per altri scopi , e non sono piu' riuscito a navigare. Passo config per verifica nel caso abbia omesso qualche settaggio! grazie
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
Hostname XXXXX
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
!
crypto pki trustpoint TP-self-signed-2508470658
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2508470658
revocation-check none
rsakeypair TP-self-signed-2508470658
!
!
crypto pki certificate chain TP-self-signed-2508470658
certificate self-signed 01
dot11 syslog
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.10
ip dhcp excluded-address 192.168.1.129 192.168.1.134
ip dhcp excluded-address 192.168.1.161 192.168.1.164
ip dhcp excluded-address 172.16.1.1
!
ip dhcp pool ccp-pool
import all
network 172.16.1.0 255.255.255.240
default-router 172.16.1.1
lease 0 2
!
ip dhcp pool LAN-POOL-W
network 192.168.1.0 255.255.255.128
default-router 192.168.1.1
dns-server 208.67.222.222 151.99.0.100
lease 0 12
!
ip dhcp pool LAN-POOL-R
network 192.168.1.128 255.255.255.224
default-router 192.168.1.129
dns-server 208.67.222.222 151.99.0.100
lease 0 12
!
ip dhcp pool LAN-POOL-C
network 192.168.1.160 255.255.255.240
default-router 192.168.1.161
dns-server 208.67.222.222 151.99.0.100
lease 0 12
!
!
no ip domain lookup
!
multilink bundle-name authenticated
vpdn-group 1
!
username XXXXX privilege 15 secret 0 XXXXXXXXXXX
!
!
archive
log config
hidekeys
!
interface ATM0
description Interfaccia ATM0/0 - Connessione ADSL
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
bundle-enable
dsl operating-mode auto
hold-queue 224 in
!
interface FastEthernet0
switchport mode trunk
!
interface FastEthernet1
switchport access vlan 10
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$
ip address 172.16.1.1 255.255.255.240
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1412
!
interface Vlan10
ip address 192.168.1.1 255.255.255.128
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1412
!
interface Vlan20
description reception
ip address 192.168.1.129 255.255.255.224
ip nat inside
ip virtual-reassembly
!
interface Dialer0
description Interfaccia Dialer0/0 - Alice Mega ADSL 7Mbit/s
bandwidth 8096
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp header-compression
ip tcp adjust-mss 1452
dialer pool 1
dialer-group 1
no cdp enable
ppp chap hostname [email protected]
ppp chap password 0 XXXXX
ppp pap sent-username [email protected] password 0 XXXXXX
!
router rip
version 2
network 172.16.0.0
network 192.168.1.0
no auto-summary
!
ip forward-protocol nd
no ip forward-protocol udp bootps
no ip forward-protocol udp tftp
no ip forward-protocol udp nameserver
no ip forward-protocol udp domain
no ip forward-protocol udp time
no ip forward-protocol udp netbios-ns
no ip forward-protocol udp netbios-dgm
no ip forward-protocol udp tacacs
ip route 0.0.0.0 0.0.0.0 Dialer0
!
no ip http server
no ip http secure-server
ip nat translation timeout 420
ip nat translation syn-timeout 40
ip nat translation max-entries 5000
ip nat inside source list 1 interface Dialer0 overload
!
access-list 1 permit 172.16.1.0 0.0.0.31
access-list 1 permit 192.168.1.0 0.0.0.255
snmp-server community veronetta RO
snmp-server enable traps tty
no cdp run
!
control-plane
!
!
line con 0
login local
no modem enable
line aux 0
line vty 0 4
access-class 1 in
privilege level 15
login local
transport input telnet ssh
!
scheduler max-task-time 5000
end
XXXXX#
config 877 k9 adsl telecom
Moderatore: Federico.Lagni