Comandos Config Router

Description

CCNA CISCO (1 - Introdução a Redes) Mind Map on Comandos Config Router, created by Paulo Rogpe on 19/10/2015.
Paulo Rogpe
Mind Map by Paulo Rogpe, updated more than 1 year ago
Paulo Rogpe
Created by Paulo Rogpe over 8 years ago
22
2

Resource summary

Comandos Config Router

Annotations:

  • en conf t hostname R1  en secret class  line con 0  password cisco login exit  line vty 0 4  password cisco login exit  service password-encryption  banner motd #Authorization Access Only!#  exit  copy running-config start-config
  1. Show
    1. #show ip interface brief
      1. Visualizar tabela roteamento #show ip route
        1. #show version
          1. #show interfaces
            1. #show interface gigabitEthernet 0/0
              1. R1# show flash
                1. Router# show startup-config
                  1. R1# show arp
                    1. R1#show protocols
                      1. R1#show cdp neighbors
                        1. R1#show cdp neighbors details
                        2. Config Básicas
                          1. Comando p/ config Router
                            1. Router# configure terminal
                              1. Router (config)# hostname R1
                              2. Config. senha "class" como secreta
                                1. R1(config)# enable secret class
                                2. Config. "cisco" senha linha console e exija login
                                  1. R1(config)# line console 0
                                    1. R1(config-line)# password cisco
                                      1. R1(config-line)# login
                                      2. Config. vty senha "cisco" e exija login
                                        1. R1(config)# line vty 0 4
                                          1. R1(config-line)# password cisco
                                            1. R1(config-line)# login
                                            2. Criptografe todas as senhas texto claro
                                              1. R1(config)# service password-encryption
                                              2. Config. Banner
                                                1. R1(config)# banner motd #Authorization Access Only!#
                                                2. Salva a configuração
                                                  1. R1# copy running-config start-config
                                                3. Copy
                                                  1. R1# copy startup-config flash
                                                  2. Config. Interface IPv4
                                                    1. R1(config)#int g0/1
                                                      1. R1(config-if)# ip add 192.168.1.1 255.255.255.0
                                                        1. R1(config-if)# description link to LAN-10
                                                          1. R1(config-if)# no shut
                                                            1. R1(config)#int loopback 0 <IP> <MASK>
                                                            2. DCE clock rate default
                                                              1. #clock rate 64000
                                                              2. IPv6

                                                                Annotations:

                                                                • R1(config)# interface g0/0 R1(config-if)# ipv6 address 2001:db8:acad:a::1/64 R1(config-if)# no shutdown R1(config-if)# interface g0/1 R1(config-if)# ipv6 address 2001:db8:acad:1::1/64 R1(config-if)# no shutdown R1(config-if)# end
                                                                1. permiti o roteador encaminhe pacotes IPv6: R1(config)#ipv6 unicast-routing
                                                                  1. Conf. Int:
                                                                    1. R1(config-if)#ipv6 address 2001:DB8:1:1::1/64
                                                                      1. R1(config-if)#ipv6 address FE80::1 link-local
                                                                    2. Comandos Segurança
                                                                      1. #security passwords min-length 8
                                                                        1. #login block-for 120 attempts 3 within 60
                                                                          1. #line vty 0 4 #exec-timeout 10
                                                                          2. Hora
                                                                            1. R1#clock set 08:10:00 dia 01 January 2016
                                                                            2. SSH

                                                                              Annotations:

                                                                              • figure o roteador para o acesso SSH #hostname R1 #ip domain-name ccna-lab.com #crypto key generate rsa #username admin privilege 15 secret adminpass #line vty 0 4 #transport input ssh #login local
                                                                              1. #hostname R1
                                                                                1. #ip domain-name ccna-lab.com
                                                                                  1. #crypto key generate rsa
                                                                                    1. #username admin privilege 15 secret adminpass
                                                                                      1. #line vty 0 4
                                                                                        1. #transport input ssh
                                                                                          1. #login local
                                                                                          2. DNS pesquisa
                                                                                            1. Ctrl + Shift + 6
                                                                                              1. #no ip domain-lookup
                                                                                              2. Modo ROMmon

                                                                                                Annotations:

                                                                                                • Recuperar Senha Router CISCO Packet Tracer Desliga/liga o Router ctrl + pause (break) rommon 1 &gt; confreg 0x2142 (ignora a RAM) rommon 2 &gt; reset Iniciado o Router: Router&gt;conf t Router(config)#config-register 0x2102 (lê config) Router# copy startup-config running-config Apos isto configurar as senhas e up as interfaces.
                                                                                                1. ctrl + pause ######
                                                                                                2. CDP
                                                                                                  1. R1(config)#no cdp run
                                                                                                    1. R1(config-if)#no cdp enable
                                                                                                    Show full summary Hide full summary

                                                                                                    Similar

                                                                                                    CCNA - MODELO OSI
                                                                                                    Rafael La Selva
                                                                                                    Roteadores - Memorias - Armazenamento
                                                                                                    Fabiana Claro
                                                                                                    Camada de Rede/Network
                                                                                                    Fabiana Claro
                                                                                                    Tabela de Roteamento
                                                                                                    Fabiana Claro
                                                                                                    Roteadores - Interfaces
                                                                                                    Fabiana Claro
                                                                                                    ACL - Lista de Controle de Acesso
                                                                                                    Fabiana Claro
                                                                                                    Roteamento Estático
                                                                                                    Willian Lucas Peluffo
                                                                                                    ACL - Access Control List
                                                                                                    Elton Roberto Rodrigues Simões
                                                                                                    ICND1 - Sep 22nd - What to focus!
                                                                                                    Aguinaldo Silva