Cisco Packet Tracer: configure o switch para inicializar usando a imagem especificada

1

Estou fazendo uma das atividades do Cisco Packet Tracer para minha turma e estou tendo um problema em um ponto específico:

Step 1. View current files stored in flash.

On S1, enter the command show flash. You should see the following files listed: S1#show flash Directory of flash:/

1  -rw-     4414921            c2960-lanbase-mz.122-25.FX.bin
3  -rw-     4670455            c2960-lanbase-mz.122-25.SEE1.bin
2  -rw-         616            vlan.dat

32514048 bytes total (23428056 bytes free)

Step 2. Configure S1 to boot using the second image listed.

Make sure your command includes the file system, which is flash. Note: Packet Tracer does not show this command in the running configuration. In addition, if you reload the switch, Packet Tracer does not load the image you specified.

Estou analisando Documentação da Cisco e pelo que eu posso ver os comandos devem ser:

S1>conf t
S1#boot flash c2960-lanbase-mz.122-25.SEE1.bin

No entanto, o CLI indica entrada inválida no "f" no flash.

    
por user2018084 25.02.2014 / 23:39

2 respostas

1

Ao contrário do que a documentação on-line diz claramente (está desatualizada?), o comando neste caso específico é:

boot system flash:c2960-lanbase-mz.122-25.SEE1.bin

Espero que isso ajude qualquer outra pessoa a encontrar esse problema (o Google mostra que não fui o único a ter esse problema neste laboratório e não vi a resposta publicada em nenhum outro lugar!)

    
por 25.02.2014 / 23:45
-1

O comando que o traceador de pacotes realmente aceita é isto:

S1(config)#boot system flash:/c2960-lanbase-mz.122-25.SEE1.bin
    
por 16.03.2014 / 18:36