1

I am quite confusing with the Cisco IOS command.

what's the actual difference between redistribute static as i learn in EIGRP whereas default-information originate in RIP/RIPv2/OSPF?

I hope to get some answer over here as i can't find the difference from google neither cisco website.

HopelessN00b
  • 53,385
  • 32
  • 133
  • 208
hinloong
  • 13
  • 1
  • 4

1 Answers1

4

default-information originate injects a default route (ie 0.0.0.0/0) in the routing table of the peers, while redistribute static will redistribute static routes (ip route xxx) into the routing protocol.

petrus
  • 5,287
  • 25
  • 42