For PC1, include the output of the commands show ip rip and netstat –rn from Steps 4 and 5. Discuss the differences in the output of the commands.

What will be an ideal response?

The result of show ip rip command is like the following:
```
PC1# show ip rip
Codes: R - RIP, C - connected, O - OSPF, B - BGP
(n) - normal, (s) - static, (d) - default, (r) - redistribute,
(i) - interface
Network Next Hop Metric From Time
C(i) 10.0.1.0/24 0.0.0.0 1 self
R(n) 10.0.2.0/24 10.0.1.1 2 10.0.1.1 02:39
R(n) 10.0.3.0/24 10.0.1.1 3 10.0.1.1 02:39
R(n) 10.0.4.0/24 10.0.1.1 4 10.0.1.1 02:39
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
10.0.4.0 10.0.1.1 255.255.255.0 UG 0 0 0 eth0
10.0.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
10.0.2.0 10.0.1.1 255.255.255.0 UG 0 0 0 eth0
10.0.3.0 10.0.1.1 255.255.255.0 UG 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
```
Both the above commands tell us the gateways/routers which would be used for routing packets addressed to other subnets. The output of the ‘show ip rip’ command gives us more information, in that, it tells us about the number of routers a packet (sent by a host in subnet 10.0.1.0/24) will traverse before reaching the destination. In other words show ip rip command shows the metric values of each destination network.

Computer Science & Information Technology

You might also like to view...

The Europeans belief that Americans are rude and pushy is an example of ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following does YUM keep track of?

a. Name of the application b. Version installed c. Any associated files d. All the above

Computer Science & Information Technology