![Cisco Catalyst Blade 3032 Software Configuration Manual Download Page 1163](http://html.mh-extra.com/html/cisco/catalyst-blade-3032/catalyst-blade-3032_software-configuration-manual_676651163.webp)
45-27
Cisco Catalyst Blade Switch 3130 and 3032 for Dell Software Configuration Guide
OL-13270-06
Chapter 45 Configuring IP Multicast Routing
Configuring IP Multicast Routing
Enabling PIM Stub Routing
Beginning in privileged EXEC mode, follow these steps to enable PIM stub routing on an interface. This
procedure is optional.
To disable PIM stub routing on an interface, use the
no ip pim passive
interface configuration command.
In this example, IP multicast routing is enabled, Switch A PIM uplink port 25 is configured as a routed
uplink port with
spare-dense-mode enabled.
PIM stub routing is enabled on the VLAN 100 interfaces
and on Gigabit Ethernet port 20 in
Figure 45-2
:
Switch(config)#
ip multicast-routing distributed
Switch(config)#
interface GigabitEthernet3/0/25
Switch(config-if)#
no switchport
Switch(config-if)#
ip address 3.1.1.2 255.255.255.0
Switch(config-if)#
ip pim sparse-dense-mode
Switch(config-if)#
exit
Switch(config)#
interface vlan100
Switch(config-if)#
ip pim passive
Switch(config-if)#
exit
Switch(config)#
interface GigabitEthernet3/0/20
Switch(config-if)#
ip pim passive
Switch(config-if)#
exit
Switch(config)#
interface vlan100
Switch(config-if)#
ip address 100.1.1.1 255.255.255.0
Switch(config-if)#
ip pim passive
Switch(config-if)#
exit
Switch(config)#
interface GigabitEthernet3/0/20
Switch(config-if)#
no switchport
Switch(config-if)#
ip address 10.1.1.1 255.255.255.0
Switch(config-if)#
ip pim passive
Switch(config-if)#
end
To verify that PIM stub is enabled for each interface, use the
show ip pim interface
privileged EXEC
command:
Switch# show
ip pim interface
Address Interface Ver/ Nbr Query DR DR
Mode Count Intvl Prior
3.1.1.2 GigabitEthernet3/0/25 v2/SD 1 30 1 3.1.1.2
100.1.1.1 Vlan100 v2/P 0 30 1 100.1.1.1
10.1.1.1 GigabitEthernet3/0/20 v2/P 0 30 1 10.1.1.1
Command
Purpose
Step 1
configure terminal
Enter global configuration mode.
Step 2
interface
interface-id
Specify the interface on which you want to enable PIM stub routing, and
enter interface configuration mode.
For switches running the IP Base image, the specified interface must be
an SVI that is a VLAN interface created by using the
interface vlan
vlan-id
global configuration command. For all other software images, the
specified interface can be any routed interface.
Step 3
ip pim passive
Configure the PIM stub feature on the interface.
Step 4
end
Return to privileged EXEC mode.
Step 5
show running-config
Verify your entries.
Step 6
copy running-config startup-config
(Optional) Save your entries in the configuration file.