Sun Ethernet Fabric Operating System PIMv6 Administration Guide

Exit Print View

Updated: July 2015
 
 

Configure the Query-Interval Value

The query-interval value enables PIMv6 on an interface, and sets the frequency at which PIMv6 hello messages are transmitted on the interface.

  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 query interval to 60 seconds for the VLAN 7 interface.
    SEFOS# configure terminal
    SEFOS(config)# interface vlan 7
    SEFOS(config-if)# ipv6 pim query-interval 60
    SEFOS(config-if)# end
    
  3. Review the PIMv6 query interval.
    SEFOS# show ipv6 pim interface detail
     
    vlan7 34 is up
    ...
        PIM Hello/Query Interval : 60
    ...