EIGRP - Stub router types

When configuring a stub router in EIGRP it is possible to configure the types of routes that will be advertised within that stub. By default, only the connected and summary routes are advertised. However, you can modify this default behavior to make it advertise any of the following:

  • Connected: allows the stub router to advertise directly connected networks.
  • Static: allows the stub router to advertise static routes (you have to redistribute them).
  • Summary: allows the stub router to advertise summary routes.
  • Redistribute: allows the stub router to advertise redistributed routes.

The receive-only option will simply cause the stub router to not advertise any network.

The command to do so is the following

R1(config-router)#eigrp stub ? connected Do advertise connected routes leak-map Allow dynamic prefixes based on the leak-map receive-only Set receive only neighbor redistributed Do advertise redistributed routes static Do advertise static routes summary Do advertise summary routes R1(config-router)#eigrp stub

https://networklessons.com/eigrp/eigrp-stub-explained