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.
You might also like to view...
In an OpenOffice Base database, the foreign key field is the common field that is used to join with a primary key field in another table
Indicate whether the statement is true or false
A(n) ________ is a group of related fields
A) report B) table C) record D) database
A(n) ____ is any nonconstructor class method that changes an object’s data values.
a. access method b. mutator method c. get function d. return function
________ refers to the assessment of the level of care a patient needs when he arrives at the hospital
a. Triage b. Acuity c. Complaint assessment d. None of the above