Página 1 de 1

Basic Configs

Enviado: 13 Ago 2022, 23:55
por bernardino
Bem vindo(a).

Sequência: 01

Ligue um roteador CISCO 2901 / K9.

1) Configure o hostname

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname NY_R1

2) Ative a senha enable

Obs.: Opte pela pelo "enable secret" invés do "enable password" devido criptografia.

NY_R1(config)#enable secret cisco

ou

NY_R1(config)#enable password cisco

3) Configure a hora
  • Local
NY_R1#clock set 23:43:00 13 aug 2022
  • Remoto
NY_R1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
NY_R1(config)#ntp server 2.2.2.2

4) Configure um banner

NY_R1(config)#banner motd $
Enter TEXT message. End with the character '$'.
ACESSO RESTRITO$

NY_R1(config)#

5) Salve a configuração

NY_R1#wr
Building configuration...
[OK]
NY_R1#

ou

NY_R1#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
NY_R1#

Este exercício continua em Interfaces