ios installato: e poi????

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

Moderatore: Federico.Lagni

Rispondi
cadorna
Cisco fan
Messaggi: 40
Iscritto il: dom 27 mar , 2005 5:43 pm

mi esce questa scritta:

System Bootstrap, Version 12.2(8r)YN, RELEASE SOFTWARE (fc1)
TAC Support: http://www.cisco.com/tac
Copyright (c) 2002 by cisco Systems, Inc.
C800/SOHO series (Board ID: 22-128) platform with 32768 Kbytes of main memory

program load complete, entry point: 0x80013000, size: 0x64afd4
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, SOHO97 Software (SOHO97-K9OY1-M), Version 12.3(14)T, RELEASE
SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by Cisco Systems, Inc.
Compiled Sat 26-Mar-05 00:47 by yiyan
Image text-base: 0x800131D0, data-base: 0x80BA56EC


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 SOHO97 (MPC857DSL) processor (revision 0x400) with 31130K/1638K bytes of m
emory.
Processor board ID AMB082025L5 (214544686), with hardware revision 0000
CPU rev number 7
1 Ethernet interface
1 ATM interface
128K bytes of NVRAM.
8192K bytes of processor board System flash (Read/Write)
2048K bytes of processor board Web flash (Read/Write)


--- System Configuration Dialog ---

Would you like to enter the initial configuration dialog? [yes/no]:
suppongo che il file da me installato sia giusto, ma non capendoci una pera mi sono chiesto:prima che facessi la cazzata di fare secca la flash, potevo raggiungere il router via web per configurarlo, ed invece adesso che fare??
Ogni suggerimento e' gradito e sara' ricompensato con formaggio e mirto!!!
MrCisco
Cisco pathologically enlightened user
Messaggi: 202
Iscritto il: mar 29 giu , 2004 12:12 pm

Bene, ci siamo!
Adesso hai un router pulito pulito. Alla domanda se vuoi entrare in setup mode, digli di no.
Il prompt dovrebbe diventare router.
A questo punto, batti enable.
Il prompt dovrebbe cambiare in router#.
Adesso batti i seguenti comandi in sequenza:

Codice: Seleziona tutto

conf t
int e0
ip address 10.10.10.1 255.255.255.0
no shut
exit
copy run start
Ammeno che tu non abbia spazzato via anche CRWS (il sistema di configurazione via web) il router dovrebbe essere accessibile tramite il browser.
Nota, il pc che userai per la configurazione, dovrà trovarsi nella stessa subnet, ovvero qualcosa tipo 10.10.10.2 (subnet mask 255.255.255.0)
Immagine
cadorna
Cisco fan
Messaggi: 40
Iscritto il: dom 27 mar , 2005 5:43 pm

questa stringa non l'accetta, risponde cosi':
Router(config)#copy run start
^
% Invalid input detected at '^' marker
come faccio a controllare se ho cancellato il crws?
MrCisco
Cisco pathologically enlightened user
Messaggi: 202
Iscritto il: mar 29 giu , 2004 12:12 pm

Mi correggo, dove c'è scritto exit, devi darne un altro subito dopo, correggendo...

Codice: Seleziona tutto

conf t
int e0
ip address 10.10.10.1 255.255.255.0
no shut
exit
exit
copy run start
Immagine
Rispondi