Pagina 1 di 2
Config Cisco Soho 97
Inviato: mar 03 mar , 2009 11:43 am
da Konqueror
Sto cercando di configurare il Cisco Soho con Adsl Tiscali 7 M. Vi posto la configurazione attuale,non funzionante, cosa sto sbagliando? Devo anche configurare lo switch interno?
Router#sh startup-config
Using 1086 out of 131072 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 $xxxxxxxxxxxxxxxxxxxx
!
no aaa new-model
!
resource policy
!
!
!
ip cef
!
!
!
!
!
!
!
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
hold-queue 100 out
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer0
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
ppp chap hostname yyyyyyy
ppp chap password hhhhhhh
ppp pap sent-username yyyyyyy password hhhhhhh
!
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
no ip http secure-server
!
ip nat inside source list 1 interface Dialer0 overload
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
password xxxxx
login
!
scheduler max-task-time 5000
end
Inviato: mar 03 mar , 2009 12:47 pm
da Wizard
Fai un "sh ip int brief" e postalo
Inviato: mar 03 mar , 2009 1:33 pm
da Gianremo.Smisek
ppp authentication chap callin
aggiungilo sotto la Dialer0 e riprova.
ciao
Inviato: mar 03 mar , 2009 3:04 pm
da Konqueror
Router#sh ip int brief
Interface IP-Address OK? Method Status Prol
Ethernet0 192.168.1.1 YES NVRAM up up
ATM0 unassigned YES NVRAM down dow
NVI0 unassigned NO unset up up
Dialer0 unassigned YES IPCP up up
Virtual-Access1 unassigned YES unset up up
Virtual-Access2 unassigned YES unset down dow
Inviato: mar 03 mar , 2009 5:20 pm
da ep
In che senso "non funzionate"? (cioè, che prove hai fatto e che esito hanno dato?)
Ciao!
Inviato: mar 03 mar , 2009 7:36 pm
da Konqueror
Penso che la configurazione sia non funzionante. Non ho esperienza sui router cisco, posso dire che non mi aggancia l'adsl e non riesco ad utilizzare il router neanche come modem...

L'ho configurato e connesso fisicamente, forse è la pacchettizzazione ATM0 non attiva
Inviato: mar 03 mar , 2009 10:02 pm
da Gianremo.Smisek
hai messo il comando che ti ho detto prima?
Inviato: mer 04 mar , 2009 1:01 am
da Konqueror
Si, senza esito purtroppo
Inviato: mer 04 mar , 2009 12:54 pm
da Gianremo.Smisek
hai detto che non ti aggancia la portante... potresti fare uno sh dsl int atm0 per piacere?
Inviato: mer 04 mar , 2009 2:12 pm
da Konqueror
Router>sh dsl int atm0
ATU-R (DS) ATU-C (US)
Modem Status: Showtime (DMTDSL_SHOWTIME)
DSL Mode: ITU G.992.1 (G.DMT)
ITU STD NUM: 0x01 0x01
Vendor ID: 'ALCB' 'TSTC'
Vendor Specific: 0x0000 0x0000
Vendor Country: 0x00 0xB5
Capacity Used: 93% 69%
Noise Margin: 13.0 dB 22.0 dB
Output Power: 12.0 dBm 12.0 dBm
Attenuation: 7.5 dB 3.5 dB
Defect Status: None None
Last Fail Code: None
Selftest Result: 0x00
Subfunction: 0x15
Interrupts: 643 (1 spurious)
Activations: 1
Init FW: embedded
Operartion FW: embedded
SW Version: 3.9.220
FW Version: 0x1A04
Interleave Fast Interleave Fast
Speed (kbps): 7616 0 480 0
Reed-Solomon EC: 0 0 0 0
CRC Errors: 0 0 0 0
Header Errors: 0 0 0 0
Bit Errors: 0 0
BER Valid sec: 0 0
BER Invalid sec: 0 0
LOM Monitoring : Disabled
DMT Bits Per Bin
00: 0 0 0 0 0 0 0 4 3 5 7 7 8 9 9 8
10: 8 9 8 8 8 8 8 7 7 7 6 5 5 6 0 0
20: 0 0 0 0 0 0 4 4 4 5 6 6 7 8 8 9
30: 9 A A A A B B B B B C C C C C C
40: 0 C C C C C C C C C C C C C C C
50: C C C C C C C C C C C C 2 C C C
60: C C C C C C C C C C C C C C C C
70: C C C C C C C C C C C C C B B B
80: B B B B B B B B B B B B B B B B
90: B B B B B B B B B B B B B B B B
A0: B B B B B B B B B B B B B B B B
B0: B B B B B A A A A A A A A A A A
C0: A A A A A A A A A A A A A A A A
D0: A A A A A A A A A A A 9 9 9 9 9
E0: 9 9 9 9 9 9 9 9 9 9 9 8 8 8 8 7
F0: 6 5 4 3 3 0 0 0 0 0 0 0 0 0 0 0
Training log buffer capability is not enabled yet.
Grazie Intel, l'aggancia a quanto pare, allora qual'è il problema la mancata autenticazione?
Inviato: mer 04 mar , 2009 2:48 pm
da Gianremo.Smisek
hai una buona linea. Secondo me, sì, e' il PPP che non sale.. Hai una configurazione per PPPoA, Tiscali non andava in PPPoE oppure sbaglio?
ciao
Inviato: gio 05 mar , 2009 10:50 am
da Wizard
ATM0 unassigned YES NVRAM down dow
Se la atm0 è down down sicuro che sia tutto a posto a livello di:
- cavi
- int adsl del router
- linea
?
Inviato: gio 05 mar , 2009 2:41 pm
da Gianremo.Smisek
forse ha fatto lo sh int quando aveva i cavi staccati
Inviato: ven 06 mar , 2009 2:21 pm
da Konqueror
Era a cavi scollegati, scusatemi. Nella connessione di rete tra pc e router non c'è ricezione-invio pacchetti
Router#sh ip int brief
Interface IP-Address OK? Method Status Prol
Ethernet0 192.168.1.1 YES NVRAM up up
ATM0 unassigned YES NVRAM up up
NVI0 unassigned NO unset up up
Dialer0 84.222.142.59 YES IPCP up up
Virtual-Access1 unassigned YES unset up up
Virtual-Access2 unassigned YES unset up up
Inviato: lun 09 mar , 2009 3:27 pm
da Wizard
Prova così dal router:
ping 151.1.1.1 source Ethernet0