Cisco 827-4V.. ma funziona????

Tutto quello che ha a che fare con le infrastrutture (non le configurazioni)

Moderatore: Federico.Lagni

Avatar utente
ari
Cisco power user
Messaggi: 86
Iscritto il: mer 08 feb , 2006 10:16 am

Ciao a tutti!!
sto provando ad aggiornare l'IOS del mio 827-4V..
ma ho un po' di problemi!!
Nel frattempo vi posto la run:

Codice: Seleziona tutto

Building configuration...

Current configuration : 2828 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname VoIP
!
logging queue-limit 100
enable secret 5 $1$T/J6$9kgivw48PRmm7vgMO0/Rt1
!
username cisco password 7 14141B180F0B
ip subnet-zero
!
!
!
!
!
!
!
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
!
!
!
!
interface Ethernet0
 ip address 10.10.10.1 255.255.255.0
 ip access-group 103 out
 ip nat inside
 no cdp enable
 hold-queue 100 out
!
interface ATM0
 no ip address
 no atm ilmi-keepalive
 pvc 8/35
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
 !
 dsl operating-mode auto
!
interface Dialer1
 ip address negotiated
 ip access-group 101 in
 ip mtu 1492
 ip nat outside
 encapsulation ppp
 ip tcp adjust-mss 1452
 dialer pool 1
 dialer remote-name redback
 dialer-group 1
 no cdp enable
 ppp authentication pap chap callin
 ppp chap hostname xxxxx
 ppp chap password 7 094D5C00180B18
 ppp pap sent-username xxxxx password 7 104F1B1004191D
 ppp ipcp dns request
 ppp ipcp wins request
!
ip nat translation timeout 420
ip nat translation tcp-timeout 420
ip nat translation udp-timeout 120
ip nat translation finrst-timeout 300
ip nat translation syn-timeout 120
ip nat translation dns-timeout 300
ip nat translation icmp-timeout 120
ip nat inside source list 102 interface Dialer1 overload
ip nat inside source static tcp 10.10.10.3 4662 interface Dialer1 4662
ip nat inside source static udp 10.10.10.3 4672 interface Dialer1 4672
ip nat inside source static tcp 10.10.10.3 50000 interface Dialer1 50000
ip nat inside source static udp 10.10.10.3 50000 interface Dialer1 50000
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
!
access-list 101 permit icmp any any echo
access-list 101 permit icmp any any net-unreachable
access-list 101 permit icmp any any host-unreachable
access-list 101 permit icmp any any echo-reply
access-list 101 deny   tcp any any lt 1024
access-list 101 deny   udp any any lt 1024
access-list 101 deny   icmp any any
access-list 101 permit ip any any
access-list 102 permit ip 10.10.10.0 0.0.0.255 any
access-list 103 permit udp any eq domain any
access-list 103 permit tcp any any established
access-list 103 permit tcp any host 10.10.10.3 eq 4662
access-list 103 permit udp any host 10.10.10.3 eq 4672
access-list 103 permit icmp any any echo
access-list 103 permit icmp any any net-unreachable
access-list 103 permit icmp any any host-unreachable
access-list 103 permit icmp any any echo-reply
access-list 103 deny   ip any any
dialer-list 1 protocol ip permit
no cdp run
!
call rsvp-sync
!
voice-port 1
!
voice-port 2
!
voice-port 3
!
voice-port 4
!
!
line con 0
 stopbits 1
line vty 0 4
 access-class 23 in
 exec-timeout 120 0
 login local
 length 0
!
scheduler max-task-time 5000
end
e la flash:

Codice: Seleziona tutto

System flash directory:
File  Length   Name/status
  1   6948560  c820-sv6y6-mz.122-15.T13.bin
[6948624 bytes used, 5634288 available, 12582912 total]
12288K bytes of processor board System flash (Read/Write)
nonché la versione:

Codice: Seleziona tutto

