Modifying the PIM Router-Query Message Interval (CLI)
SUMMARY STEPS
1. enable
2. configure terminal
3. interface interface-id
4. ip pim query-interval seconds
5. end
6. show ip igmp interface [interface-id]
7. copy running-config startup-config
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Device> enable
Step 2
configure terminal
Example:
Device# configure terminal
Step 3
interface interface-id
Example:
Device(config)# interface
gigabitethernet 1/0/1
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3.6E (Catalyst 3850 Switches)
170
Purpose
Enables privileged EXEC mode. Enter your password if prompted.
Enters the global configuration mode.
Specifies the interface to be configured, and enters interface configuration
mode.
The specified interface must be one of the following:
• A routed port—A physical port that has been configured as a Layer 3
port by entering the no switchport interface configuration command.
You will also need to enable IP PIM sparse-dense-mode on the
interface, and join the interface as a statically connected member to
an IGMP static group. For a configuration example, see
Interface Configuration as a Routed Port, on page 95
• An SVI—A VLAN interface created by using the interface vlan
vlan-id global configuration command. You will also need to enable
IP PIM sparse-dense-mode on the VLAN, join the VLAN as a statically
connected member to an IGMP static group, and then enable IGMP
snooping on the VLAN, the IGMP static group, and physical interface.
For a configuration example, see
an SVI, on page 96
These interfaces must have IP addresses assigned to them.
Configuring PIM
Example:
Example: Interface Configuration as
OL-32598-01