Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show dvmrp neighbors

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show dvmrp neighbors 
<logical-system (all | logical-system-name)>

Description

Display information about Distance Vector Multicast Routing Protocol (DVMRP) neighbors.

Options

none

(Same as logical-system all) Display information about DVMRP neighbors.

logical-system (all | logical-system-name)

(Optional) Perform this operation on all logical systems or on a particular logical system.

Required Privilege Level

view

Output Fields

Table 1 describes the output fields for the show dvmrp neighbors command. Output fields are listed in the approximate order in which they appear.

Table 1: show dvmrp neighbors Output Fields

Field Name

Field Description

Neighbor

Address of the neighboring DVMRP router.

Interface

Interface through which the neighbor is reachable.

Version

Version of DVMRP that the neighbor is running, in the format majorminor.

Flags

Information about the neighbor:

  • 1—One way. The local router has seen the neighbor, but the neighbor has not seen the local router.

  • G—Neighbor supports generation ID.

  • L—Neighbor is a leaf router.

  • M—Neighbor supports mtrace.

  • N—Neighbor supports netmask in prune messages and graft messages.

  • P—Neighbor supports pruning.

  • S—Neighbor supports SNMP.

Routes

Number of routes learned from the neighbor.

Timeout

How long until the DVMRP neighbor information times out, in seconds.

Transitions

Number of generation ID changes that have occurred since the local router learned about the neighbor.

Sample Output

show dvmrp neighbors

content_copy zoom_out_map
user@host> show dvmrp neighbors 
Neighbor        Interface        Version Flags   Routes Timeout Transitions
192.168.1.1    ipip.0             3.255  PGM         3      28           1

Release Information

Note:

Distance Vector Multicast Routing Protocol (DVMRP) was deprecated in Junos OS Release 16.1. Although DVMRP commands continue to be available and configurable in the CLI, they are no longer visible and are scheduled for removal in a subsequent release.

Command introduced before Junos OS Release 7.4.

footer-navigation