Cisco Internetwork Operating System Software
IOS (tm) C820 Software (C820-SV6Y6-M), Version 12.2(15)T13,  RELEASE SOFTWARE (f
c2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2004 by cisco Systems, Inc.
Compiled Wed 16-Jun-04 14:36 by hqluong
Image text-base: 0x80013148, data-base: 0x80BEB394

ROM: System Bootstrap, Version 12.2(1r)XE2, RELEASE SOFTWARE (fc1)
ROM: C820 Software (C820-SV6Y6-M), Version 12.2(15)T13,  RELEASE SOFTWARE (fc2)

VoIP uptime is 54 minutes
System returned to ROM by reload
System image file is "flash:c820-sv6y6-mz.122-15.T13.bin"

CISCO C827-4V (MPC855T) processor (revision 0x1001) with 48128K/1024K bytes of m
emory.
Processor board ID JAE0826N2JK (3393378217), with hardware revision 0000
CPU rev number 5
Bridging software.
4 POTS Ports
1 Ethernet/IEEE 802.3 interface(s)
1 ATM network interface(s)
128K bytes of non-volatile configuration memory.
12288K bytes of processor board System flash (Read/Write)
2048K bytes of processor board Web flash (Read/Write)

Configuration register is 0x2102
Il problema è che usando SolarWinds per effettuare la connessione TFTP non riesco ne a scrivere nella flash ne a copiare...
è come se non pingasse assolutamente la porta ethernet del router!!
il cavo che uso è lo stesso che ho per il Soho che sto utilizzando fino ad ora!! tra le altre cose quando stacco il cavo dal soho e lo inserisco nell'827 XP mi dice cavo di rete scollegato!!
E poi se provo a dare il no shut sulla ethernet0 da console mi dice:

Codice: Seleziona tutto

VoIP(config-if)#no shut
VoIP(config-if)#
00:57:46: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed state to up
00:57:52: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed state to down
cosa può essere?
non c'è un modo per resettare tutto e procedere passo passo alla configurazione o per vedere se il router FUNZIONA??

MOLTE GRAZIE A TUTTI!! :)
Avatar utente
ari
Cisco power user
Messaggi: 86
Iscritto il: mer 08 feb , 2006 10:16 am

Cerco di essere un po' più chiaro... :shock:
Il problema a questo punto pare essere che il router non viene visto dalla rete (la mia rete è composta da un PC portartile e dal router).
Allora a questo punto vi chiederei:
1. come posso verificare da colegamento console che la porta ethernet funzioni?;
2. esiste un procedimento che mi consenta di capire se si tratta di un "semplice" problema di configurazione (mutuata dal soho77 che possiedo e funziona con lo stesso cavo ethernet) oppure di hardware del cisco?

Spero in un aiuto..
NON so dove sbattere la testa.

Molte GRAZIE a tutti!! :)
Avatar utente
ari
Cisco power user
Messaggi: 86
Iscritto il: mer 08 feb , 2006 10:16 am

Niente??? :shock:
Avatar utente
Wizard
Intergalactic subspace network admin
Messaggi: 3441
Iscritto il: ven 03 feb , 2006 10:04 am
Località: Emilia Romagna
Contatta:

La configurazione della Eth0 è corretta, hai provato a cambiare cavo?
Usi un cavo di rete dritto o incrociato?
Il futuro è fatto di persone che hanno delle intuizioni e visioni .....sono quelle persone che fanno la differenza...... quelle dotate di un TERZO OCCHIO....
Avatar utente
ari
Cisco power user
Messaggi: 86
Iscritto il: mer 08 feb , 2006 10:16 am

Wizard ha scritto:La configurazione della Eth0 è corretta, hai provato a cambiare cavo?
Usi un cavo di rete dritto o incrociato?
Ciao!!
Io ho anche un Soho77...
ed uso lo stesso cavo..
della Cisco, quello giallo!!

Non ci sono dei metodi per capire se l'HW funziona da cavo console?

MOLTE GRAZIE!! :D
Avatar utente
Wizard
Intergalactic subspace network admin
Messaggi: 3441
Iscritto il: ven 03 feb , 2006 10:04 am
Località: Emilia Romagna
Contatta:

