Pagina 1 di 1
configurazione router cisco 837 per adsl teletu
Inviato: mer 20 ott , 2010 4:04 pm
da eeprom
Salve a tutti sono un neofita di questi apparati . sto cercando di configurare questo router per potermi connettere ma data la mia ignoranza non c'è stato niente da fare. mi rivolgo a chiunque abbia avuto il mio stesso problema affinchè possa aiutarmi a risolvere questo problema. se fosse possibile un listato con le info per programmare il router da console con le istruzioni da impartire al router
grazie a tutti
buon lavoro
Inviato: gio 21 ott , 2010 9:02 pm
da paolomat75
Ciao.
Posta la configurazione.
Non sono un mega esperto, ma forse posso aiutarti
Ciao
Paolo
Inviato: gio 04 nov , 2010 11:03 pm
da Tatione
Premetto che non sono per nulla esperto ma questa configurazione funziona correttamente su un apparato uguale al tuo e con ISP tele2.
Logicamente al termine della procedura devi salvare la configurazione con un bel write.
Codice: Seleziona tutto
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname <NOMEROUTER>
!
boot-start-marker
boot-end-marker
!
memory-size iomem 5
no logging buffered
no logging console
enable secret 5 <tuapassword>
!
username <tuousername> password 7 <tuapassword>
clock timezone GMT 1
no aaa new-model
no ip subnet-zero
!
!
ip dhcp excluded-address 192.168.0.1 192.168.0.5
ip dhcp excluded-address 0.0.0.0
!
ip dhcp pool LAN
import all
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
domain-name DHCP
dns-server 193.12.150.2 212.247.152.2
lease infinite
!
!
no ip domain lookup
ip cef
ip ids po max-events 100
no ftp-server write-enable
!
!
archive
log config
hidekeys
!
!
!
!
!
interface Ethernet0
description Interfaccia Ethernet0/0 - Lan Interna
ip address 192.168.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
no ip mroute-cache
hold-queue 100 out
!
interface Ethernet2
no ip address
hold-queue 100 out
!
interface ATM0
description Interfaccia ATM0/0 - Connessione ADSL
no ip address
no ip mroute-cache
atm vc-per-vp 64
no atm ilmi-keepalive
dsl operating-mode auto
hold-queue 224 in
pvc 8/35
oam-pvc 0
pppoe-client dial-pool-number 1
!
!
interface FastEthernet1
no ip address
duplex auto
speed auto
!
interface FastEthernet2
no ip address
duplex auto
speed auto
!
interface FastEthernet3
no ip address
duplex auto
speed auto
!
interface FastEthernet4
no ip address
duplex auto
speed auto
!
interface Dialer1
description Interfaccia Dialer0/1 - Tele2 ADSL 7
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer remote-name redback
dialer-group 1
ppp authentication pap chap callin
ppp chap hostname <Utentefornitodatele2>
ppp chap password 7 <passwordfornitadatele2>
ppp pap sent-username <Utentefornitodatele2>
password 7 <passwordfornitadatele2>
ppp ipcp dns request
ppp ipcp wins request
hold-queue 224 in
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
ip http server
no ip http secure-server
ip nat translation timeout 420
ip nat translation tcp-timeout 120
ip nat translation pptp-timeout 420
ip nat translation icmp-timeout 1
ip nat translation max-entries 1000
ip nat inside source list 1 interface Dialer1 overload
ip nat inside source list 102 interface Dialer1 overload
!
!
access-list 1 permit 192.168.0.0 0.0.0.255
dialer-list 1 protocol ip permit
!
!
control-plane
!
!
line con 0
exec-timeout 120 0
logging synchronous
no modem enable
transport preferred all
transport output all
stopbits 1
line aux 0
transport preferred all
transport output all
line vty 0 4
access-class 1 in
exec-timeout 120 0
password 7 <passwordxtelnet>
logging synchronous
login
length 0
transport preferred all
transport input all
transport output all
!
scheduler max-task-time 5000
end