Roteador Cisco
APRESENTAÇÃO
COMANDOS
TESTE DE PING
CONFIGURAÇÕES
QUEBRA DE SENHA
IOS
LICENÇA
Atualizado: 04/02/2015
02ª Edição
Sumário
Rogério T. Fernandes 2
Apresentação do Roteador CISCO
ACT: Solid ou piscando - todos os pacotes são transmitidos / recebidos em qualquer WAN /
LAN, ou ao monitorar a atividade do sistema.
Rogério T. Fernandes 3
Nota:
Porta AUX (entrada auxiliar) - interface backup para configuração remota, exemplo, interligação
entre dois roteadores e modem discado.
Porta USB 2.0: utilizado para atualizações de IOS e instalação de licença através do PEN DRIVE
de 2G de memória.
Rogério T. Fernandes 4
Comandos Cisco
show flash: (VERIFICA A IOS QUE ESTA GRAVADA NA MEMORIA FLASH DO ROUTER).
copy flash usbflash1: (COPIA A IOS DO ROTEADOR PARA O PEN DRIVER – BACKUP).
Rogério T. Fernandes 5
boot system flash: (PRIORIZA A IOS SELECIONADA QUANDO HÁ MAIS DE UMA).
Obs:_______________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
__________________________________________________________________
Senha Padrão
#
conf t
enable secret PRO1AN
username EBT password CQMR
line console 0
password CQMR
login local
exit
line vty 0 4
password CQMR
login local
exit
line aux 0
password CQMR
login local
exit
!
exit
#
write ( salvar as configurações )
Rogério T. Fernandes 6
Teste de ping
#
ping 10.10.10.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 100.10.10.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
#
ping 100.10.10.1 repeat 40 size 500
Type escape sequence to abort.
Sending 40, 500-byte ICMP Echos to 100.10.10.1, timeout is 2 seconds:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Success rate is 100 percent (40/40), round-trip min/avg/max = 1/1/4 ms
#
ping
Protocol [ip]:
Target IP address: 100.10.10.1
Repeat count [5]: 40
Datagram size [100]: 500
Timeout in seconds [2]:
Extended commands [n]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 40, 500-byte ICMP Echos to 100.10.10.1, timeout is 2 seconds:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Success rate is 100 percent (40/40), round-trip min/avg/max = 1/1/4 ms
Router#
Obs: no teste de ping pode ocorre duas situações teste não ok e teste ok, por exemplo:
Rogério T. Fernandes 7
Teste de ping ok ( !!!!! )
Obs:_______________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
>enable
#
#
sh ip int br
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 unassigned YES NVRAM administratively down down
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
Serial0/0/0 unassigned YES NVRAM administratively down down
!
Rogério T. Fernandes 8
#
conf t
interface GigabitEthernet0/0
description *** NOME DO CLIENTE| VELOCIDADE | DESIGNAÇÃO DO ACESSO ***
bandwidth VELOCIDADE
ip address 200.201.202.210 255.255.255.252 (IP SERIAL CLIENTE + MASCARA /30)
duplex full
speed 100
no shutdown
exit
!
ip route 0.0.0.0 0.0.0.0 200.201.202.209 (IP SERIAL EBT)
exit
!
interface GigabitEthernet0/1
description *** CONEXAO LAN ***
ip address 192.168.0.121 255.255.255.240 ( IP DE LAN + MASCARA /28 )
duplex auto
speed auto
no shutdown
exit
!
host name NOME DO CLIENTE (NOME DO CLIENTE)
exit
!
#
sh ip int br
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 200.201.202.210 YES NVRAM up up
GigabitEthernet0/1 192.168.0.121 YES NVRAM up up
Serial0/0/0 unassigned YES NVRAM administratively down down
!
#
copy running-config startup-config
yes
!
write ( salvar as configurações)
Obs:_______________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
Rogério T. Fernandes 9
Configuração VLAN (GigabitEthernet) ARPA
>enable
#
#
sh ip int br
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 unassigned YES NVRAM administratively down down
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
Serial0/0/0 unassigned YES NVRAM administratively down down
!
#
conf t
interface GigabitEthernet0/0
no ip address
duplex full
speed 100
no shutdown
exit
!
interface GigabitEthernet0/0.57
description *** NOME DO CLIENTE | VELOCIDADE | DESIGNAÇÃO DO ACESSO ***
encapsulation dot1q 57
ip address 200.201.202.210 255.255.255.252 (IP SERIAL CLEINTE + MASCARA)
no shutdown
exit
!
ip route 0.0.0.0 0.0.0.0 200.201.202.209 (IP SERIAL EBT)
!
interface GigabitEthernet0/1
description *** CONEXAO LAN ***
ip address 192.168.0.121 255.255.255.240 (IP DE LAN + MASCARA /30)
duplex auto
speed auto
no shutdown
exit
!
Rogério T. Fernandes 10
host name NOME DO CLIENTE (NOME DO CLIENTE)
!
exit
!
#
sh ip int br
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 unassigned YES NVRAM up up
GigabitEthernet0/0.57 200.201.202.210 YES NVRAM up up
GigabitEthernet0/1 192.168.0.121 YES NVRAM up up
Serial0/0/0 unassigned YES NVRAM administratively down down
!
#
copy running-config startup-config
yes
!
write ( salvar as configurações)
Obs:_______________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
>enable
#
Rogério T. Fernandes 11
#
sh ip int br
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 unassigned YES NVRAM administratively down down
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
Serial0/0/0 unassigned YES NVRAM administratively down down
!
#
conf t (CONFIGURE TERMINAL)
Int serial 0/0/0
description *** NOME DO CLIENTE | VELOCIDADE | DESIGNAÇÃO DO ACESSO ***
bandwidth 2048
ip add 200.201.202.210 255.255.255.252 (SERIAL CLIENTE + MASCARA /30)
encapsulation PPP
no fair-queue
no shutdown
exit
!
ip route 0.0.0.0 0.0.0.0 200.201.202.209 (IP SERIAL EBT)
!
int gigabitethernet 0/0
ip add 192.168.0.121 255.255.255.240 (IP DE LAN + MASCARA /28)
duplex auto
speed auto
no shutdown
exit
!
host name NOME DO CLIENTE (NOME DO CLIENTE)
exit
!
#
Sh ip int br
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 192.168.0.121 YES manual up up
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
Serial0/0/0 200.201.202.210 YES manual up up
!
#
copy running-config startup-config
yes
!
write ( salvar as configurações)
Rogério T. Fernandes 12
Obs:_______________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
>enable
#
#
sh ip int br
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 unassigned YES NVRAM administratively down down
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
Serial0/0/0 unassigned YES NVRAM administratively down down
Serial0/0/1 unassigned YES NVRAM administratively down down
!
#
conf t (CONFIGURE TERMINAL)
interface Multilink1
description *** NOME DO CLIENTE | VELOCIDADE | DESIGNAÇÃO MULTILINK ***
bandwidth 4096
ip address 200.201.202.210 255.255.255.252 (IP SERIAL CLIENTE +MASCARA /30)
ppp multilink
ppp multilink fragment delay 10
ppp multilink links minimum 1
ppp multilink interleave
ppp multilink group 1
max-reserved-bandwidth 99
no shutdown
exit
!
Hostname NOME DO CLIENTE (NOME DO CLIENTE)
exit
!
#
Rogério T. Fernandes 13
sh ip int br
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 unassigned YES NVRAM administratively down down
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
Serial0/0/0 unassigned YES NVRAM administratively down down
Serial0/0/1 unassigned YES NVRAM administratively down down
Multilink1 200.201.202.210 YES manual down down
!
#
conf t
interface Serial0/0/0
description *** SPOIP12345 *** (DESIGNAÇÃO DE CADA ACESSO)
bandwidth 2048
no ip address
encapsulation ppp
no fair-queue
ppp chap hostname MULTI54321 (DESIGNAÇÃO MULTILINK)
ppp multilink
ppp multilink group 1
max-reserved-bandwidth 99
no shutdown
exit
!
interface Serial0/0/1
description *** SPOIP12345 *** (DESIGNAÇÃO DE CADA ACESSO)
bandwidth 2048
no ip address
encapsulation ppp
no fair-queue
ppp chap hostname MULTI54321 (DESIGNAÇÃO MULTILINK)
ppp multilink
ppp multilink group 1
max-reserved-bandwidth 99
no shutdown
exit
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Multilink1
ip route 0.0.0.0 0.0.0.0 200.201.202.209 (IP DA SERIAL EBT)
!
interface GigabitEthernet0/0
description *** CONEXAO LAN ***
ip address 192.168.0.121 255.255.255.240 (IP DE LAN + MASCARA /28)
duplex auto
speed auto
no shutdown
exit
Rogério T. Fernandes 14
!
hostname NOME DO CLIENTE
exit
!
#
sh ip int br
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 192.168.0.121 YES manua l up up
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
Serial0/0/0 unassigned YES manual up up
Serial0/0/1 unassigned YES manual up up
Multilink1 200.201.202.210 YES manual up up
#
copy running-config startup-config
yes
!
write (salvar as configurações)
Obs:_______________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
>enable
#
#
sh ip int br
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 unassigned YES NVRAM administratively down down
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
Serial0/1/0 unassigned YES NVRAM administratively down down
Rogério T. Fernandes 15
Serial0/2/0 unassigned YES NVRAM administratively down down
Serial0/2/1 unassigned YES NVRAM administratively down down
Serial0/3/0 unassigned YES NVRAM administratively down down
Serial0/3/1 unassigned YES NVRAM administratively down down
!
#
conf t
!
interface Multilink1
description NOME CLIENTE | 10240K |DESIGNAÇÃO MULTILINK
bandwidth 10240
ip address 200.201.202.210 255.255.255.252 ( IP SERIAL CLIENTE + MASCARA)
ppp multilink
ppp multilink links minimum 1
ppp multilink interleave
ppp multilink group 1
ppp multilink fragment delay 10
max-reserved-bandwidth 99
no shutdown
exit
!
host name NOME DO CLIENTE (NOME DO CLIENTE)
exit
!
#
sh ip int br
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 unassigned YES NVRAM administratively down down
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
Serial0/1/0 unassigned YES NVRAM administratively down down
Serial0/2/0 unassigned YES NVRAM administratively down down
Serial0/2/1 unassigned YES NVRAM administratively down down
Serial0/3/0 unassigned YES NVRAM administratively down down
Serial0/3/1 unassigned YES NVRAM administratively down down
Multilink1 200.201.202.210 YES manual down down
!
#
conf t
interface Serial0/1/0
description *** SPOIP12345 *** (DESIGNAÇÃO DE CADA ACESSO)
bandwidth 2048
no ip address
encapsulation ppp
no fair-queue
ppp chap hostname MULTI54321 (DESIGNAÇÃO MULTILINK)
ppp multilink
Rogério T. Fernandes 16
ppp multilink group 1
max-reserved-bandwidth 99
no shutdown
exit
!
interface Serial0/2/0
description *** SPOIP12345 *** (DESIGNAÇÃO DE CADA ACESSO)
bandwidth 2048
no ip address
encapsulation ppp
no fair-queue
ppp chap hostname MULTI54321 (DESIGNAÇÃO MULTILINK)
ppp multilink
ppp multilink group 1
max-reserved-bandwidth 99
no shutdown
exit
!
interface Serial0/2/1
description *** SPOIP12345 *** (DESIGNAÇÃO DE CADA ACESSO)
bandwidth 2048
no ip address
encapsulation ppp
no fair-queue
ppp chap hostname MULTI54321 (DESIGNAÇÃO MULTILINK)
ppp multilink
ppp multilink group 1
max-reserved-bandwidth 99
no shutdown
exit
!
interface Serial0/3/0
description *** SPOIP12345 *** (DESIGNAÇÃO DE CADA ACESSO)
bandwidth 2048
no ip address
encapsulation ppp
no fair-queue
ppp chap hostname MULTI54321 (DESIGNAÇÃO MULTILINK)
ppp multilink
ppp multilink group 1
max-reserved-bandwidth 99
no shutdown
exit
!
interface Serial0/3/1
description *** SPOIP12345 *** (DESIGNAÇÃO DO ACESSO)
bandwidth 2048
Rogério T. Fernandes 17
no ip address
encapsulation ppp
no fair-queue
ppp chap hostname MULTI54321 (DESIGNAÇÃO MULTILINK)
ppp multilink
ppp multilink group 1
max-reserved-bandwidth 99
no shutdown
exit
!
ip route 0.0.0.0 0.0.0.0 200.201.202.209 (IP SERIAL EBT)
!
interface GigabitEthernet0/0
description ***CONEXAO LAN***
ip address 192.168.0.121 (IP DE LAN + MASCARA /28)
duplex auto
speed auto
no shutdown
exit
!
hostname NOME DO CLIENTE
exit
!
#
sh ip int br
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 192.168.0.121 YES manual up up
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
Serial0/1/0 unassigned YES manual up up
Serial0/2/0 unassigned YES manual up up
Serial0/2/1 unassigned YES manual up up
Serial0/3/0 unassigned YES manual up up
Serial0/3/1 unassigned YES manual up up
Multilink1 200.201.202.210 YES manual up up
!
#
copy running-config startup-config
yes
!
write ( salvar as configurações)
Obs:_______________________________________________________________
___________________________________________________________________
Rogério T. Fernandes 18
___________________________________________________________________
___________________________________________________________________
>enable
#
#
sh ip int br
!
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 unassigned YES NVRAM administratively down down
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
Serial0/0/0 unassigned YES NVRAM administratively down down
!
#
conf t
interface Serial0/1/0
description *** SPOIP12345 (DESIGNAÇÃO DO ACESSO)
bandwidth 64
no ip address
encapsulation frame-relay
load-interval 30
serial restart-delay 0
frame-relay traffic-shaping
frame-relay lmi-type cisco
frame-relay ip rtp header-compression
frame-relay intf-type dce
no shutdow
exit
!
interface Serial0/1/0.1 point-to-point
bandwidth 64
ip address 200.201.202.210 255.255.255.252 (IP SERIAL CLIENTE + MASCARA /30)
ip pim sparse-mode
Rogério T. Fernandes 19
frame-relay interface-dlci 100
class OMEGA
no shutdown
exit
ip route 0.0.0.0 0.0.0.0 200.201.10.209 (IP SERIAL DA EBT)
!
Hostname NOME DO CLIENTE (NOME DO CLIENTE)
!
exit
#
!
sh ip int br
!
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 unassigned YES NVRAM administratively down down
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
Serial0/1/0 unassigned YES unset up up
Serial0/1/0.1 200.201.202.210 YES manual up up
!
#
copy running-config startup-config
yes
!
write ( salvar as configurações)
Obs:_______________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
Quebra de senha
Alt + B ( TERA-TERMINAL )
Rogério T. Fernandes 20
1. Desligue o roteador no botão Power ON/OFF e o liga em seguida, antes do mesmo rodar a
IOS seguir orientação abaixo:
Recuperar configuração
Router> enable
Router# copy startup-config running-config
Alterar o registrador
Router> enable
Router#conf t
Router (configure)#config-register 0x2102
#
configure terminal
enable secret PRO1AN
username EBT password CQMR
line console 0
password CQMR
login local
exit
line vty 0 4
Rogério T. Fernandes 21
password CQMR
login local
exit
line aux 0
password CQMR
login local
exit
exit
write
show version
reload
Obs:_______________________________________________________________
___________________________________________________________________
___________________________________________________________________
exemplo:
enable
config terminal
interface GigabitEthernet 0/0
ip address 10.1.1.1 255.255.255.0
no shutdown
exit
Rogério T. Fernandes 22
4. Executar o Start no Servidor de TFTP do notebook.
Obs: o servidor de TFTP deverá estar com o IP e apontando para a pasta e o nome IOS com
a versão correta.
Exemplo:
Exemplo:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6. Após finalizar o processo acima confirme na área de trabalho na pasta nova se foi realizado
o backup.
Nota:
Exemplo:
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
ex: enable
config terminal
interface fastethernet 0/0
ip address 10.1.1.1 255.255.255.0
no shutdown
end
Exemplo:
Rogério T. Fernandes 24
Browse = Crie uma pasta na área de trabalho do notebook e aponte para a pasta nova onde será
realizado o Backup.
Show Dir = Aponte na pasta a nova IOS que deseja atualizar e de um ok.
Exemplo:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
15. Após finalizar o processo acima executar o comando Show Flash e verificar se foi atualizado
corretamente.
Ex:
Router#sh flash:
Router#
16. Agora basta configurar para o roteador reiniciar com a Aponte a pasta
nova IOS na inicialização:
Aponte a IOS para atualização
Exemplo:
Rogério T. Fernandes 25
Router(config)#boot system flash c1900-universalk9-mz.SPA.150-1.M.bin
17. Estando correta a IOS atualizada executar o comando RELOAD para a inicialização com a
nova versão de IOS.
18. Após reinicializar o Roteador, executar o comando SHOW VERSION e verificar a IOS .
Ex:
Router#show version
Cisco IOS Software, C1900 Software (C1900-SY7-M), Version 12.4(19b), RELEASE
SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by Cisco Systems, Inc.
Compiled Fri 13-Jun-08 00:17 by prod_rel_team
Cisco 1905 (MPC860P) processor (revision 0x200) with 83559K/14745K bytes of memory.
Processor board ID JAD054803K2 (2314666373), with hardware revision 1187
MPC860P processor: part number 5, mask 2
1 GigabitEthernet interface
2 Serial(sync/async) interfaces
32K bytes of NVRAM.
32768K bytes of processor board System flash (Read/Write)
Configuration register is 0x2102
Router#
Obs:_______________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
Rogério T. Fernandes 26
1. Insira o Pen Drive no roteador, conecte o seu notebook na porta de console e digite o seu
nome de usuário e senha.
Exemplo:
3. Digite “show ushflash1” para confirmar se o Backup-do-IOS foi realizado com sucesso.
Exemplo:
Router#show flash:
flash:/
1 -rw- 35083660 Jul 14 2010 16:54:30 -03:00 c3825-ipbase-mz.150-1.M2.bin
2 -rw- 53509352 Jan 7 2010 20:20:16 -03:00 c1900-universalk9-mz.SPA.150-1.M.bin
129748992 bytes total (35168256 bytes free)
Router#
Obs:_______________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
Rogério T. Fernandes 27
Atualização de IOS com Pen Driver
Pré-requisitos:
20. Após copiar a IOS inserir o Pen Driver na porta USB do roteador.
21. Quando inserimos o Pen Drive no roteador, imediatamente ele nos informa a seguinte
mensagem:
22. Digite no roteador o comando (show usbflash1:). Esse comando exibe o arquivos contidos no
Pen Driver, confirmar se o arquivo da IOS exibe no mesmo.
Exemplo:
Router#show usbflash1:?
Usbflash1:Setup.exe
Usbflash1:MPT436C.EXE
Usbflash1:Notes 5.03
Usbflash1:c1900nm-advipservicesk9-mz.124-151.T1.bin
23. Após confirmado no PenDriver copie no nome da IOS e digite no roteador o comando (copy
usbflash1:nomedaios.bin flash:). Esse comando copia a IOS da origem de um Pen Driver
para a memória flash do roteador.
Exemplo:
Exemplo:
Router#show flash:
flash:/
1 -rw- 35083660 Jul 14 2010 16:54:30 -03:00 c3825-ipbase-mz.150-1.M2.bin
2 -rw- 2903 Jul 14 2010 17:03:08 -03:00 cpconfig-38xx.cfg
3 -rw- 2938880 Jul 14 2010 17:03:22 -03:00 cpexpress.tar
4 -rw- 1038 Jul 14 2010 17:03:32 -03:00 home.shtml
5 -rw- 122880 Jul 14 2010 17:03:40 -03:00 home.tar
6 -rw- 793739 Jul 14 2010 17:03:48 -03:00 256MB.sdf
7 -rw- 1697952 Jul 14 2010 17:04:02 -03:00 securedesktop-ios-3.1.1.45-k9.pkg
8 -rw- 415956 Jul 14 2010 17:04:16 -03:00 sslclient-win-1.1.4.176.pkg
9- rw-53509352 Jan7 2010 20:20:16 -03:00 c1900-adventerprisek9-mz.124-151.T12.bin
129748992 bytes total (35168256 bytes free)
Router#
25. Agora basta configurar para o roteador subir a nova IOS na inicialização:
Exemplo:
Obs:_______________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
Este tutorial tem como objetivo ensinar a instalar a licença CISCO copiando o arquivo de um Pen
Drive para a memória flash do roteador.
Obviamente o roteador deverá ter uma interface USB.
O roteador utilizado no tutorial foi o Cisco 2911.
Rogério T. Fernandes 29
2° - Conectar o pendrive na porta USB do roteador e identificar em qual porta foi conectado (0 ou
3° - Copie o arquivo do pendrive para a memória flash do roteador inserindo o seguinte comando:
4° Para verificar se o arquivo foi copiado para a memória flash do roteador, execute o comando:
Router:show flash
Rogério T. Fernandes 30
5° Após copiar o arquivo para o roteador deverá instalar a licença com o seguinte comando:
Obs:_______________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
Rogério T. Fernandes 31