Direi proprio di no a parte vedere lo stato della interfaccia e fare un bel "sh arp" per vedere se vede l' arp dei pc in rete.
Prova ad aggiornare la IOS che non si sa mai...!
Il futuro è fatto di persone che hanno delle intuizioni e visioni .....sono quelle persone che fanno la differenza...... quelle dotate di un TERZO OCCHIO....
Avatar utente
ari
Cisco power user
Messaggi: 86
Iscritto il: mer 08 feb , 2006 10:16 am

Wizard ha scritto:Direi proprio di no a parte vedere lo stato della interfaccia e fare un bel "sh arp" per vedere se vede l' arp dei pc in rete.
Prova ad aggiornare la IOS che non si sa mai...!
Ma il mio problema è che non ci riesco..
avvio Solaris e tramite cavo console do i comandi della procedura come da doc Cisco e lui mi dice:

Codice: Seleziona tutto

VoIP#copy flash tftp
Source filename [c820-sv6y6-mz.122-15.T13.bin]?
Address or name of remote host []? 10.10.10.3
Destination filename [c820-sv6y6-mz.122-15.T13.bin]?
.....
%Error opening tftp://10.10.10.3/c820-sv6y6-mz.122-15.T13.bin (Timed out)
ogni tanto il led della porta ethernet lampeggia e il router collegato con Hyperterminal mi dice:

Codice: Seleziona tutto

%PQUICC-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem?
cosa posso fare? :shock:
Avatar utente
zot
Messianic Network master
Messaggi: 1274
Iscritto il: mer 17 nov , 2004 1:13 am
Località: Teramo
Contatta:

Controlla che il server tftp che hai installato sul pc 10.10.10.3 stia su e non ci siano problemi di firewall et similia.
Dal router lo pinghi 10.10.10.3?
Calcola che il file dal server tftp se lo prende sempre via "cavo di rete"....
Se c'è soluzione perchè t'arrabbi?
Se non c'è soluzione perchè t'arrabbi?


http://www.zotbox.net
Avatar utente
TheIrish
Site Admin
Messaggi: 1840
Iscritto il: dom 14 mar , 2004 11:26 pm
Località: Udine
Contatta:

Aggiungo, controlla che il server tftp dia diritti di lettura+scrittura
Avatar utente
ari
Cisco power user
Messaggi: 86
Iscritto il: mer 08 feb , 2006 10:16 am

Ormai non ci capisco più nulla!!! :shock:
Ho resettato alle impostazioni di fabbrica l'827, attualmente si trova in queste condizioni:

Codice: Seleziona tutto

Building configuration...

Current configuration : 2855 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
logging queue-limit 100
enable secret 5 $1$02a2$8vN4gmundC68oifJZZDZe/
!
username cisco password 7 14141B180F0B
ip subnet-zero
!
!
!
!
!
!
!
!
no voice hpi capture buffer
no voice hpi capture destination 
!
!
!
!
!
!
interface Ethernet0
 ip address 10.10.10.1 255.255.255.0
 ip access-group 103 out
 ip nat inside
 no cdp enable
 hold-queue 100 out
!
interface ATM0
 no ip address
 shutdown
 no atm ilmi-keepalive
 pvc 8/35 
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
 !
 dsl operating-mode auto
!
interface Dialer1
 ip address negotiated
 ip access-group 101 in
 ip mtu 1492
 ip nat outside
 encapsulation ppp
 ip tcp adjust-mss 1452
 dialer pool 1
 dialer remote-name redback
 dialer-group 1
 no cdp enable
 ppp authentication pap chap callin
 ppp chap hostname xxxxx
 ppp chap password 7 yyyyy
 ppp pap sent-username xxxxx password 7 yyyyy
 ppp ipcp dns request
 ppp ipcp wins request
