You are on page 1of 3

TALLER REDES1 'GNS3'

Router 1 "Sistemas"
enable
config t
hostname sistemas
interface f0/0
ip address 90.0.0.1 255.255.255.0
no shutdown
exit
interface f1/0
ip address 10.0.0.1 255.255.255.0
no shutdown
exit
interface e2/0
ip address 205.40.1.254 255.255.255.0
no shutdown
exit
exit
ip
ip
ip
ip
ip
ip

route
route
route
route
route
route

190.0.1.4 255.255.255.255 10.0.0.2


70.0.1.2 255.255.255.255 90.0.0.2
80.0.0.2 255.255.255.255 10.0.0.2
20.0.0.3 255.255.255.255 70.0.1.2
20.0.0.3 255.255.255.255 80.0.0.2
120.1.1.3 255.255.255.255 90.0.0.2

Router 2 "Quimica"
enable
config t
hostname quimica
interface f1/0
ip address 90.0.0.2 255.255.255.0
no shutdown
exit
interface f2/0
ip address 70.0.1.1 255.255.255.0
no shutdown
exit
interface s0/0
ip address 120.1.1.2 255.255.255.0
no shutdown
exit
exit
ip
ip
ip
ip
ip
ip
ip

route
route
route
route
route
route
route

205.40.1.4 255.255.255.255 90.0.0.1


80.0.0.1 255.255.255.255 70.0.1.2
80.0.0.2 255.255.255.255 10.0.0.2
10.0.0.2 255.255.255.255 90.0.0.1
10.0.0.1 255.255.255.255 80.0.0.1
190.0.1.4 255.255.255.255 90.0.0.1
190.0.1.4 255.255.255.255 80.0.0.1

Router 3 "Biologia"
enable
config t
hostname biologia
interface s0/0
ip address 120.1.1.3 255.255.255.0
no shutdown
exit
interface s0/1
ip address 20.0.0.3 255.255.255.0
no shutdown
exit
exit
ip
ip
ip
ip

route
route
route
route

90.0.0.1 255.255.255.255 120.1.1.2


205.40.1.4 255.255.255.255 120.1.1.2
80.0.0.1 255.255.255.255 20.0.0.4
190.0.1.4 255.255.255.255 20.0.0.4

Router 4 "Fisica"
enable
config t
hostname fisica
interface f2/0
ip address 80.0.0.2 255.255.255.0
no shutdown
exit
interface f1/0
ip address 70.0.1.2 255.255.255.0
no shutdown
exit
interface s0/0
ip address 20.0.0.4 255.255.255.0
no shutdown
exit
exit
ip
ip
ip
ip

route
route
route
route

90.0.0.1 255.255.255.255 70.0.1.1


190.0.1.4 255.255.255.255 80.0.0.1
205.40.1.4 255.255.255.255 90.0.0.1
205.40.1.4 255.255.255.255 80.0.0.1

Router 5 "Programacion"
enable
config t
hostname programacion
interface f0/0
ip address 80.0.0.1 255.255.255.0
no shutdown
exit

interface f1/0
ip address 10.0.0.2 255.255.255.0
no shutdown
exit
interface e2/0
ip address 190.0.1.254 255.255.255.0
no shutdown
exit
exit
ip
ip
ip
ip
ip

route
route
route
route
route

205.40.1.4 255.255.255.255 10.0.0.1


70.0.1.1 255.255.255.255 80.0.0.2
90.0.0.2 255.255.255.255 10.0.0.1
20.0.0.3 255.255.255.255 80.0.0.2
120.1.1.3 255.255.255.255 70.0.1.1

You might also like