Configuration Roadmap
The configuration roadmap is as follows:
1.
Configure an IP address for each interface to ensure that neighboring nodes are reachable
at the network layer.
2.
Enable RIP on each router and configure basic RIP functions.
3.
Configure RIP-2 on each router and check information about classless routes.
Data Preparation
To complete the configuration, you need the following data:
l
Network segment (192.168.1.0) to be enabled with RIP on Router A
l
Network segments (192.168.1.0, 172.16.0.0, and 10.0.0.0) to be enabled with RIP on Router
B
l
Network segment (172.16.0.0) to be enabled with RIP on Router C
l
Network segment (10.0.0.0) to be enabled with RIP on Router D
l
RIP-2 on Router A, Router B, Router C, and Router D
Procedure
Step 1
Configure an IP address for each interface.
The configuration details are not described here.
Step 2
Configure basic RIP functions.
# Configure Router A.
[RouterA]
rip
[RouterA-rip-1]
network 192.168.1.0
[RouterA-rip-1]
quit
# Configure Router B.
[RouterB]
rip
[RouterB-rip-1]
network 192.168.1.0
[RouterB-rip-1]
network 172.16.0.0
[RouterB-rip-1]
network 10.0.0.0
[RouterB-rip-1]
quit
# Configure Router C.
[RouterC]
rip
[RouterC-rip-1]
network 172.16.0.0
[RouterC-rip-1]
quit
# Configure Router D.
[RouterD]
rip
[RouterD-rip-1]
network 10.0.0.0
[RouterD-rip-1]
quit
# Check the RIP routing table of Router A.
[RouterA]
display rip 1 route
HUAWEI NetEngine80E/40E Router
Configuration Guide - IP Routing
3 RIP Configuration
Issue 02 (2014-09-30)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
207