Routing dynamic protocol (RIP) and RIP Routing

Source: Internet
Author: User

Routing dynamic protocol (RIP) and RIP Routing

RIP route definition: it is used to automatically transmit route entries between different routers. a shortest and loop-free forwarding path to the target network has been calculated.
Lab name: RIP route
Lab Environment

R1/R2/R3/R4
PC1/PC2
Experiment ideas
1-configure the corresponding IP address, subnet mask and gateway address for two PCs
2-for the respective vrouters! [] Port configuration IP address (edge router egress configuration of the gateway IP address pointed to by the PC)
3-enable the RIP Protocol for each vro
# Enable the RIP Protocol
# Set version: 2
# Disable the automatic summary Function
# Set the network of the vro's direct connection CIDR Block
4-verification test

Configure the IP address of the router interface
R1
Router> en
Router # conf
Router (config) # int g0/0
Router (config-if) # ip add 192.168.10.254 255.255.255.0
Router (config-if) # no shu
Router (config-if )#
Router (config-if) # int g0/1
Router (config-if) # ip add 192.168.20.1 255.255.255.0
Router (config-if) # no shu
Router (config-if )#

R2
Router> en
Router # conf
Router (config) # int g0/1
Router (config-if) # ip add 192.168.20.2 255.255.0
Router (config-if) # no shu
Router (config-if )#
Router (config-if) # int g0/2
Router (config-if) # ip add 192.168.30.1 255.255.255.0
Router (config-if) # no shu
Router (config-if )#

R3
Router> en
Router # conf
Router (config) # int g0/2
Router (config-if) # ip add 192.168.30.2 255.255.0
Router (config-if) # no shu
Router (config-if )#
Router (config-if) # int g0/1
Router (config-if) # ip add 192.168.40.1 255.255.255.0
Router (config-if) # no shu
Router (config-if )#

R4
Router> en
Router # conf
Router (config) # int g0/1
Router (config-if) # ip add 192.168.40.2 255.255.255.0
Router (config-if) # no shu
Router (config-if )#
Router (config-if) # int g0/0
Router (config-if) # ip add 192.168.50.254 255.255.255.0
Router (config-if) # no shu
Router (config-if )#

Configure the RIP Protocol for each vro
R1
Router> en
Router # conf
Router (config) # rout
Router (config) # router rip
Router (config-router) # version 2
Router (config-router) # no auto-summary
Router (config-router) # network 192.168.10.0
Router (config-router) # network 192.168.20.0
Router (config-router )#

R2
Router> en
Router # conf
Router (config) # router rip
Router (config-router) # version 2
Router (config-router) # no auto-summary
Router (config-router) # network 192.168.20.0
Router (config-router) # network 192.168.30.0
Router (config-router )#
R3
Router> en
Router # conf
Router (config) # router rip
Router (config-router) # version 2
Router (config-router) # no auto-summary
Router (config-router) # network 192.168.30.0
Router (config-router) # network 192.168.40.0
Router (config-router )#

R4
Router> en
Router # conf
Router (config) # router rip
Router (config-router) # version 2
Router (config-router) # no auto-summary
Router (config-router) # network 192.168.40.0
Router (config-router) # network 192.168.50.0

Test and verification


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.