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
- Remoto
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