Users Guide

ip pim query-interval
Changes the frequency of PIM router query messages.
Syntax
ip pim query-interval seconds
Parameters secondsEnter the amount of time, in seconds, the router waits before sending a PIM hello packet out
of each PIM-enabled interface, from 2 to 18000.
Default 30 seconds
Command Mode INTERFACE CONFIGURATION
Usage
Information
The no form of this command returns the frequency of PIM router query messages to the default value.
Example
OS10# configure terminal
OS10(config)# interface vlan 1
OS10(conf-if-vl-1)# ip pim query-interval 20
Supported
Releases
10.4.3.0 or later
ip pim register-filter
Prevents a PIM source DR from sending register packets to an RP for the specified multicast source and group.
Syntax
ip pim [vrf vrf-name] register-filter access-list-name
Parameters
vrf vrf-nameEnter the keyword vrf, then the name of the VRF. If you specify this option, this
command applies the filter to specific VRF. Otherwise, it applies the filter to the default VRF.
access-list-nameEnter the name of the access list. You can specify the ACL name up to 140
characters.
Default Disabled
Command Mode GLOBAL CONFIGURATION
Usage
Information
Before you configure a PIM register filter, ensure that Multicast is enabled globally using the ip
multicast-routing command.
Use the access list to add a range of source and groups for which PIM register messages must be filtered.
If an empty access list is associated with the register filter, then all PIM register messages are permitted.
Use the no form of this command to remove the access list.
Example
OS10# configure terminal
OS10(config)# ip access-list acl-register-filter
OS10(config-ipv4-acl)# permit ip 10.10.10.0/24 any
OS10(config-ipv4-acl)# exit
OS10(config)# ip pim vrf vrf_dell register-filter acl-register-filter
Supported
Releases
10.5.2.0 or later
ip pim rp-address
Configures a static PIM RP address for a group.
Syntax
ip pim [vrf vrf-name] rp-address address {group-address group-address mask}
[override]
Parameters
vrf vrf-nameEnter the keyword vrf, then the name of the VRF.
rp-address addressEnter the keyword address, then the RP address in dotted-decimal
format (A.B.C.D).
1072 Multicast