Skip Navigation Links | |
Exit Print View | |
![]() |
Sun Ethernet Fabric Operating System PIMv6 Administration Guide |
Configuring the Topology Example
Enable IPv6 Support and Assign IPv6 Addresses
Configure the Group and Source Thresholds
Configure the SPT Switching Period
Configure the Rendezvous Point Threshold
Configure the RP Switch Period
Configure the regstop Rate Limit
Configuring PIMv6 on an Interface
Associate the PIMv6 Component to an Interface
Configure the Query-Interval Value
Configure the DR Priority Value
Configure the Override Interval
Configure the Message Interval
Configuring the PIMv6 Component
Set the Mode for the PIMv6 Component
Configure the RP-Candidate Hold Time
Static configuration allows additional structuring of the multicast traffic by directing the multicast join or prune messages to statically configured RPs.
SEFOS(config)# interface vlan 7 SEFOS(config-if)# ipv6 pim componentId 1 SEFOS(config-if)# end
SEFOS# configure terminal SEFOS(config)# set ip pim static-rp enable
SEFOS(config)# ip pim component 2
This step uses the following parameters:
RP address: 7777::11
Mask length: 128
Group address: ff02::e001:1
SEFOS(pim-comp)# ipv6 pim rp-static rp-address ff02::e001:1 128 7777::11 SEFOS(pim-comp)# end
SEFOS# show ipv6 pim rp-static 2 Static-RP Enabled CompId GroupAddress/PrefixLength RPAddress ------ ------------------------- --------- 2 ff02::e001:1/128 7777::11