ATM0 is initializing, line protocol is down

Tutto ciò che ha a che fare con la configurazione di apparati Cisco (e non rientra nelle altre categorie)

Moderatore: Federico.Lagni

Rispondi
simmete
n00b
Messaggi: 5
Iscritto il: mer 01 feb , 2006 6:31 pm

Ciao,

sto cercando di configurare un CISCO877-k9 per una ADSL interbuisness (Multigroup telecom), ho provato qualche configurazione postata ma sembra non agganciare la portante....

Dando uno show interfaces ATM 0 vedo questo:

Codice: Seleziona tutto

ATM0 is initializing, line protocol is down
  Hardware is MPC ATMSAR (with Alcatel ADSL Module)
  MTU 4470 bytes, sub MTU 4470, BW 4608 Kbit, DLY 80 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation ATM, loopback not set
  Encapsulation(s): AAL5  AAL2, PVC mode
  10 maximum active VCs, 1024 VCs per VP, 0 current VCCs
  VC Auto Creation Disabled.
  VC idle disconnect time: 300 seconds
  Last input never, output never, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: Per VC Queueing
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     0 packets output, 0 bytes, 0 underruns
     0 output errors, 0 collisions, 0 interface resets
     0 output buffer failures, 0 output buffers swapped out
E nella sezione di configurazione ho messo

Codice: Seleziona tutto

interface ATM0
 no ip address
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 ip route-cache flow
 no atm ilmi-keepalive
 dsl operating-mode auto
!
interface ATM0.1 point-to-point
 description $ES_WAN$$FW_OUTSIDE$
 ip address 88.XXX.XXX.46 255.255.255.252
 ip nat outside
 ip virtual-reassembly
 pvc 8/35
  encapsulation aal5snap
 !
!
Dove puo' essere l'errore? (La linea va in quanto con un altro router funziona correttamente...)

Grazie in anticipo.
Avatar utente
spooke
Cisco enlightened user
Messaggi: 136
Iscritto il: sab 05 mar , 2005 10:18 pm
Località: Milano
Contatta:

telefona il supporto telecom e apri un guasto!
simmete
n00b
Messaggi: 5
Iscritto il: mer 01 feb , 2006 6:31 pm

... ma come mai allora se attacco un router Zyxel Prestige 650 che ho configurato la scorsa settimana funziona?

(P.S: Ho chiamato la telecom... attendo che mi richiamino)
Avatar utente
spooke
Cisco enlightened user
Messaggi: 136
Iscritto il: sab 05 mar , 2005 10:18 pm
Località: Milano
Contatta:

posta la conf e vediamo se va bene..
simmete
n00b
Messaggi: 5
Iscritto il: mer 01 feb , 2006 6:31 pm

Dunque, l'errore precesente lo ho risolto cambiando:

Codice: Seleziona tutto

dsl operating mode auto
in

Codice: Seleziona tutto

dsl operating mode ansi
Ora sono alle prese con il NAT:

I dati fornitomi dalla Telecom sono questi:
punto punto: 88.xx.yy.46 mask 255.255.255.252
ip assegnati: 88.kk.zz.184-191 mask 255.255.255.248
(qundi il GW dovrebbe essere il 88.kk.zz.185)

Il router si trova all'indirizzo interno 192.168.0.7 mask 255.255.255.0
vorrei sapere come configurare correttamenet le routes per il NAT, ho visto in giro nel forum ma non me ne funziona una...

Questa e' la mia conf attuale:

Codice: Seleziona tutto

 version 12.3
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname router
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 debugging
logging console critical
enable secret 5 $1$E255$dsdsyqK6Yp2J2KjBlJStRjPF1
!
username cisco privilege 15 secret 5 $1$ExkK$.HnWdsdsfsqNncVx6f5P.x/
clock timezone PCTime 1
clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00
no aaa new-model
ip subnet-zero
no ip source-route
ip cef
!
!
ip tcp synwait-time 10
no ip bootp server
ip domain name interbuisness.it
ip name-server 151.99.0.100
ip name-server 151.99.125.2
ip ssh time-out 60
ip ssh authentication-retries 2
no ftp-server write-enable
!
!
!
! 
!
!
!
interface ATM0
 no ip address
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 ip route-cache flow
 no atm ilmi-keepalive
 dsl operating-mode ansi-dmt
!
interface ATM0.1 point-to-point
 description $ES_WAN$$FW_OUTSIDE$
 ip address 88.xx.yy.46 255.255.255.252
 ip nat outside
 ip virtual-reassembly
 pvc 8/35 
  encapsulation aal5snap
 !
!
interface FastEthernet0
 no ip address
 no cdp enable
!
interface FastEthernet1
 no ip address
 no cdp enable
!
interface FastEthernet2
 no ip address
 no cdp enable
!
interface FastEthernet3
 no ip address
 no cdp enable
!
interface Vlan1
 description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$$FW_INSIDE$
 ip address 192.168.0.107 255.255.255.0 secondary
 ip address 88.kk.zz.185 255.255.255.248
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 ip nat inside
 ip virtual-reassembly
 ip route-cache flow
 ip tcp adjust-mss 1452
!
ip classless
ip route 0.0.0.0 0.0.0.0 ATM0.1
ip route 88.kk.zz.184 255.255.255.0 ATM0.1
ip route 151.99.0.0 255.255.0.0 ATM0.1
no ip http server
!
control-plane
!
banner login Authorized access only!
 Disconnect IMMEDIATELY if you are not an authorized user!
!
line con 0
 login local
 no modem enable
 transport preferred all
 transport output telnet
line aux 0
 login local
 transport preferred all
 transport output telnet
line vty 0 4
 privilege level 15
 login local
 transport preferred all
 transport input telnet ssh
 transport output all
!
scheduler max-task-time 5000
scheduler allocate 4000 1000
scheduler interval 500
end
Grazie ancora....
xxcondorxx
Cisco fan
Messaggi: 66
Iscritto il: dom 29 gen , 2006 7:14 pm

Ciao, prova ad aggiungere queste stringhe:

ip nat pool adsl 88.kk.zz.185 88.kk.zz.185 netmask 255.255.255.248
ip nat inside source list 1 pool adsl overload
access-list 1 permit any
Rispondi