Sun Ethernet Fabric Operating System PIMv6 Administration Guide

Exit Print View

Updated: July 2015
 
 

Configure the LAN Prune Delay

When you configure the PIMv6 LAN prune delay, you specify whether or not to use LAN prune delay.

  1. Associate the VLAN 7 interface with the PIMv6 component 1.
    SEFOS(config)# interface vlan 7
    SEFOS(config-if)# ipv6 pim componentId 1
    SEFOS(config-if)# end
    
  2. Enable the LAN prune-delay status for the VLAN 7 interface.
    SEFOS# configure terminal
    SEFOS(config)# interface vlan 7
    SEFOS(config-if)# set ipv6 pim lan-prune-delay enable
    SEFOS(config-if)# end
    
  3. Review the LAN prune-delay status.
    SEFOS# show ipv6 pim interface detail
     
    vlan7 34 is up
    ...
        PIM Lan-Prune-Delay: Enabled
    ...