sto cercando di installare il software Cisco SDM v2.5 su un router c837, con le seguenti caratteristiche:
Cisco IOS Software, C837 Software (C837-K9O3SY6-M), Version 12.4(19), RELEASE SOFTWARE (fc1)
Cisco C837 (MPC857DSL) processor (revision 0x600) with 73728K/8192K bytes of memory.
128K bytes of NVRAM.
12288K bytes of processor board System flash (Read/Write)
2048K bytes of processor board Web flash (Read/Write)
La parte di configurazione a riguardo e' la seguente:
Codice: Seleziona tutto
aaa new-model
aaa authentication login userauth local
aaa session-id common
username xxx privilege 15 secret 5 xxx
ip http server
ip http authentication aaa login-authentication userauth
ip http secure-server
ip http timeout-policy idle 600 life 86400 requests 10000
line vty 0 4
privilege level 15
login authentication userauth
transport preferred none
transport input ssh
Il messaggio e' il seguente:
Attivando il debug aaa, ricevo i seguenti messaggi:You do not have the permission to upgrade the flash.
Privilege level 15 user or view user of type SDM_Administrator(root) are allowed to upgrade the flash.
Codice: Seleziona tutto
*Dec 28 10:23:40.927 UTC: AAA/BIND(00000159): Bind i/f
*Dec 28 10:23:40.927 UTC: AAA/ACCT/EVENT/(00000159): CALL START
*Dec 28 10:23:40.927 UTC: Getting session id for NET(00000159) : db=828887E4
*Dec 28 10:23:40.931 UTC: AAA/ACCT(00000000): add node, session 348
*Dec 28 10:23:40.931 UTC: AAA/ACCT/NET(00000159): add, count 1
*Dec 28 10:23:40.931 UTC: Getting session id for NONE(00000159) : db=828887E4
*Dec 28 10:23:40.931 UTC: AAA/AUTHEN/LOGIN (00000159): Pick method list 'userauth'
*Dec 28 10:23:44.027 UTC: %SEC_LOGIN-5-LOGIN_SUCCESS: Login Success [user: xxx] [Source: xxx] [localport: 22] at 10:23:44 UTC Sun Dec 28 2008
*Dec 28 10:23:44.591 UTC: AAA/AUTHOR (00000159): Method list id=0 not configured. Skip author
*Dec 28 10:23:49.571 UTC: unknown AAA/DISC: 1/"User Request"
*Dec 28 10:23:49.571 UTC: unknown AAA/DISC/EXT: 1020/"User Request"
*Dec 28 10:23:49.579 UTC: AAA/ACCT/EVENT/(00000159): CALL STOP
*Dec 28 10:23:49.579 UTC: AAA/ACCT/CALL STOP(00000159): Sending stop requests
*Dec 28 10:23:49.579 UTC: AAA/ACCT(00000159): Send all stops
*Dec 28 10:23:49.579 UTC: AAA/ACCT/NET(00000159): STOP
*Dec 28 10:23:49.579 UTC: AAA/ACCT/NET(00000159): Method list not found
*Dec 28 10:23:49.579 UTC: AAA/ACCT(00000159): del node, session 348
*Dec 28 10:23:49.579 UTC: AAA/ACCT/NET(00000159): free_rec, count 0
*Dec 28 10:23:49.579 UTC: AAA/ACCT/NET(00000159) reccnt 0, csr TRUE, osr 0
*Dec 28 10:23:49.583 UTC: AAA/ACCT/NET(00000159): Last rec in db, intf not enqueued
Vi chiedo se c'e' qualcosa di sbagliato nella configurazione.
Un problema di permessi? Una richiesta http non interpreata correttamente?
Grazie in anticipo per ogni aiuto,