White Papers

The range is from 211 to 86,400 seconds.
The default is 210.
Example Conguring an (S,G) Expiry Time
NOTE: The expiry time conguration is nullied and the default global expiry time is used if:
an ACL is specied in the ip pim sparse-mode sg-expiry-timer command, but the ACL has not been created or is a
standard ACL.
if the expiry time is specied for an (S,G) entry in a deny rule.
DellEMC(conf)#ip access-list extended SGtimer
DellEMC(config-ext-nacl)#permit ip 10.1.2.3/24 225.1.1.0/24
DellEMC(config-ext-nacl)#permit ip any 232.1.1.0/24
DellEMC(config-ext-nacl)#permit ip 100.1.1.0/16 any
DellEMC(config-ext-nacl)#show conf
!
ip access-list extended SGtimer
seq 5 permit ip 10.1.2.0/24 225.1.1.0/24
seq 10 permit ip any 232.1.1.0/24
seq 15 permit ip 100.1.0.0/16 any
DellEMC(config-ext-nacl)#exit
DellEMC(conf)
#ip pim sparse-mode sg-expiry-timer 1800 sg-list SGtimer
To display the expiry time conguration, use the show running-configuration pim command from EXEC Privilege mode.
Conguring a Static Rendezvous Point
The rendezvous point (RP) is a PIM-enabled interface on a router that acts as the root a group-specic tree; every group must have an RP.
Identify an RP by the IP address of a PIM-enabled or Loopback interface.
ip pim rp-address
Example of Viewing an RP on a Loopback Interface
DellEMC#sh run int loop0
!
interface Loopback 0
ip address 1.1.1.1/32
ip pim sparse-mode
no shutdown
DellEMC#sh run pim
!
ip pim rp-address 1.1.1.1 group-address 224.0.0.0/4
Overriding Bootstrap Router Updates
PIM-SM routers must know the address of the RP for each group for which they have (*,G) entry.
This address is obtained automatically through the bootstrap router (BSR) mechanism or a static RP conguration.
Use the following command if you have congured a static RP for a group. If you do not use the override option with the following
command, the RPs advertised in the BSR updates take precedence over any statically congured RPs.
Use the override option to override bootstrap router updates with your static RP conguration.
ip pim rp-address
Examples of Viewing the Rendezvous Point (Multicast Group) Information
To display the assigned RP for a group, use the show ip pim rp command from EXEC privilege mode.
DellEMC#show ip pim rp
Group RP
606
PIM Sparse-Mode (PIM-SM)