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

show dvmrp interfaces

Syntax

show dvmrp interfaces
<logical-system (all | logical-system-name)>

Release Information

Command introduced before JUNOS Release 7.4.

Description

Display information about Distance Vector Multicast Routing Protocol (DVMRP)-enabled interfaces.

Options

none — (Same as logical-system all) Display information about DVMRP-enabled interfaces on all logical systems.

logical-system (all | logical-system-name) — (Optional) Perform this operation on all logical systems or on a particular logical system.

Required Privilege Level

view

List of Sample Output

show dvmrp interfaces

Output Fields

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

Table 24: show dvmrp interfaces Output Fields

Field Name

Field Description

Interface

Name of the interface.

State

State of the interface: up or down.

Leaf

Whether the interface is a leaf (that is, whether it has no neighbors) or whether it has neighbors.

Metric

Interface metric: a value from 1 through 31.

Announce

Number of routes the interface is announcing.

Mode

DVMRP mode:

  • Forwarding—DVMRP does both the routing and the multicast data forwarding.
  • Unicast-routing—DVMRP does only the routing. Forwarding of the multicast data packets can be done by enabling PIM on the interface.

Sample Output

show dvmrp interfaces

user@host> show dvmrp interfaces
Interface State Leaf Metric Announce Mode 
fxp0.0   Up   N   1   4 Forwarding 
fxp1.0   Up   N   1   4 Forwarding 
fxp2.0   Up   N   1   3 Forwarding 
lo0.0    Up   Y   1   0 Unicast-routing

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