• Use the no version to disable redistribution.
• See redistribute.
route-map
• Use to specify a route map.
• Example
host1:boston(config-router)#route-map boston-map atm 3/2
• Use the no version to delete the route map. If you do not specify an interface, it removes
the global route map if one exists.
• See route-map.
router dvmrp
• Use to create and enable DVMRP processing on a VR or to access DVMRP Router
Configuration mode.
• Example
host1:boston(config)#router dvmrp
• Use the no version to remove DVMRP from the VR.
• See router dvmrp.
Specifying Routes to Be Advertised
By default, if DVMRP owns an interface, that interface advertises all DVMRP routes it
has learned to its neighbors. You can specify the routes that the interface advertises by
issuing the ip dvmrp announce-filter command in conjunction with a standard IP access
list. The IP access list defines the DVMRP routes that are advertised.
ip dvmrp announce-filter
• Use to specify the DVMRP routes for an interface to advertise.
• Specify a standard IP access list of routes for the interface to advertise.
• Example
host1:boston(config-if)#ip dvmrp announce-filter boston-list
• Use the no version to enable the interface to advertise all DVMRP routes that it has
learned.
• See ip dvmrp announce-filter.
Preventing Dynamic Route Distribution
By default, if you make changes to a route map, the router dynamically redistributes the
routes in DVMRP. To prevent this dynamic redistribution, use the
disable-dynamic-redistribute command.
129Copyright © 2010, Juniper Networks, Inc.
Chapter 4: Configuring DVMRP