0% found this document useful (0 votes)
8 views3 pages

Cisco Router Configuration Guide

This document provides instructions for configuring basic settings on a Cisco router such as the hostname, passwords, IP addresses on ethernet, fastethernet and serial interfaces, RIP routing, static routes, VLAN routing, and show commands for verification and troubleshooting. The configurations covered include setting passwords, enabling interfaces, setting IP addresses, configuring RIP and static routing, subinterfaces for VLAN routing, and basic show commands.

Uploaded by

Paulo Araujo
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views3 pages

Cisco Router Configuration Guide

This document provides instructions for configuring basic settings on a Cisco router such as the hostname, passwords, IP addresses on ethernet, fastethernet and serial interfaces, RIP routing, static routes, VLAN routing, and show commands for verification and troubleshooting. The configurations covered include setting passwords, enabling interfaces, setting IP addresses, configuring RIP and static routing, subinterfaces for VLAN routing, and basic show commands.

Uploaded by

Paulo Araujo
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

[Link]

php/Simulating_DSL_Internet_Connectio
n_In_Cisco_Packet_Tracer

[Link]
Configurando um nome.
Router>enable
Router#configure terminal
Router(config)#hostname ti-redes
ti-redes#
Configurando senha enable.
Router>enable
Router#configure terminal
Router(config)#enable password ti-redes
Configurando senha enable secret.
Router>enable
Router#configure terminal
Router(config)#enable secret ti-redes
Configurando senha da console.
Router>enable
Router#configure terminal
Router(config)#line console 0
Router(config-line)#password ti-redes
Configurando acesso telnet para 05 usurios.
Router>enable
Router#configure terminal
Router(config)#line vty 0 4
Router(config-line)#login
Router(config-line)#password ti-redes
Configurando IP na interface ethernet.
Router>enable
Router#configure terminal
Router(config)#interface ethernet 0/1
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no shutdown
Configurando IP na interface fastethernet.
Router>enable
Router#configure terminal
Router(config)#interface fastEthernet 0/1
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no shutdown
Configurando IP na interface serial.
Router>enable
Router#configure terminal
Router(config)#interface serial 0/1/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#clock rate 128000 (somente se a serial for DCE)
Router(config-if)#no shutdown
Configurando roteamento RIP v1.

Router#
configure terminal
Router(config)#router rip
Router(config-router)#network [Link]
Router(config-router)#network [Link]
Configurando uma rota default por ip do prximo salto.
Router#configure terminal
Router(config)#ip route [Link] [Link] [Link]
Configurando rota default por interface.
Router#configure terminal
Router(config)#ip route [Link] [Link] serial 0/1/0
Configurando rota esttica por ip do prximo salto.
Router#configure terminal
Router(config)#ip route [Link] [Link] [Link]
Configurando rota esttica por interface.
Router#configure terminal
Router(config)#ip route [Link] [Link] serial 0/0
Configurando roteamento entre vlans.
Router>enable
Router#configure terminal
Router(config)#interface fastEthernet 0/1
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface fastEthernet 0/0.1 (ID da sub-interface)
Router(config-subif)#encapsulation dot1Q 10 (ID da vlan)
Router(config-subif)#ip address [Link] [Link]
Router(config-subif)#exit
Router(config)#interface fastEthernet 0/0.2 (ID da sub-interface)
Router(config-subif)#encapsulation dot1Q 20 (ID da vlan)
Router(config-subif)#ip address [Link] [Link]
Comandos de verificao e diagnstico.
Router#show ?
(O comando show ? fornece uma lista dos comandos show disponveis)
Router#show arp
(Exibe a tabela ARP do roteador)
Router#sh interfaces
(Verifica detalhadamente as configuraes das interfaces)
Router#sh ip interface brief
(Verifica resumidamente as configuraes das interfaces)
Router#sh ip route
(Verifica a tabela de roteamento)
Router#sh running-config
(Verifica as configiraes ativas na RAM)
Router#sh startup-config
(Verifica as configuraes da NVRAM)
Router#sh flash:
(Verifica os arquivos de sistema operacional da Flash)

Router#copy running-config startup-config


(Salva as configuraes ativas na RAM para a NVRAM)

Ler mais: [Link]


Crie o seu website grtis: [Link]

You might also like