1

Giving this topology as an example, Network topology

I am working on an exercise for university and up so far I have implemented inter vlan routing, spanning tree, link aggregation and DHCP. For the last part I need to implement OSPF and my question is:

Once setting up the OSPF in each router, do I need to advertise the network that corresponds to the IP's given to each end device or should I only advertise the networks corresponding to each of the router's links?

At the moment I have configured OSPF in all 4 routers with the network corresponding to each of the links and can ping between all routers but not from end device to ELSEWHERE/EDGE or Campus.

Hope I was clear enough about my question. Thank you in advance!

JGuerra
  • 35
  • 1
  • 5

1 Answers1

1

configure ospf on any device routing L3 traffic (switches included)

then the easiest thing is to just redistribute connected

use show ip route ospf to confirm.

Jacob Evans
  • 7,636
  • 3
  • 25
  • 55