[Contents] [Prev] [Next] [Index] [Report an Error]

Advertising Routes

As its name suggests, DVMRP uses a distance-vector routing algorithm. Such algorithms require that each router periodically inform its neighbors of its routing table. DVMRP routers advertise routes by sending DVMRP report messages. For each network path, the receiving router picks the neighbor advertising the lowest cost and adds that entry to its routing table for future advertisement.

The cost, or metric, for this routing protocol is the hop count back to the source. The hop count for a network device is the number of routers on the route between the source and that network device.

Table 7 shows an example of the routing table for a DVMRP router.

Table 7: Sample Routing Table for a DVMRP Router

Source Subnet

Subnet Mask

From Router

Metric

Time Before Entry Is Deleted from Routing Table

Input Port

Output Port

143.2.0.0

255.255.0.0

143.32.44.12

4

85

3/0

4/0, 4/1

143.3.0.0

255.255.0.0

143.2.55.23

2

80

3/1

4/0, 4/1

143.4.0.0

255.255.0.0

143.78.6.43

3

120

3/1

4/0, 4/1

The DVMRP router maintains an (S,G) pair table that provides information to the multicast forwarding table. The (S,G) pair table is based on:

The (S,G) pair table includes a route from each subnetwork that contains a source to each multicast group of which that source is a member. These routes can be static or learned routes. Table 8 shows an example of the (S,G) pair table for DVMRP.

Table 8: Sample DVMRP (S,G) Pair Table

Source Subnet

Multicast Group

Time Before Entry Is Deleted from Routing Table

Input Port

Output Port

a. No value for the input port indicates that the interface is associated with a protocol other than DVMRP.

    

143.2.0.0

230.1.2.3

85

3/0

4/0, 4/1

 

230.2.3.4

75

3/0

4/0, 4/1

 

230.3.4.5

60

3/0

4/1

 

230.4.5.6

90

a

4/0

143.3.0.0

230.1.2.3

80

3/1

4/0, 4/1


[Contents] [Prev] [Next] [Index] [Report an Error]