Comandos Básicos de Configuração do Roteador Cisco

Comandos Básicos de Configuração do Roteador Cisco

05/08/2023 cisco 4

Alternando entre usuário # e >

Comando para habilitar o super usuário
Router>enable

Router# é o super usuário

Comando para desabilitar

Router#disable

Router>

===================

Comando para entrar nas configurações Globais

Router#configure terminal (conf t)

Router(config)#

===================

Comando para desabilitar o “translating 255.255.255.255”

Router(config)#no ip domain-lookup

===================

Comando para salvar estando em config

Router(config)#do wr

===================

Comando para colocar uma senha ao habilitar o super usuário

Router(config)#enable secret “senha”

===================

Comando para colocar uma senha no console

Router(config)#line console 0

Router(config-line)#password “senha”

Router(config-line)#login

===================

Comando para colocar proteção a acessos via Telnet para 7 usuários

Router(config)#line vty 0 6

Router(config-line)#password “senha”

Router(config)#login

====================

Comando para avisar aos intrusos de que o equipamento está sendo monitorado

Router(config)#banner motd @ Digite o Texto @

========================

Comando para colocar nome no Roteador

Router(config)#hostname “nome”

========================

Comando para habilitar portas com Redes Locais (Ethernet 10 Mbps / FastEthernet 100 Mbps / GigaEthernet 1000b Mbps)

FastEthernet 0/0 – Classe B /24
172.16.100.1 – Gateway

Router(config)#interface FastEthernet0/0

Router(config-int)#ip address 172.16.100.1 255.255.255.0

Router(config-int)#no shutdown

Router(config-int)#do wr

Router(config-int)# exit

Router(config)#

=================

Comando para configurar portas WAN (Ip Público) sempre com /30 “255.255.255.252”

IP 200.200.200.8 /30

DCE S0/1 – Clock Rate 64000

IP 200.200.200.9

Router(config)#interface serial 0/0
Router(config-int)#ip address 200.200.200.9 255.255.255.252
Router(config-int)#clock rate 64000
Router(config-int)#no shutdown

Router(config-int)#exit
Router(config)#do wr

==============================

Rota Estática

A Rede 172.16.100.0 quer conversar com a rede 10.50.50.0
Primeiro identificar qual serial do roteador em que está a 172 conversa com a 10.50.50.0 (S0/1 200.200.200.10)

Router(config)#ip route 10.50.50.0 255.255.255.0 200.200.200.10

Router(config)#ip route 172.16.100.0 255.255.255.0 200.200.210.18

========================

Rota com o Router RIP

Declarar todas as redes nos roteadores

Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network “ip das redes”
Router(config-router)#no auto-summary

=======================

4 comentários

  1. wwd.com disse:

    Good day I am so grateful I found your blog page, I really found you by
    mistake, while I was researching on Aol for something else, Nonetheless I
    am here now and would just like to say many thanks for a fantastic post and a all round interesting blog (I also love the theme/design), I
    don’t have time to look over it all at the minute but I have saved
    it and also included your RSS feeds, so when I have time I
    will be back to read much more, Please do keep up
    the superb work.

  2. vpn 2024 disse:

    Every weekend i used to visit this website, for the reason that i wish for enjoyment, since
    this this web page conations in fact nice funny material too.

    Feel free to surf to my web site … vpn 2024

  3. Greetings! I’ve been following your web site for a long time now and finally got the
    bravery to go ahead and give you a shout out from Dallas Texas!
    Just wanted to mention keep up the fantastic work!

    Here is my website … vpn special code

  4. Remarkable! Its in fact amazing article, I have got much clear idea concerning
    from this article.

    Also visit my blog post – facebook vs eharmony to find love online

Deixe um comentário

O seu endereço de e-mail não será publicado. Campos obrigatórios são marcados com *