You are on page 1of 3

BANNER

configure terminal
enable password 20
configure terminal
hostname Alemania
line vty 0 4
password 20
login
exit
line console 0
password 20
login
banner motd #Freth David Piraban Hernandez COD: 2534#

configure terminal
hostname Rusia
line vty 0 4
password 20
login
exit
line console 0
password 20
login
banner motd #Freth David Piraban Hernandez COD: 2534#

configure terminal
hostname China
line vty 0 4
password 20
login
exit
line console 0
password 20
login
banner motd #Freth David Piraban Hernandez COD: 2534#

SERIALES
ALEMANIA
configure terminal
interface serial 0/1/1
ip address 24.23.0.97 255.255.255.252
no shutdown
clock rate 56000
exit
configure terminal
interface serial 0/1/0
ip address 24.23.127.101 255.255.255.252
no shutdown
exit

CHINA
configure terminal
interface serial 0/1/1
ip address 24.23.0.106 255.255.255.252
no shutdown
exit
configure terminal
interface serial 0/1/0
ip address 24.23.0.98 255.255.255.252
no shutdown
exit
RUSIA
configure terminal
interface serial 0/1/0
ip address 24.23.0.102 255.255.255.252
clock rate 56000
no shutdown
exit
configure terminal
interface serial 0/1/1
ip address 24.23.0.105 255.255.255.252
clock rate 56000
no shutdown
exit

INTERFACES
CHINA
interface fastethernet 0/0
no shutdown
ip address 24.23.0.34 255.255.255.224
exit
RUSIA
interface fastethernet 0/0
no shutdown
ip address 24.23.0.65 255.255.255.224
exit

configure terminal
interface serial 0/1/0
clock rate 56000
no shutdown
exit
configure terminal

interface serial 0/1/1


clock rate 56000
no shutdown
exit

RIP
alemania
router rip
version 2
network 24.23.0.0
network 24.23.0.100
network 24.23.0.96
no auto - summary

china
router rip
version 2
network 24.23.0.32
network 24.23.0.96
network 24.23.0.104
no auto - summary
rusia
router rip
version 2
network 24.23.0.64
network 24.23.0.100
network 24.23.0.104
no auto - summary

You might also like