Sun Ethernet Fabric Operating System PIMv6 Administration Guide

Exit Print View

Updated: July 2015
 
 

Configure PIMv6 in Router A

  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::11 112 unicast
    SEFOS(config-if)# ipv6 address fe80::7777:11 link-local
    SEFOS(config-if)# no shutdown
    SEFOS(config-if)# exit
    SEFOS(config)# int ext 0/3
    SEFOS(config-if)# switchport acce vlan 7
     
    % Access VLAN does not exist.,Creating vlan
    SEFOS(config-if)# no shut
    SEFOS(config-if)# exit
    
  2. Enable IPv6, and configure the interface in VLAN 2.
    SEFOS(config)# interface vlan 2
    SEFOS(config-if)# shutdown
    SEFOS(config-if)# ipv6 enable
    SEFOS(config-if)# ipv6 address 2222::12 112 unicast
    SEFOS(config-if)# ipv6 address fe80::2222:12 link-local
    SEFOS(config-if)# no shutdown
    SEFOS(config-if)# exit
    SEFOS(config)# int extreme-ethernet 0/15
    SEFOS(config-if)# switchport access vlan 2
     
    % Access VLAN does not exist.,Creating vlan
    SEFOS(config-if)# no shut
    SEFOS(config-if)# exit
    
  3. Add a static route by using the local address for the sender and listener.
    SEFOS(config)# ipv6 route 3333::0 112 fe80::7777:21 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::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 down
        IPv6 is Enabled
        Link local address:
            fe80::7777:11    [Down]
            fe80::221:28ff:fe56:d7a9    [Down]
        Global unicast address(es):
            7777::11/112    [Down]
        Joined group address(es):
            Not Configured.
        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