!
ip nat translation timeout 300
ip nat translation tcp-timeout 300
ip nat translation udp-timeout 120
ip nat translation finrst-timeout 300
ip nat translation syn-timeout 120
ip nat translation dns-timeout 300
ip nat translation icmp-timeout 120
ip nat inside source list 102 interface Dialer1 overload
ip nat inside source static udp 10.10.10.3 50000 interface Dialer1 50000
ip nat inside source static tcp 10.10.10.3 50000 interface Dialer1 50000
ip nat inside source static udp 10.10.10.3 4672 interface Dialer1 4672
ip nat inside source static tcp 10.10.10.3 4662 interface Dialer1 4662
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
!
access-list 101 permit icmp any any echo
access-list 101 permit icmp any any net-unreachable
access-list 101 permit icmp any any host-unreachable
access-list 101 permit icmp any any echo-reply
access-list 101 deny   tcp any any lt 1024
access-list 101 deny   udp any any lt 1024
access-list 101 deny   icmp any any
access-list 101 permit ip any any
access-list 102 permit ip 10.10.10.0 0.0.0.255 any
access-list 103 permit udp any eq domain any
access-list 103 permit tcp any any established
access-list 103 permit tcp any host 10.10.10.3 eq 4662
access-list 103 permit udp any host 10.10.10.3 eq 4672
access-list 103 permit tcp any host 10.10.10.3 eq 50000
access-list 103 permit icmp any any net-unreachable
access-list 103 permit icmp any any host-unreachable
access-list 103 permit icmp any any echo-reply
access-list 103 deny   ip any any
dialer-list 1 protocol ip permit
no cdp run
!
call rsvp-sync
!
voice-port 1
!
voice-port 2
!
voice-port 3
!
voice-port 4
!
!
line con 0
 stopbits 1
line vty 0 4
 access-class 23 in
 exec-timeout 120 0
 login local
 length 0
!
scheduler max-task-time 5000
end
come potete vedere nella interface Ethernet0 NON c'è SHUT
tuttavia quando do il RELOAD mi si presenta questa maschera:

Codice: Seleziona tutto

00:09:14: %SYS-5-RELOAD: Reload requested by console.
System Bootstrap, Version 12.2(1r)XE2, RELEASE SOFTWARE (fc1)
TAC Support: http://www.cisco.com/cgi-bin/ibld/view.pl?i=support
Copyright (c) 2001 by cisco Systems, Inc.
C827-4v platform with 49152 Kbytes of main memory

program load complete, entry point: 0x80013000, size: 0x6a05dc
Self decompressing the image : #################################################
###################################################################### [OK]

              Restricted Rights Legend

Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.

           cisco Systems, Inc.
           170 West Tasman Drive
           San Jose, California 95134-1706



