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 SEFOS2

Configure VLAN 10 and VLAN 40 interfaces on SEFOS2 in the example topology.

  1. Configure SEFOS2.
    SEFOS 2 SEFOS# configure terminal 
    SEFOS 2 SEFOS(config)# set gvrp disable 
    SEFOS 2 SEFOS(config)# set gmrp disable 
     
    SEFOS 2 SEFOS(config)# interface extreme-ethernet 0/15
    SEFOS 2 SEFOS(config-if)# switchport access vlan 10
    % Access VLAN does not exist.,Creating vlan 
    SEFOS 2 SEFOS(config-if)# exit
     
    SEFOS 2 SEFOS(config)# interface vlan 10
    SEFOS 2 SEFOS(config-if)# no shut
    SEFOS 2 SEFOS(config-if)# ipv6 enable
    SEFOS 2 SEFOS(config-if)# ipv6 address 1111::12 112
    SEFOS 2 SEFOS(config-if)# exit
     
    SEFOS 2 SEFOS(config)# interface vlan 40
    SEFOS 2 SEFOS(config-if)# no shut
    SEFOS 2 SEFOS(config-if)# ipv6 enable
    SEFOS 2 SEFOS(config-if)# ipv6 address 4444::12 112
    SEFOS 2 SEFOS(config-if)# exit
     
    SEFOS 2 SEFOS(config)# vlan 40
    SEFOS 2 SEFOS(config-vlan)# ports extreme-ethernet 0/3
    SEFOS 2 SEFOS(config-vlan)# exit
     
    SEFOS 2 SEFOS(config)# interface extreme-ethernet 0/3
    SEFOS 2 SEFOS(config-if)# no shut
    SEFOS 2 SEFOS(config-if)# end
  2. Show the status of IPv6 interfaces on SEFOS2.
    SEFOS 2 SEFOS# show ipv6 interface 
    vlan1 is up, line protocol is up
        IPv6 is Enabled 
        Link local address:
            fe80::214:4fff:fe6c:630f
        Global unicast address(es):
            Not Configured.
        Joined group address(es):
            ff02::1
            ff02::2
            ff02::1:ff6c:630f
        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::214:4fff:fe6c:630f
        Global unicast address(es):
            4444::12/112
        Joined group address(es):
            ff02::1
            ff02::2
            ff02::9
            ff02::1:ff00:12
            ff02::1:ff6c:630f
        MTU is 9216
        ICMP redirects are enabled
        ND DAD is enabled, Number of DAD attempts: 1
        ND router advertisement is disabled
    vlan10 is up, line protocol is up
        IPv6 is Enabled 
        Link local address:
            fe80::214:4fff:fe6c:630f
        Global unicast address(es):
            1111::12/112
            6666::12/112
        Joined group address(es):
            ff02::1
            ff02::2
            ff02::9
            ff02::1:ff00:12
            ff02::1:ff6c:630f
        MTU is 9216
        ICMP redirects are enabled
        ND DAD is enabled, Number of DAD attempts: 1
        ND router advertisement is disabled