Sun Ethernet Fabric Operating System PIMv6 Administration Guide

Exit Print View

Updated: July 2015
 
 

Configure the LAN Delay

The LAN delay, inserted by a router in the LAN prune delay option, expresses the expected message propagation delay on the interface. Upstream routers use the delay to discover the delayed time interval for a join override message before pruning an interface.

  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. Set the LAN delay to 120 seconds on the VLAN 7 interface.
    SEFOS# configure terminal
    SEFOS(config)# interface vlan 7
    SEFOS(config-if)# ipv6 pim lan-delay 120
    SEFOS(config-if)# end
    
  3. Review the LAN delay value.
    SEFOS# show ipv6 pim interface detail
     
    vlan7 34 is up
    ...
        PIM Lan Delay: 120
    ...