Networkplus Training Center: Hcia Lab
Networkplus Training Center: Hcia Lab
HCIA Lab
Version 1.0
AR1 configuration.
<Huawei> system-view
[Huawei]sysname AR1
[AR1]interface s1/0/0
[AR1]quit
[AR1]interface g0/0/0
[AR1]quit
[AR1]rip
[AR1-rip-1]version 2
[AR1-rip-1]network 10.0.0.0
[AR1-rip-1]network 15.0.0.0
AR2 configuration.
<Huawei> system-view
[Huawei]sysname AR2
[AR2]interface s1/0/0
[AR2]quit
[AR2]interface g0/0/0
[AR2]quit
[AR2]rip
[AR2-rip-1]version 2
[AR2-rip-1]network 20.0.0.0
[AR2-rip-1]network 15.0.0.0
Step 2 Verify RIP routes.
View the routing tables of AR1, AR2, and Make sure that these routers have learned
the RIP routes.
[AR1]display ip routing-table
------------------------------------------------------------------------------
Destinations : 12 Routes : 12
C:\>ping 20.0.0.2
[AR1]interface s1/0/0
[AR2]interface s1/0/0
After the configuration is complete, verify that the routes are not
affected.
Step 3 Disable RIP updates on interface g0/0/0 on both AR1/AR2.
[AR1]rip
[AR1-rip-1]silent-interface g0/0/0
Topology:
Enable RIP on all routers and advertise the direct connected networks.
On AR1 check the routing table and how he reaches 20.0.0.0/8 network.
[AR1]display ip routing-table
------------------------------------------------------------------------------
Destinations : 18 Routes : 19
...more...
Adjust the metric on AR2 by adding two additional hop count using metricout
command on serial 1/0/0.
[AR2]interface s1/0/0
[AR2-Serial1/0/0]rip metricout 2
[AR1]display ip routing-table
------------------------------------------------------------------------------
Destinations : 18 Routes : 19
...more...