Users Guide
GigabitEthernet 1/11
GigabitEthernet 1/12
GigabitEthernet 1/13
Conguring S,G Expiry Timers
You can congure a global expiry time (for all [S,G] entries). By default, S, G entries expire in 210 seconds.
When you create, delete, or update an expiry time, the changes are applied when the keep alive timer refreshes.
To congure a global expiry time, use the following command.
Enable global expiry timer for S, G entries.
CONFIGURATION mode
{ip | ipv6} pim sparse-mode sg-expiry-timer seconds
The range is from 211 to 86,400 seconds.
The default is 210.
Example of Conguring an (S,G) Expiry Time
To display the expiry time conguration, use the show running-configuration pim command from EXEC Privilege mode.
DellEMC#show running-configuration pim
!
ipv6 pim sparse-mode
ipv6 pim dr-priority 10
ipv6 pim rp-address 52::40:4:4 group-address ff0e::/64
ipv6 pim sparse-mode sg-expiry-timer 211
DellEMC#
Conguring a Static Rendezvous Point
The rendezvous point (RP) is a PIM-enabled interface on a router that acts as the root a group-specic tree; every group must have an RP.
• Identify an RP by the IP address of a PIM-enabled or Loopback interface.
{ip | ipv6} pim rp-address address group-address group-address mask [override]
Example of Viewing an RP on a Loopback Interface
Following is an example of IPv4 conguration:
DellEMC#show running-configuration interface loop0
!
interface Loopback 0
ip address 1.1.1.1/32
ip pim sparse-mode
no shutdown
DellEMC#show running-configuration pim
!
ip pim rp-address 1.1.1.1 group-address 224.0.0.0/4
Following is an example of IPv6 conguration:
DellEMC#show running-configuration interface loop0
!
interface Loopback 0
ipv6 address 2111:dddd:0eee::22/64
ipv6 pim sparse-mode
no shutdown
DellEMC#show running-configuration pim
PIM Sparse-Mode (PIM-SM)
635