Sun Ethernet Fabric Operating System PIM Administration Guide

Exit Print View

Updated: July 2015
 
 

Display RP Details

After configuring a static RP, you can view the group prefix, RP address, and hold and expiration times for the interface.

  1. Enable static RP.
    SEFOS# configure terminal
    SEFOS(config)# set ip pim static-rp enable
    SEFOS(config)# interface vlan 5
    SEFOS(config-if)# ip pim componentId 1
    
  2. Specify how often (in seconds) the switch sends PIM messages to the interface.
    SEFOS(config-if)# ip pim query-interval 60
    
  3. Configure the BSR.
    SEFOS(config-if)# ip pim bsr-candidate 30
    SEFOS(config-if)# exit
    
  4. Configure the RP candidate.
    SEFOS(config)# ip pim component 1
    SEFOS(pim-comp)# rp-candidate holdtime 30
    SEFOS(pim-comp)# rp-candidate rp-address 224.1.0.0 255.255.0.0 10.1.0.1
    SEFOS(pim-comp)# end
    
  5. Configure PIM component 1.
    SEFOS(config)# ip pim component 1
    
  6. Configure the RP-static RP-address 10.1.0.1 for the group 224.1.0.0/16 in PIM component 1.
    SEFOS(pim-comp)# rp-static rp-address 224.1.0.0  255.255.0.0  10.1.0.1
    SEFOS(pim-comp)# end
    
  7. View the RP details for the interface (in this example, PIM component 1).
    SEFOS# show ip pim rp-set
     
    PIM Group-to-RP mappings
    ------------------------
    Group Address : 224.1.0.0 Group Mask : 255.255.0.0
       RP: 10.1.0.1
      Component-Id : 1
        Hold Time : 30, Expiry Time : 00:00:19