Sun Ethernet Fabric Operating System PIMv6 Administration Guide

Exit Print View

Updated: July 2015
 
 

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