Cisco Internetwork Operating System Software
IOS (tm) C820 Software (C820-SV6Y6-M), Version 12.2(15)T13,  RELEASE SOFTWARE (f
c2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2004 by cisco Systems, Inc.
Compiled Wed 16-Jun-04 14:36 by hqluong
Image text-base: 0x80013148, data-base: 0x80BEB394

CISCO C827-4V (MPC855T) processor (revision 0x1001) with 48128K/1024K bytes of m
emory.
Processor board ID JAE0826N2JK (3393378217), with hardware revision 0000
CPU rev number 5
Bridging software.
4 POTS Ports
1 Ethernet/IEEE 802.3 interface(s)
1 ATM network interface(s)
128K bytes of non-volatile configuration memory.
12288K bytes of processor board System flash (Read/Write)
2048K bytes of processor board Web flash (Read/Write)

Í


Press RETURN to get started!


*Mar  1 00:00:17.623: %LINK-3-UPDOWN: Interface Ethernet0, changed state to up
*Mar  1 00:00:17.627: %PQUICC-1-LOSTCARR: Unit 0, lost carrier. Transceiver prob
lem?
00:00:18: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed sta
te to down
00:00:19: %LINK-3-UPDOWN: Interface ATM0, changed state to down
00:00:20: %LINEPROTO-5-UPDOWN: Line protocol on Interface ATM0, changed state to
 down
00:00:21: %LINK-5-CHANGED: Interface ATM0, changed state to administratively dow
n
00:00:21: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed state to up
00:00:22: %SYS-5-CONFIG_I: Configured from memory by console
00:00:22: %LINK-3-UPDOWN: Interface Virtual-Access1, changed state to up
00:00:24: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access1, changed state to up
00:00:26: %SYS-5-RESTART: System restarted --
Cisco Internetwork Operating System Software
IOS (tm) C820 Software (C820-SV6Y6-M), Version 12.2(15)T13,  RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2004 by cisco Systems, Inc.
Compiled Wed 16-Jun-04 14:36 by hqluong
00:00:26: %SNMP-5-COLDSTART: SNMP agent on host Router is undergoing a cold start
00:00:26: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to up
00:00:30: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed state to down
00:00:30: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access2, changed state to up
perché mi dice:

Codice: Seleziona tutto

%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed state to up
e poi:

Codice: Seleziona tutto

%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed state to down
??????
Non solo.. ma se vado ad aprire un sessione telnet e provo a connettermi a 10.10.10.1 mi sice:

Codice: Seleziona tutto

C:\>telnet 10.10.10.1
Connessione a 10.10.10.1...Impossibile aprire una connessione con l'host. sulla
porta 23: Connessione non riuscita
e XP mi dice "cavo di rete scollegato"??

NON CI CAPISCO PIU' NIENTE!!!!!! :cry:
zot ha scritto:Controlla che il server tftp che hai installato sul pc 10.10.10.3 stia su e non ci siano problemi di firewall et similia.
Dal router lo pinghi 10.10.10.3?
come faccio a vedere che il server TFTP sia SU?? :shock:
Avatar utente
ari
Cisco power user
Messaggi: 86
Iscritto il: mer 08 feb , 2006 10:16 am

Ho fatto come mi hai detto...
ecco cosa viene fuori senza cavo ethernet collegato e senza cavo del telefono nella porta ADSL:

Codice: Seleziona tutto

Router#show int
ATM0 is administratively down, line protocol is down
  Hardware is PQUICC_SAR (with Alcatel ADSL Module)
  MTU 1500 bytes, sub MTU 1500, BW 800 Kbit, DLY 80 usec,
     reliability 0/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, 1 interface resets
     0 output buffer failures, 0 output buffers swapped out
Dialer1 is up (spoofing), line protocol is up (spoofing)
  Hardware is Unknown
  Internet address will be negotiated using IPCP
  MTU 1500 bytes, BW 56 Kbit, DLY 20000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation PPP, loopback not set
  DTR is pulsed for 1 seconds on reset
  Last input never, output never, output hang never
  Last clearing of "show interface" counters 00:02:54
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: weighted fair
  Output queue: 0/1000/64/0 (size/max total/threshold/drops)
     Conversations  0/0/16 (active/max active/max total)
     Reserved Conversations 0/0 (allocated/max allocated)
     Available Bandwidth 42 kilobits/sec
  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 packets output, 0 bytes
Ethernet0 is up, line protocol is down
  Hardware is PQUICC Ethernet, address is 0011.20fd.b9cb (bia 0011.20fd.b9cb)
  Internet address is 10.10.10.1/24
  MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
     reliability 215/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  Keepalive set (10 sec)
  Half-duplex, 10Mb/s
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input never, output 00:00:05, 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: fifo
  Output queue: 0/100 (size/max)
  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 input packets with dribble condition detected
     21 packets output, 1260 bytes, 0 underruns
     21 output errors, 0 collisions, 0 interface resets
     0 babbles, 0 late collision, 0 deferred
     21 lost carrier, 0 no carrier
     0 output buffer failures, 0 output buffers swapped out
Virtual-Access1 is up, line protocol is up
  Hardware is Virtual Access interface
  MTU 1500 bytes, BW 100000 Kbit, DLY 100000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Base PPPoATM vaccess, loopback not set
  DTR is pulsed for 5 seconds on reset
  Last input never, output never, output hang never
  Last clearing of "show interface" counters 00:02:58
  Input queue: 0/4096/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/40 (size/max)
  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
     0 carrier transitions
Virtual-Access2 is up, line protocol is up
  Hardware is Virtual Access interface
  MTU 1492 bytes, BW 100000 Kbit, DLY 100000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Base PPPoE vaccess, loopback not set
  DTR is pulsed for 5 seconds on reset
  Last input never, output never, output hang never
  Last clearing of "show interface" counters 00:02:53
  Input queue: 0/4096/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/40 (size/max)
  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
     0 carrier transitions
la configurazione adesso è:

Codice: Seleziona tutto

Router#show conf
Using 1945 out of 131072 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
logging queue-limit 100
enable secret 5 $1$02a2$8vN4gmundC68oifJZZDZe/
!
username cisco password 7 14141B180F0B
ip subnet-zero
!
!
!
!
!
!
!
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
!
!
!
!
interface Ethernet0
 ip address 10.10.10.1 255.255.255.0
 ip nat inside
 no cdp enable
 hold-queue 100 out
!
interface ATM0
 no ip address
 shutdown
 no atm ilmi-keepalive
 pvc 8/35
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
 !
 dsl operating-mode auto
!
interface Dialer1
 ip address negotiated
 ip nat outside
 encapsulation ppp
 dialer pool 1
 dialer remote-name redback
 dialer-group 1
 no cdp enable
 ppp authentication pap chap callin
 ppp chap hostname xxxxx
 ppp chap password 7 yyyyy
 ppp pap sent-username xxxxx password 7 yyyyy
 ppp ipcp dns request
 ppp ipcp wins request
!
ip nat translation timeout 300
ip nat translation tcp-timeout 300
ip nat translation udp-timeout 120
ip nat translation finrst-timeout 300
ip nat translation syn-timeout 120
ip nat translation dns-timeout 300
ip nat translation icmp-timeout 120
ip nat inside source list 1 interface Dialer1 overload
ip nat inside source static udp 10.10.10.3 50000 interface Dialer1 50000
ip nat inside source static tcp 10.10.10.3 50000 interface Dialer1 50000
ip nat inside source static udp 10.10.10.3 4672 interface Dialer1 4672
ip nat inside source static tcp 10.10.10.3 4662 interface Dialer1 4662
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
!
access-list 1 permit 10.10.10.0 0.0.0.255
dialer-list 1 protocol ip permit
no cdp run
!
call rsvp-sync
!
voice-port 1
!
voice-port 2
!
voice-port 3
!
voice-port 4
!
!
line con 0
 stopbits 1
line vty 0 4
 exec-timeout 120 0
 login local
 length 0
!
scheduler max-task-time 5000
end
non ho ancora provato ad aprire una sessione telnet...
adesso provo!!

GRAZIE!! :D
Avatar utente
ari
Cisco power user
Messaggi: 86
Iscritto il: mer 08 feb , 2006 10:16 am

OK!!
adesso la porta ethernet va.. pinga.. ecc. ecc.
ma dopo avere aggiornato l'IOS ed avere dato il reload da console.. ho un problema ancora più grande.. credo..
Mi dice che c'è un problema di memoria :shock:
e continua a riavviarsi!!! in loop!! non posso fermarlo!!

Codice: Seleziona tutto

System Bootstrap, Version 12.2(1r)XE2, RELEASE SOFTWARE (fc1)
TAC Support: http://www.cisco.com/cgi-bin/ibld/view.pl?i=support
Copyright (c) 2001 by cisco Systems, Inc.
C827-4v platform with 49152 Kbytes of main memory

program load complete, entry point: 0x80013000, size: 0xaa966c
Self decompressing the image : #################################################
################################################################################
################################################################### [OK]

              Restricted Rights Legend

Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.

           cisco Systems, Inc.
           170 West Tasman Drive
           San Jose, California 95134-1706



Cisco IOS Software, C820 Software (C820-K9OSV6Y6-M), Version 12.4(5a), RELEASE S
OFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2006 by Cisco Systems, Inc.
Compiled Sat 14-Jan-06 05:45 by alnguyen
Image text-base: 0x800131D0, data-base: 0x813F7EF4


This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
[email protected].

Cisco C827-4V (MPC855T) processor (revision 0x1001) with 48128K/1024K bytes of memory.
Processor board ID JAE0826N2JK (3393378217), with hardware revision 0000
CPU rev number 5
4 POTS Ports
1 Ethernet interface
1 ATM interface
128K bytes of NVRAM.
12288K bytes of processor board System flash (Read/Write)
2048K bytes of processor board Web flash (Read/Write)

SYSTEM INIT: INSUFFICIENT MEMORY TO BOOT THE IMAGE!



%Software-forced reload


 00:00:45 UTC Fri Mar 1 2002: Unexpected exception to CPUvector 700, PC = 0x801B
EB88, LR = 0x801BEAC8

-Traceback= 0x801BEB88 0x801BEAC8 0x801D85B4 0x801EEE64 0x801CFA24 0x801CFAE8 0x
801D6110 0x80369B1C 0x8036A910 0x8036AA4C 0x800CC888 0x8122D5E8 0x8122D824 0x812
2DCD8 0x811D4E9C 0x801C086C

CPU Register Context:
MSR = 0x00029032  CR  = 0x30000005  CTR = 0x00000000  XER   = 0xC000F67F
R0  = 0x00000000  R1  = 0x82AC51F8  R2  = 0x82050000  R3    = 0x00000000
R4  = 0xFFFFFFFE  R5  = 0x00000000  R6  = 0x82AC51D0  R7    = 0x81E60000
R8  = 0xFF000000  R9  = 0x81E40000  R10 = 0x8205AC40  R11   = 0x00000000
R12 = 0xA0000000  R13 = 0xFFF325E8  R14 = 0x00000001  R15   = 0x00000000
R16 = 0x00000000  R17 = 0x00000001  R18 = 0x00000000  R19   = 0x00000060
R20 = 0x801CFA20  R21 = 0x81515714  R22 = 0x00000000  R23   = 0x815157F0
R24 = 0x00000000  R25 = 0x00010000  R26 = 0x801EEE60  R27   = 0x00010000
R28 = 0x00000000  R29 = 0x82133508  R30 = 0x00000000  R31   = 0x82050000

writing crashinfo to _20020301-000046



Press RETURN to get started!


*Mar  1 00:00:09.179: %LINEPROTO-5-UPDOWN: Line protocol on Interface VoIP-Null0
, changed state to up
*Mar  1 00:00:37.127: %LINK-3-UPDOWN: Interface Ethernet0, changed state to up
*Mar  1 00:00:37.131: %PQUICC-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem?
00:00:38: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed state to down
00:00:38: %LINK-3-UPDOWN: Interface ATM0, changed state to down
00:00:39: %LINEPROTO-5-UPDOWN: Line protocol on Interface ATM0, changed state todown
00:00:40: %LINEPROTO-5-UPDOWN: Line protocol on Interface NVI0, changed state toup
00:00:41: %LINK-5-CHANGED: Interface ATM0, changed state to administratively down
00:00:43: %SYS-5-CONFIG_I: Configured from memory by console
00:00:44: %LINK-3-UPDOWN: Interface Virtual-Access1, changed state to up
00:00:45: %SYS-2-MALLOCFAIL: Memory allocation of 65536 bytes failed from 0x801EEE60, alignment 0
Pool: Processor  Free: 66972  Cause: Memory fragmentation
Alternate Pool: None  Free: 0  Cause: No Alternate pool

-Process= "IPSEC key engine", ipl= 0, pid= 120
-Traceback= 0x8008E000 0x801CFD9C 0x801D85B4 0x801EEE64 0x801CFA24 0x801CFAE8 0x
801D6110 0x80369B1C 0x8036A910 0x8036AA4C 0x800CC888 0x8122D5E8 0x8122D824 0x812
2DCD8 0x811D4E9C 0x801C086C
00:00:47: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access1, changed state to up
00:00:49: %SYS-5-RESTART: System restarted --
Cisco IOS Software, C820 Software (C820-K9OSV6Y6-M), Version 12.4(5a), RELEASE S
OFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2006 by Cisco Systems, Inc.
Compiled Sat 14-Jan-06 05:45 by alnguyen
00:00:49: %SNMP-5-COLDSTART: SNMP agent on host Router is undergoing a cold start
00:01:10: %AAA-3-ACCT_LOW_MEM_UID_FAIL: AAA unable to create UID for incoming ca
lls due to insufficient processor memory
Program (breakpoint) Exception (0x700)!

CPU Register Context:
PC  = 0x801BEB88  MSR = 0x00029032  CR  = 0x30000005  LR    = 0x801BEAC8
CTR = 0x00000000  XER = 0xC000F67F  DAR = 0x60400000  DSISR = 0x00001009
DEC = 0x0000CF3F  TBU = 0x00000000  TBL = 0x084C5FC1  IMMR  = 0xFF000502
R0  = 0x00000000  R1  = 0x82AC51F8  R2  = 0x82050000  R3    = 0x00000000
R4  = 0xFFFFFFFE  R5  = 0x00000000  R6  = 0x82AC51D0  R7    = 0x81E60000
R8  = 0xFF000000  R9  = 0x81E40000  R10 = 0x8205AC40  R11   = 0x00000000
R12 = 0xA0000000  R13 = 0xFFF325E8  R14 = 0x00000001  R15   = 0x00000000
R16 = 0x00000000  R17 = 0x00000001  R18 = 0x00000000  R19   = 0x00000060
R20 = 0x801CFA20  R21 = 0x81515714  R22 = 0x00000000  R23   = 0x815157F0
R24 = 0x00000000  R25 = 0x00010000  R26 = 0x801EEE60  R27   = 0x00010000
R28 = 0x00000000  R29 = 0x82133508  R30 = 0x00000000  R31   = 0x82050000
Stack trace:
PC = 801BEB88, SP = 82AC51F8
Frame 00: SP = 82AC51F8    RA = 801CFE30
Frame 01: SP = 82AC5208    RA = 801D85B4
Frame 02: SP = 82AC5230    RA = 801EEE64
Frame 03: SP = 82AC5280    RA = 801CFA24
Frame 04: SP = 82AC52D0    RA = 801CFAE8
Frame 05: SP = 82AC52F0    RA = 801D6110
Frame 06: SP = 82AC5308    RA = 80369B1C
Frame 07: SP = 82AC5350    RA = 8036A910
Frame 08: SP = 82AC5420    RA = 8036AA4C
Frame 09: SP = 82AC5528    RA = 800CC888
Frame 10: SP = 82AC5558    RA = 8122D5E8
Frame 11: SP = 82AC55B0    RA = 8122D824
Frame 12: SP = 82AC55C8    RA = 8122DCD8
Frame 13: SP = 82AC5698    RA = 811D4E9C
Frame 14: SP = 82AC56C0    RA = 801C086C
Frame 15: SP = 82AC5708    RA = 801C3C28
Frame 16: SP = 82AC5710    RA = 0

*** System received a Software forced crash ***
signal= 0x17, code= 0x700, context= 0x82131e30
PC = 0x801beb88, Vector = 0x700, SP = 0x82ac51f8
come posso metterne una più piccola di immagine IOS? :cry:
Cavolo.. FUNZIONAVA!!
non entrava in internet.. ma evevo risolto quasi tutti i problemi...
Avatar utente
ari
Cisco power user
Messaggi: 86
Iscritto il: mer 08 feb , 2006 10:16 am

Dreamer ha scritto:
ari ha scritto:interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
nn puo funzionare per grazia divina se hai messo shutdown nell'interfaccia ATM0!
OK!! :oops:
allora poi modificherò quella voce..
MA ADESSO COME FACCIO A INTERROMPERE IL CONTINUO RIAVVIARSI DEL ROUTER PER IL PROBLEMA DELLA MEMORIA? :shock:

GRAZIE!!
Rispondi