JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Ethernet Fabric Operating System

PIMv6 Administration Guide

search filter icon
search icon

Document Information

Using This Documentation

Product Notes

Related Documentation

Acronyms and Abbreviations

CLI Command Modes

Feedback

Support and Accessibility

SEFOS PIMv6 Overview

Supported Features

Protocol Description

Default Settings

Topology Example

Configuring the Topology Example

Enable IPv6 Support and Assign IPv6 Addresses

Configure PIMv6 in Router A

Configure PIMv6 in Router B

Global Configurations

Enable PIMv6

Configure the Group and Source Thresholds

Configure the SPT Switching Period

Configure the Rendezvous Point Threshold

Configure the RP Switch Period

Configure the regstop Rate Limit

Configure the PMBR Status

Configuring PIMv6 on an Interface

Associate the PIMv6 Component to an Interface

Configure the Query-Interval Value

Configure the DR Priority Value

Configure the Override Interval

Configure the LAN Delay

Configure the LAN Prune Delay

Configure the BSR Candidate

Configure the Message Interval

Configuring the PIMv6 Component

Create a PIMv6 Component

Set the Mode for the PIMv6 Component

Configure the RP-Candidate Hold Time

Configure the RP-Candidate Address

Configure the RP Static Address

Create an RP-Set Table

Create a PIMv6 Neighbor

Create Multicast Routes

Configure PIMv6 in Router B

  1. Enable IPv6, and configure the interface in VLAN 7.
    SEFOS(config)# interface vlan 7
    SEFOS(config-if)# shutdown
    SEFOS(config-if)# ipv6 enable
    SEFOS(config-if)# ipv6 address 7777::21 112 unicast
    SEFOS(config-if)# ipv6 address fe80::7777:21 link-local
    SEFOS(config-if)# no shutdown
    SEFOS(config-if)# exit
    SEFOS(config)# int extreme-ethernet 0/3
    SEFOS(config-if)# switchport access vlan 7
     
    % Access VLAN does not exist.,Creating vlan
    SEFOS(config-if)# no shutdown
    SEFOS(config-if)# exit
    SEFOS(config)# vlan 7
    SEFOS(config-if)# exit
  2. Enable IPv6, and configure the interface in VLAN 3.
    SEFOS(config)# interface vlan 3
    SEFOS(config-if)# shutdown
    SEFOS(config-if)# ipv6 enable
    SEFOS(config-if)# ipv6 address 3333::22 112 unicast
    SEFOS(config-if)# ipv6 address fe80::3333:22 link-local
    SEFOS(config-if)# no shutdown
    SEFOS(config-if)# exit
    SEFOS(config)# int ext 0/15
    SEFOS(config-if)# switchport access vlan 3
     
    % Access VLAN does not exist.,Creating vlan
    SEFOS(config-if)# no shutdown
    SEFOS(config-if)# exit
    SSEFOS(config)# exit
  3. Add a static route by using the local address for the sender and listener.
    SEFOS(config)# ipv6 route 2222::0 112 fe80::7777:11 vlan 7
    SEFOS(config)# exit
  4. Review the IPv6 output.
    SEFOS# show ipv6 interface
     
    vlan1 is up, line protocol is up
        IPv6 is Enabled
        Link local address:
            fe80::214:4fff:fe6c:61cf
        Global unicast address(es):
            Not Configured.
        Joined group address(es):
            ff02::1
            ff02::2
            ff02::1:ff6c:61cf
        MTU is 1500
        ICMP redirects are enabled
        ND DAD is enabled, Number of DAD attempts: 1
        ND router advertisement is disabled
    vlan7 is up, line protocol is up
        IPv6 is Enabled
        Link local address:
            fe80::7777:21
        Global unicast address(es):
            7777::21/112
        Joined group address(es):
            ff02::1
            ff02::2
            ff02::1:ff00:21
            ff02::1:ff77:21
        MTU is 1500
        ICMP redirects are enabled
        ND DAD is enabled, Number of DAD attempts: 1
        ND router advertisement is disabled
    vlan3 is up, line protocol is up
        IPv6 is Enabled
        Link local address:
            fe80::3333:22
        Global unicast address(es):
            3333::22/112
        Joined group address(es):
            ff02::1
            ff02::2
            ff02::1:ff00:22
            ff02::1:ff33:22
        MTU is 1500
        ICMP redirects are enabled
        ND DAD is enabled, Number of DAD attempts: 1
        ND router advertisement is disabled
  5. Review the IPv6 output on router A.
    SEFOS# show ipv6 interface
     
    vlan1 is up, line protocol is up
        IPv6 is Enabled
        Link local address:
            fe80::221:28ff:fe56:d7a9
        Global unicast address(es):
            Not Configured.
        Joined group address(es):
            ff02::1
            ff02::2
            ff02::1:ff56:d7a9
        MTU is 1500
        ICMP redirects are enabled
        ND DAD is enabled, Number of DAD attempts: 1
        ND router advertisement is disabled
    vlan7 is up, line protocol is up
        IPv6 is Enabled
        Link local address:
            fe80::7777:11
        Global unicast address(es):
            7777::11/112
        Joined group address(es):
            ff02::1
            ff02::2
            ff02::1:ff00:11
            ff02::1:ff77:11
        MTU is 1500
        ICMP redirects are enabled
        ND DAD is enabled, Number of DAD attempts: 1
        ND router advertisement is disabled
    vlan2 is up, line protocol is up
        IPv6 is Enabled
        Link local address:
            fe80::2222:12
        Global unicast address(es):
            2222::12/112
        Joined group address(es):
            ff02::1
            ff02::2
            ff02::1:ff00:12
            ff02::1:ff22:12
        MTU is 1500
     
     
        ICMP redirects are enabled
        ND DAD is enabled, Number of DAD attempts: 1
        ND router advertisement is disabled