Sun Ethernet Fabric Operating System PIMv6 Administration Guide

Exit Print View

Updated: July 2015
 
 

Configure the Override Interval

The override interval is the amount of time-delay used for sending override messages to avoid synchronization of override messages when multiple downstream routers share a multiaccess link.

  1. Associate the VLAN 7 interface with PIMv6 component 1.
    SEFOS(config)# interface vlan 7
    SEFOS(config-if)# ipv6 pim componentId 1
    SEFOS(config-if)# end
    
  2. Set the override interval to 10 seconds.
    SEFOS# configure terminal
    SEFOS(config)# interface vlan 7
    SEFOS(config-if)# ipv6 pim override-interval 10
    SEFOS(config-if)# end
    
  3. Review the DR priority.
    SEFOS# show ipv6 pim interface detail
     
    vlan7 34 is up
    ...
        PIM Override Interval: 10
    ...