To enable DVMRP on the router, include the following statements:
-
dvmrp {
-
interface interface-name;
-
rib-group group-name;
- }
You can include these statements at the following hierarchy levels:
The rib-group statement selects a routing table group. DVMRP exports routes from this group and imports routes to this group. The rib-group statement associates with DVMRP the routing table group that imports and exports routes into the specified routing table group. This is a group you defined with the rib-groups statement at the [edit routing-options] hierarchy level.
You must specify the interface or interfaces on which to enable DVMRP. Specify the full interface name, including the physical and logical address components. To configure all interfaces, specify the interface name all. For details about specifying interfaces, see the JUNOS Network Interfaces Configuration Guide.
![]() |
Note: If you have configured Protocol Independent Multicast (PIM) on the interface, you can configure DVMRP in unicast-routing mode only. You cannot configure PIM and DVMRP in forwarding mode at the same time. |