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

RIPng 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

RIPng Overview

Protocol Description

Configuring the RIPng Topology Example

RIPng Topology Example

Configure SEFOS1

Configure SEFOS2

Configure SEFOS3

General Configurations

Configuring IPv6 RIPng

Enable RIPng

Enable and Configure RIPng on Desired IPv6 Interfaces

Configuring Redistribution

Redistribution Overview

Disable Redistribution

Disable the split-horizon Option

Configuring the Debug Level for RIPng

Enable Debugging

Disable RIPng Debugging

Configure SEFOS1

Use the following commands to configure VLAN 50 and VLAN 40 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 shutdowndown
    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