Sun Ethernet Fabric Operating System PIMv6 Administration Guide

Exit Print View

Updated: July 2015
 
 

Create an RP-Set Table

  1. In router A, associate the VLAN 7 interface with PIMv6 component 1.
    SEFOS(config)# interface vlan 7
    SEFOS(config-if)# ipv6 pim componentId 1
    SEFOS(config-if)# exit
    
  2. Enter PIMv6 component mode for component 1.
    SEFOS(config)# ip pim component 1
    
  3. Set the RP-candidate hold time to 30 seconds for PIMv6 component 1.
    SEFOS(pim-comp)# rp-candidate holdtime 30
    
  4. Set the RP-candidate RP address (7777::11) for the group (ff02::e001:1) with a mask length of 128 in PIMv6 component 1.
    SEFOS(pim-comp)# ipv6 pim rp-candidate rp-address ff02::e001:1 128 7777::11
    SEFOS(pim-comp)# exit
    
  5. Enter the interface configuration mode for VLAN 7.
    SEFOS# configure terminal
    SEFOS(config)# interface vlan 7
    SEFOS(config-if)# shutdown
    
  6. Set the BSR-candidate preference to 20 for the VLAN 7 interface.
    SEFOS(config-if)# ipv6 pim bsr-candidate 20
    SEFOS(config-if)# exit
    
  7. In router B, associate the VLAN 7 interface with PIMv6 component 1.
    SEFOS(config)# interface vlan 7
    SEFOS(config-if)# ipv6 pim componentId 1
    SEFOS(config-if)# exit
    
  8. Enter PIMv6 component mode for component 1.
    SEFOS(config)# ip pim component 1
    
  9. Set the RP-candidate hold time to 30 seconds for PIMv6 component 1.
    SEFOS(pim-comp)# rp-candidate holdtime 30
    SEFOS(pim-comp)# end
    
  10. Set the RP-candidate address (7777::11) for the group (ff02::e001:1) with a mask length of 128 in PIMv6 component 1.
    SEFOS(pim-comp)# ipv6 pim rp-candidate rp-address ff02::e001:1 128 7777::21
    SEFOS(pim-comp)# exit
    
  11. In router A, review the RP-set table.
    SEFOS# show ipv6 pim rp-set
     
    PIM Group-to-RP mappings
    ------------------------
    Group Address : ff02::e001:1Group Mask : 128
      RP: 7777::11
      Component-Id : 1
        Hold Time : 100, Expiry Time : 00:01:17
     
    Group Address : ff02::e001:1Group Mask : 128
      RP: 7777::21
      Component-Id : 1
        Hold Time : 110, Expiry Time : 00:01:37
    
  12. In router B, review the RP-set table.
    SEFOS# show ipv6 pim rp-set 7777::11
     
    PIM Group-to-RP mappings
    ------------------------
      Group Address : ff02::e001:1Group Mask : 128
        RP: 7777::11
        Component-Id : 1
        Hold Time : 30, Expiry Time : 00:01:08