How To Configure Ripv2 On Cisco Router?
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.
1. Log into the Cisco Router and access global configuration mode.
2. Configure a router ID by typing in the following command:
Router(config)# router–id 1.1.1.1
3. Enable the RIP routing protocol by entering the following command:
Router(config)# router rip
4. Configure the networks that will be advertised using the RIP routing protocol with the following command:
Router(config–router)# network 10.0.0.0 5. To verify the configuration, use the following command: Router# show running–config
6. To save the configuration, use the following command:
Router# copy running–config startup–config