35.7.1.2 Device Configuration
Take the device 1 as an example to show how to configure PIM-DM. The steps of device 2
and 3 are similar to device 1.
Step 1: Enable multicast router
DGS-3610# configure terminal
DGS-3610(config)# ip multicast-routing
Step 2: Enable PIM-DM in the interface eth0
DGS-3610(config)# interface eth 0
DGS-3610(config-if)# ip pim dense-mode
DGS-3610(config-if)# exit
Step 3: Enable PIM-DM in the interface eth1 and return to the privileged user mode.
DGS-3610(config)# interface eth 1
DGS-3610(config-if)# ip pim dense-mode
DGS-3610(config-if)# end
The configuration of device 2 and 3 is similar to device 1. Firstly enable the multicast router,
then enable the PIM-DM on each interface.
35.7.2 PIM-SM Configuration Example
35.7.2.1 Device Configuration
Following is the configuration of two devices:
ROUTE_A:
!
ip multicast-routing
!
interface Loopback0
ip address 192.168.100.142 255.255.255.0
ip pim-sm
!
interface Ethernet1/1
ip address 192.168.1.142 255.255.255.0
ip pim-sm
ip pim-sm dr-priority 100
!
interface serial2/0
ip address 192.168.21.142 255.255.255.0
physical-layer speed 128000
ip pim-sm