46-59
Catalyst 3750 SwitchSoftware Configuration Guide
OL-8550-09
Chapter46 Configuring IP Multicast Routing
Configuring Advanced DVMRP Interoperability Features
Figure46-10 Only Connected Unicast Routes Are Advertised by Default
Beginning in privileged EXEC mode, follow these steps to customize the summarization of DVMRP
routes if the default classful autosummarization does not suit your needs. This procedure is optional.
Note At least one more-specific route must be present in the unicast routing table before a configured
summary address is advertised.
To remove the summary address, use the no ip dvmrp summary-address address mask [metric value]
interface configuration command.
Network Intf Metric Dist
176.13.10.0/24 Fa1/0/1 10514432 90
176.32.15.0/24 Fa1/0/2 10512012 90
176.32.20.0/24 Fa1/0/2 45106372 90
Src Network Intf Metric Dist
151.16.0/16 Fa1/0/1 7 0
172.34.15.0/24 Fa1/0/1 10 0
202.13.3.0/24 Fa1/0/1 8 0
151.16.0.0/16 m = 39
172.34.15.0/24 m = 42
202.13.3.0/24 m = 40
176.32.10.0/24 m = 1
176.32.15.0/24 m = 1
DVMRP router
Cisco
router
Tunnel
Fast
Ethernet
1/0/1
176.32.10.0/24
Fast
Ethernet
1/0/2
176.32.15.0/24
DVMRP Report
86514
DVMRP Route Table Unicast Routing Table (10,000 Routes)
interface tunnel 0
ip unnumbered fastethernet1/0/1
interface fastethernet1/0/1
ip addr 176.32.10.1 255.255.255.0
ip pim dense-mode
interface fastethernet1/0/2
ip addr 176.32.15.1 255.255.255.0
ip pim dense-mode
Command Purpose
Step1 configure terminal Enter global configuration mode.
Step2 interface interface-id Specify the interface that is connected to the DVMRP router, and enter
interface configuration command.
Step3 ip dvmrp summary-address address
mask [metric value]
Specify a DVMRP summary address.
For summary-address address mask, specify the summary IP
address and mask that is advertised instead of the more specific
route.
(Optional) For metric value, specify the metric that is advertised
with the summary address. The default is 1. The range is 1 to 32.
Step4 end Return to privileged EXEC mode.
Step5 show running-config Verify your entries.
Step6 copy running-config startup-config (Optional) Save your entries in the configuration file.