You are on page 1of 2

new york

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname NewYork
NewYork(config)#line console 0
NewYork(config-line)#password oym
NewYork(config-line)#login
NewYork(config-line)#exit
NewYork(config)#enable secret oym
NewYork(config)#line vty 0 4
NewYork(config-line)#password oym
NewYork(config-line)#login
NewYork(config-line)#exit
NewYork(config)#service password-encryption
NewYork(config)#banner motd #Solo Personal Autorizado#
NewYork(config)#interface f0/1
NewYork(config-if)#ip add 10.0.4.1 255.0.0.0
NewYork(config-if)#no sh
NewYork(config-if)#router eigrp 10
NewYork(config-router)#network 10.0.4.0 0.255.255.255
NewYork(config-router)#network 10.0.7.0 0.255.255.255
NewYork(config-router)#no auto-summary
NewYork(config-if)#exit
NewYork# copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
NewYork#

Japon

enable
configure terminal
hostname Japon
line console 0
password oym
login
exit
enable secret oym
line vty 0 4
password oym
login
exit
service password-encryption
banner motd #Solo Personal Autorizado#
interface f0/0
ip add 10.0.8.1 255.0.0.0
no sh
exit
interface f0/1
ip add 10.0.5.2 255.0.0.0
no sh
router eigrp 10
network 10.0.5.0 0.255.255.255
network 10.0.8.0 0.255.255.255
no auto-summary
exit
copy running-config startup-config

Caracas
enable
configure terminal
hostname Caracas
line console 0
password oym
login
exit
enable secret oym
line vty 0 4
password oym
login
exit
service password-encryption
banner motd #Solo Personal Autorizado#
interface f0/0
ip add 10.0.9.1 255.0.0.0
no sh
exit
interface f0/1
ip add 10.0.6.3 255.0.0.0
no sh
router eigrp 10
network 10.0.9.0 0.255.255.255
network 10.0.6.0 0.255.255.255
no auto-summary
exit

copy running-config startup-config

You might also like