Monitoring DVMRP
You can establish a reference point for DVMRP statistics by setting the statistics counters to zero.
You can display DVMRP information with the show ip dvmrp commands.
baseline ip dvmrp
- Use to set the counters for DVMRP statistics to zero, which establishes a reference point, or baseline, for DVMRP statistics.
- Example
(host1)#baseline ip dvmrpThere is no no version. show ip dvmrp
- Dvmrp Administrative StateState of DVMRP in the software: Enabled or Disabled
- Mcast Administrative StateState of multicasting in the software: Enabled or Disabled
- Dvmrp VersionVersion of DVMRP with which this software is compatible
- GenerationIDA number the router generates each time it reboots; when the number changes, neighbors discard all information previously learned from the router
- Number of RoutesNumber of routes in the DVMRP routing table
- Number of Triggered RoutesNumber of routes waiting to be advertised, because a parameter for the route changed
- Reachable RoutesNumber of routes that the router can currently reach
- Route-hog-notificationNumber of DVMRP routes that the router can record before it generates a system log warning message
- Route-limitMaximum number of routes that the router can advertise on each interface
- Send-S32-Prunes-OnlyIndicator of whether the router sends only S-32 prunes
- trueRouter sends only S-32 prunes and grafts to ensure compatibility with other protocols, such as PIM
- falseRouter sends S-32 and S/Prefix grafts and prunes
host1:boston>show ip dvmrpRouting Process DVMRP - Distance Vector Multicast Routing ProtocolDvmrp Administrative State: EnabledMulticast Administrative State: EnabledDvmrp Version: 3.255Generation ID: 0x46828e2bNumber of Routes: 2Number of Triggered Routes: 0Reachable Routes: 2route-hog-notification: 10000route-limit: 7000Send-S32-Prunes-Only: trueunicastRoutingOnly: falseGraceful Restart Duration: 60Graceful Restart is: complete (timer 0 seconds)Redistribution None Configureddynamic-redistribution: enabledshow ip dvmrp interface
- InterfaceType and specifier of the interface connected to a source. For details about interface types and specifiers, see JUNOSe Command Reference Guide, About This Guide.
- SourceAddressIP address of the interface or, for an unnumbered interface, address of the loopback interface
- Network/MaskNetwork and mask of the subnet on which the interface resides
- Received Bad Packets/RBdPkNumber of bad packets received on this interface
- Received Bad Routes/RBdRtNumber of bad routes received on this interface
- Routes Sent/SntRtNumber of bad routes advertised on this interface
- Administrative StateConfigured state of DVMRP on this interface: enabled or Disabled
- Summary Address(es)Specific summary address or addresses that this interface should advertise
- auto-summaryStatus of automatic summarization: Enabled or Disabled
- metric-offset inNumber of hops by which the router increases a DVMRP route advertised in incoming DVMRP reports
- metric-offset outNumber of hops by which the router increases a DVMRP route advertised in outgoing DVMRP reports
- announce-filterRoutes advertised by the interface
- accept-filter(s)Names of IP access lists that specify the sources for which the interface accepts routes
host1:v3#show ip dvmrp interfaceInterface: ATM2/0.1SourceAddress: 1.0.0.1Network/Mask: 1.0.0.1/24Received Bad Packets: 0Received Bad Routes: 0Routes Sent: 0Administrative State: EnabledSummary Address(es) None Configuredauto-summary: Disabedmetric-offset in: 1metric-offset out: 0announce-filter: Noneaccept-filter(s) None ConfiguredExample 2 host1:boston#show ip dvmrp interface briefInterface SourceAddress Network/Mask RBdPk RBdRt SntRtatm5/0.14 14.0.1.1 14.0.1.1/8 0 0 2atm5/0.15 15.0.1.1 15.0.1.1/8 0 0 2show ip dvmrp mroute
- (S,G) pairSource, Group pair value
- UptimeTime, in seconds, that this (S, G) pair entry has been in the routing table
- Upstream PruneWhether the router has sent prune messages for this group
- RPF InterfaceInterface that provides the shortest path back to the source
- Outgoing interface listTypes and specifiers of interfaces through which the VR forwards DVMRP messages, such as atm3/0. For details about interface types and specifiers, see JUNOSe Command Reference Guide, About This Guide.
host1:boston#show ip dvmrp mrouteIP DVMRP Multicast Routing Table(40.0.0.0/16, 228.1.1.1) Uptime: 77Upstream Prune: noneRPF Interfaceatm5/0.40Outgoing interface list:atm5/0.31show ip dvmrp neighbor
- Use to display information about DVMRP neighbors.
- Specify the brief keyword to view a summary of information.
- Field descriptions
- Neighbor Address/NbrAddressIP address of the neighbor
- InterfaceInterface type and specifier, such as atm3/0. For details about interface types and specifiers, see JUNOSe Command Reference Guide, About This Guide.
- Neighbor upTime/UpTimeLength of time, in seconds, that this router has been a neighbor
- Neighbor Major Version/MajMajor number of the DVMRP version on the neighbor
- Neighbor Minor Version/MinMinor number of the DVMRP version on the neighbor
- Neighbor Capabilities/CapCapability of the neighbor
- Prune/PAbility to send prune messages
- GenerationId/GAbility to create a generation ID number
- Mtrace/MAbility to trace multicast routes
- Netmask/NAbility to send prunes and grafts with a network mask address
- ActiveRouter is able to communicate with this neighbor
- DownNeighbor is down
- IgnoringRouter is not accepting messages from this neighbor
- OnewayRouter is receiving messages from the neighbor, but the neighbor does not include the router's IP address in the messages. This state can indicate a starting transition, or a problem.
- Generation IDNumber that the neighbor generates each time it boots; when the number changes, the VR discards all information previously learned from the router.
- Routes ReceivedNumber of routes received from this neighbor
- Bad Routes ReceivedNumber of bad routes received from this neighbor
- Bad Packets ReceivedNumber of bad packets received from this neighbor
host1:boston#show ip dvmrp neighborNeighbor Address: 14.0.0.1Interface: atm5/0.14Neighbor upTime: 28Neighbor Major Version: 3Neighbor Minor Version: 255Neighbor Capabilities: Prune GenerationId Mtrace NetMaskNeighbor State: ActiveGeneneration ID: 0x3a13fbc2Routes Received: 1Bad Routes Received 0Bad Packets Received: 0host1:v3#show ip dvmrp neighbor briefInterface NbrAddress UpTime Maj Min Cap Stateatm5/0.14 14.0.0.1 32 3 255 PGMN Activeatm5/0.15 15.0.0.1 34 3 255 PGMN Activeshow ip dvmrp route
- Use to display information about DVMRP routes.
- Specify an IP address to display the best route to that address.
- Specify an IP address and subnet mask to display the route that exactly matches this IP address and subnet mask
- Specify an interface type and specifier to display routes associated with that interface. For details about interface types and specifiers, see JUNOSe Command Reference Guide, About This Guide.
- Specify the brief keyword to view a summary of information.
- Field descriptions
- PrefixIP address of the network
- LengthLength of the subnet mask for the network
- usNbr/OwnerIP address of the upstream neighbor associated with this route or a description of the origin of the route
- Dvmrp LocalRoute is associated with a directly attached network
- Dvmrp AggregateRoute is an aggregate route determined by summarization
- MetricMetric associated with this interface for this route
- ExpireTimeTime, in seconds, until the VR starts the process for removing the route
- UpTimeLength of time, in seconds, that the route has been in the DVMRP routing table
- InterfaceType and specifier for the interface, such as atm3/0.
host1:boston>show ip dvmrp routePrefix/Length usNbr/Owner Metric ExpireTime UpTime Interface14.0.0.0/8 Dvmrp Local 1 Never 18 atm5/0.14Downstream Interface(s)Interfaceatm5/0.1515.0.0.0/8 Dvmrp Local 1 Never 18 atm5/0.15Downstream Interface(s)None25.0.0.0/8 14.0.0.1 2 129 11 atm5/0.14Downstream Interface(s)Interfaceatm5/0.15host1:v3#show ip dvmrp route briefPrefix/Length usNbr/Owner Metric ExpireTime UpTime Interface14.0.0.0/8 Dvmrp Local 1 Never 26 atm5/0.1415.0.0.0/8 Dvmrp Local 1 Never 26 atm5/0.1525.0.0.0/8 14.0.0.1 2 121 19 atm5/0.14show ip dvmrp routeNextHop
- addrIP address of the next-hop router
- mlenMask length of the next-hop router
- ifIndexSNMP interface index for the interface that connects to the next hop
- TypeDescription of the next-hop router
host1:boston>show ip dvmrp routeNextHopaddr/mlen ifIndex Type172.16.0.0/16 4 leaf172.17.0.0/16 4 leaf172.18.0.0/16 3 leaf172.19.0.0/16 3 leaf172.19.0.0/16 4 branch