#configure terminal | Enter configure mode. |
(config)#ip multicast-routing | Enable IP multicast routing. |
(config)#exit | Exit Configure mode. |
#configure terminal | Enter configure mode. |
(config)#interface eth1 | Specify the interface (eth1) to be configured and Enter interface mode. |
(config-if)#ip address 10.10.12.11/24 | Configure the IP address for eth1. |
(config-if)#ip pim sparse-mode | Enable PIM sparse mode on the interface. |
(config-if)#exit | Exit interface mode. |
(config)#interface eth2 | Specify the interface (eth2) to be configured and Enter interface mode. |
(config-if)#ip address 10.10.13.11/24 | Configure the IP address for eth2. |
(config-if)#ip pim sparse-mode | Enable PIM sparse mode on the interface. |
(config-if)#exit | Exit interface mode. |