You are on page 1of 1

RTA(config)#hostname RTA

RTA(config)#banner motd ** Este e um router de Teste **


RTA(config)#enable secret class
RTA(config)#line conso
RTA(config)#line console 0
RTA(config-line)#password cisco
RTA(config-line)#login
RTA(config-line)#exit
RTA(config)#line vty 0 4
RTA(config-line)#password cisco
RTA(config-line)#login
RTA(config-line)#exit

RTA(config)#serv
RTA(config)#service pa
RTA(config)#service password-encryption
RTA(config)#exitRTA#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 10.10.10.1 YES NVRAM up up
FastEthernet0/1 10.10.20.1 YES NVRAM up up
Vlan1 unassigned YES NVRAM administratively down down
RTA#config t
RTA#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
RTA(config)#inter
RTA(config)#interface Fast
RTA(config)#interface FastEthernet 0/0
RTA(config-if)#descr
RTA(config-if)#description Ligacao para a Rede 1
RTA(config-if)#ip add
RTA(config-if)#ip address 10.10.10.1 255.255.255.0
RTA(config-if)#no shut
RTA(config-if)#no shutdown
RTA(config-if)#exit
RTA(config)#interface FastEthernet 0/1
RTA(config-if)#description Ligacao para a Rede 2
RTA(config-if)#ip address 10.10.20.1 255.255.255.0
RTA(config-if)#no shutdown
RTA(config-if)#exit
RTA(config)#exit
RTA#
%SYS-5-CONFIG_I: Configured from console by console

RTA#copy run
RTA#copy running-config start
RTA#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
RTA#
RTA#
RTA#

You might also like