Sun Ethernet Fabric Operating System RIPng Administration Guide

Exit Print View

Updated: July 2015
 
 

Configure SEFOS1

Use the following commands to configure VLAN 50, VLAN 40, and VLAN 30 on switch SEFOS1 in the example topology.

  1. Configure SEFOS1.
    SEFOS 1 SEFOS# configure terminal 
    SEFOS 1 SEFOS(config)# set gvrp disable 
    SEFOS 1 SEFOS(config)# set gmrp disable 
     
    SEFOS 1 SEFOS(config)# interface extreme-ethernet 0/15
    SEFOS 1 SEFOS(config-if)# switchport access vlan 50
    % Access VLAN does not exist.,Creating vlan 
    SEFOS 1 SEFOS(config-if)# exit
     
    SEFOS 1 SEFOS(config)# interface vlan 50
    SEFOS 1 SEFOS(config-if)# no shutdown
    SEFOS 1 SEFOS(config-if)# ipv6 enable
    SEFOS 1 SEFOS(config-if)# ipv6 address  5555::14 112
    SEFOS 1 SEFOS(config-if)# exit
     
    SEFOS 1 SEFOS(config)# vlan 40
    SEFOS 1 SEFOS(config-vlan)# port extreme-ethernet 0/3
    SEFOS 1 SEFOS(config-vlan)# exit
     
    SEFOS 1 SEFOS(config)# interface extreme-ethernet 0/3
    SEFOS 1 SEFOS(config-if)# no shut
    SEFOS 1 SEFOS(config-if)# exit
     
    SEFOS 1 SEFOS(config)# interface vlan 40
    SEFOS 1 SEFOS(config-if)# no shut
    SEFOS 1 SEFOS(config-if)# ipv6 enable 
    SEFOS 1 SEFOS(config-if)# ipv6 address 4444::14 112
    SEFOS 1 SEFOS(config-if)# end
     
    SEFOS 1 SEFOS# configure terminal
    SEFOS 1 SEFOS(config)# vlan 30
    SEFOS 1 SEFOS(config-vlan)# port extreme-ethernet 0/7
    SEFOS 1 SEFOS(config-vlan)# exit
     
    SEFOS 1 SEFOS(config)# interface extreme-ethernet 0/7
    SEFOS 1 SEFOS(config-if)# no shut
    SEFOS 1 SEFOS(config-if)# exit
     
    SEFOS 1 SEFOS(config)# interface vlan 30
    SEFOS 1 SEFOS(config-if)# no shut
    SEFOS 1 SEFOS(config-if)# ipv6 enable 
    SEFOS 1 SEFOS(config-if)# ipv6 address 3333::14 112
    SEFOS 1 SEFOS(config-if)# end
    SEFOS 1 SEFOS#
    
  2. Show the status of IPv6 interfaces on SEFOS1.
    SEFOS 1 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 9216
        ICMP redirects are enabled
        ND DAD is enabled, Number of DAD attempts: 1
        ND router advertisement is disabled
    vlan50 is up, line protocol is up
        IPv6 is Enabled 
        Link local address:
            fe80::221:28ff:fe56:d7a9
        Global unicast address(es):
            5555::14/112
        Joined group address(es):
            ff02::1
            ff02::2
            ff02::1:ff00:14
            ff02::1:ff56:d7a9
        MTU is 9216
        ICMP redirects are enabled
        ND DAD is enabled, Number of DAD attempts: 1
        ND router advertisement is disabled
    vlan40 is up, line protocol is up
        IPv6 is Enabled 
        Link local address:
            fe80::221:28ff:fe56:d7a9
        Global unicast address(es):
            4444::14/112
        Joined group address(es):
            ff02::1
            ff02::2
            ff02::1:ff00:14
            ff02::1:ff56:d7a9
        MTU is 9216
        ICMP redirects are enabled
        ND DAD is enabled, Number of DAD attempts: 1
        ND router advertisement is disabled
    vlan30 is up, line protocol is up
        IPv6 is Enabled 
        Link local address:
            fe80::221:28ff:fe56:d7a9
        Global unicast address(es):
            3333::14/112
        Joined group address(es):
            ff02::1
            ff02::2
            ff02::1:ff00:14
            ff02::1:ff56:d7a9
        MTU is 9216
        ICMP redirects are enabled
        ND DAD is enabled, Number of DAD attempts: 1
        ND router advertisement is disabled