How To Advertise Default Route In Rip?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In order to advertise a default route in RIP, you need to configure a static route to the 0.0.0.0/0 destination, and then add the following command to your router’s configuration:
Router(config)# router rip
Router(config-router)# default-information originate
This command will tell the RIP process to advertise the default route to all other routers in the RIP domain.
To advertise a default route in RIP, use the command “default–information originate”. This command will advertise the default route to all the RIP peers. The syntax is as follows: router(config)# router rip router(config–router)# default–information originate