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.

link|improve this question
feedback

1 Answer

up vote 4 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.