Pagina 1 di 1

Upgrade IOS cisco 1750

Inviato: ven 03 ago , 2007 8:40 am
da DavideD
Buongiorno,
Tempo fa ho chiesto un aiuto per poter effettuare il ruoting in base al protocollo su un Cisco 1750. Per poterlo fare ho acquistato un WIC-4ESW. Qui vengono fuori le magagne: il WIC non viene riconosciuto, cercando meglio scopro di aver bisogno dell'IOS 12.3.

"Non é un problema", mi dico, "lo compro da xyz (rivenditore, non direttamente da Cisco).

E' un problema, invece! Ci sono una montagna di versioni differenti per i router serie 1700, e non ho la più pallida idea di quale scegliere e se possano andare bene col il router in questione; credo che la versione dipenda anche dalla quantità di RAM montata.

Tenendo conto che devo effettuare soltanto routing IP basato sul protocollo, quale versione devo scegliere, o a chi posso rivolgermi per evitare un acquisto incauto?

Grazie!

EDIT: aggiungo quello che ho estrapolato al boot del router

System Bootstrap, Version 12.0(3)T, RELEASE SOFTWARE (fc1)
Copyright (c) 1999 by cisco Systems, Inc.
C1700 platform with 24576 Kbytes of main memory

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

%PQUICC-1-UNKNOWN_WIC: PQUICC(0), WIC card has an unknown ID of 0xFF
%SYS-6-BOOT_MESSAGES: Messages above this line are from the boot loader.
program load complete, entry point: 0x80008000, size: 0x3ee5c8
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) C1700 Software (C1700-SV3Y-M), Version 12.0(5)XQ, EARLY DEPLOYMENT RELE
ASE SOFTWARE (fc1)
TAC:Home:SW:IOS:Specials for info
Copyright (c) 1986-1999 by cisco Systems, Inc.
Compiled Mon 09-Aug-99 14:52 by rnapier
Image text-base: 0x80008088, data-base: 0x80785454

cisco 1750 (MPC860) processor (revision 0x601) with 18432K/6144K bytes of memory
.
Processor board ID JAD05030PQ6 (442178966), with hardware revision 3097
M860 processor: part number 0, mask 32
Bridging software.
X.25 software, Version 3.0.0.
32K bytes of non-volatile configuration memory.
4096K bytes of processor board System flash (Read/Write)


EDIT: Aggiungo il show version, anche se dovrebbe essere scritto tutto sopra.

Router>show version
Cisco Internetwork Operating System Software
IOS (tm) C1700 Software (C1700-SV3Y-M), Version 12.0(5)XQ, EARLY DEPLOYMENT RELE
ASE SOFTWARE (fc1)
TAC:Home:SW:IOS:Specials for info
Copyright (c) 1986-1999 by cisco Systems, Inc.
Compiled Mon 09-Aug-99 14:52 by rnapier
Image text-base: 0x80008088, data-base: 0x80785454

ROM: System Bootstrap, Version 12.0(3)T, RELEASE SOFTWARE (fc1)
ROM: C1700 Software (C1700-SV3Y-M), Version 12.0(5)XQ, EARLY DEPLOYMENT RELEASE
SOFTWARE (fc1)

Router uptime is 1 minute
System returned to ROM by power-on
System image file is "flash:aaa0826.bin"

cisco 1750 (MPC860) processor (revision 0x601) with 18432K/6144K bytes of memory
.
Processor board ID JAD05030PQ6 (442178966), with hardware revision 3097
M860 processor: part number 0, mask 32
Bridging software.
X.25 software, Version 3.0.0.
32K bytes of non-volatile configuration memory.
4096K bytes of processor board System flash (Read/Write)

Configuration register is 0x142

Router>


Edit: Sono andato sul Cisco Feature Navigator; risulta che per qualunque versione del IOS 12.3 (dalla versione 1 alla 23) i requisiti di memoria siano i seguenti:

IP: DRAM 32 Flash 8
Tutte le altre: DRAM 48 Flash 16

Leggendo il Show Config sopra vedo quanto segue:

cisco 1750 (MPC860) processor (revision 0x601) with 18432K/6144K bytes of memory

4096K bytes of processor board System flash (Read/Write)

Suppongo che quella sopra sia la DRAM, quella in basso la Flash.

Se così fosse, nessun IOS della serie 12.3 potrebbe essere caricata.

Dite che devo comprare un upgrade sia di DRAM che di FLASH?

Inviato: sab 04 ago , 2007 8:11 am
da TheIrish
sì? :D
A parte questo, tu chiedi:
Tenendo conto che devo effettuare soltanto routing IP basato sul protocollo, quale versione devo scegliere, o a chi posso rivolgermi per evitare un acquisto incauto?
Cosa intendi di preciso con "routing IP basato sul protocollo?"?[/code]

Inviato: sab 04 ago , 2007 9:56 am
da DavideD
Una cosa tipo questa, di cui avevo parlato nel topic un pò più sotto:
http://www.ciscoforums.it/viewtopic.php?t=5258
access-list 102 remark *************************************************************
access-list 102 remark *** ACL PER ROUTE-MAP ***
access-list 102 remark *************************************************************
access-list 102 permit tcp 192.168.1.0 0.0.0.255 any eq www
access-list 102 permit tcp 192.168.1.0 0.0.0.255 any eq 443
access-list 102 permit tcp 192.168.1.0 0.0.0.255 any eq pop3
access-list 102 permit tcp 192.168.1.0 0.0.0.255 any eq smtp
access-list 102 permit tcp 192.168.1.0 0.0.0.255 any eq ftp-data
access-list 102 permit tcp 192.168.1.0 0.0.0.255 any eq ftp

route-map BIL-WAN permit 10
match ip address 102
set ip precedence priority
set ip next-hop IP_INTERNO_ROUTER_!

interface Vlan1
ip policy route-map BIL-WAN


Secondo te é fattibile?