6 de junio de 2014

RIP


Asignamos las direcciones IP y el Gw a los tres ordenadores. Ponemos la configuración que viene en la imagen.
En los routers asignamos las IP a las diferentes bocas:
Router 0
-enable
-config terminal
-interface fastEthernet 0/0
-ip address 192.168.1.1 255.255.255.0
-no shutdown

Router 0
-enable
-config terminal
-interface fastEthernet 0/1
-ip address 172.16.1.1 255.255.255.0
-no shutdown

Antes de configurar el Router 1, añadirle 4 bocas más de Ethernet
Router 1
-enable
-config terminal
-interface Ethernet 1/0
-ip address 172.16.1.2 255.255.255.0
-no shutdown

Router 1
-enable
-config terminal
-interface fastEthernet 0/0
-ip address 192.168.2.1 255.255.255.0
-no shutdown

Router 1
-enable
-config terminal
-interface Ethernet 1/1
-ip address 10.10.10.2 255.255.255.0
-no shutdown

Router 2
-enable
-config terminal
-interface fastEthernet 0/1
-ip address 10.10.10.1 255.255.255.0
-no shutdown

Router 2
-enable
-config terminal
-interface fastEthernet 0/0
-ip address 192.168.3.1 255.255.255.0
-no shutdown

Una vez echo todo lo anterior:

Router 0
-router rip network 172.16.0.0

Router 1
-router rip network 172.16.0.0
-router rip network 10.10.10.0

Router 2
router rip network 10.10.10.0