You are on page 1of 2

---ENRUTAMIENTO

loopback

Godzilla

router eigrp 1
network 192.168.12.0
no auto-summary

KingKong

router eigrp 1
network 192.168.12.0
network 192.168.23.0
no auto-summary

Nessie

router eigrp 1
network 192.168.23.0
no auto-summary

-----CONFIGURACION TUNNEL

Godzilla

interface tunnel 13
ip address 192.168.13.1 255.255.255.0
tunnel source f0/0
tunnel destination 192.168.23.3

Nessie

interface tunnel 13
ip address 192.168.13.3 255.255.255.0
tunnel source f0/0
tunnel destination 192.168.12.1

ping 192.168.13.1

-----OSPF

Godzilla

router ospf 1
network 192.168.13.0 0.0.0.255 area 0
network 11.11.11.0 0.0.0.255 area 0

Nessie

router ospf 1
network 192.168.13.0 0.0.0.255 area 0
network 33.33.33.0 0.0.0.255 area 0

show ip ospf neighbor


show ip route

You might also like