You are on page 1of 1

DANDO NOME AO ROTEADOR

Router>enable
Router#conf
Router#configure te
Router#configure terminal
Router(config)#hostname VT

CONFIGURANDO INTERFACE LAN, ATIVANDO E DESCRIO.


VT(config)#int f0/0
VT(config-if)#ip add 192.168.2.100 255.255.255.0
VT(config-if)#no shutdown
VT(config-if)#description PORTA LAN DE AM

CONFIGURANDO INTERFACE WAN, ATIVANDO E DESCRO.


VT#configure terminal
VT(config)#int s0/0/0
VT(config-if)#ip add 11.0.0.2 255.0.0.0
VT(config-if)#no shutdown
VT(config-if)#bandwidth 128
VT(config-if)#clock 128000
VT(config-if)#DEScription PORTA WAN ENTRE VT E RJ

CONFIGURANDO ROTEAMENTO DUAS REDES


VT(config)#Router RIP
VT(config-router)#Network 11.0.0.0
VT(config-router)#Network 192.168.2.0

SALVANDO CONFIGURAO NO ROTEADOR


VT#copy run startup-config
Destination filename [startup-config]?
Building configuration...
[OK]

You might also like