141k views
0 votes
To propagate a default route configured with OSPF, the _____ command is used. (Points : 2) ip route

redistribute routes
default-information originate
inner route

1 Answer

3 votes

Answer:

default-information originate

Step-by-step explanation:

This command is normally use in a ABR (Area Border Router) in order to propagate a default route in OSPF, here is an example:

Router>enable

Router#configure terminal

Router(config)#ip route 0.0.0.0 0.0.0.0 serial 0/0/0

Router(config)#router ospf 102

Router(config-router)#default-information originate

Router(config-router)#end

User Gerardo Grignoli
by
5.3k points