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 SEFOS3

Use the following commands to configure VLAN 20 and VLAN 30 on SEFOS3 in the example topology.

  1. Configure SEFOS3.
    SEFOS 3 SEFOS# configure terminal 
    SEFOS 3 SEFOS(config)# set gvrp disable 
    SEFOS 3 SEFOS(config)# set gmrp disable 
     
    SEFOS 3 SEFOS(config)# interface extreme-ethernet 0/65
    SEFOS 3 SEFOS(config-if)# no shutdown
    SEFOS 3 SEFOS(config-if)# switchport access vlan 20
    % Access VLAN does not exist.,Creating vlan 
    SEFOS 3 SEFOS(config-if)# exit
     
    SEFOS 3 SEFOS(config)# interface vlan 20
    SEFOS 3 SEFOS(config-if)# no shutdown
    SEFOS 3 SEFOS(config-if)# ipv6 enable
    SEFOS 3 SEFOS(config-if)# ipv6 address 2222::13 112
    SEFOS 3 SEFOS(config-if)# exit
     
    SEFOS 3 SEFOS(config)# vlan 30
    SEFOS 3 SEFOS(config-vlan)# port extreme-ethernet 0/1
    SEFOS 3 SEFOS(config-vlan)# exit
     
    SEFOS 3 SEFOS(config)# interface extreme-ethernet 0/1
    SEFOS 3 SEFOS(config-if)# no shutdown
    SEFOS 3 SEFOS(config-if)# exit
     
    SEFOS 3 SEFOS(config)# interface vlan 30
    SEFOS 3 SEFOS(config-if)# no shutdown
    SEFOS 3 SEFOS(config-if)# ipv6 enable
    SEFOS 3 SEFOS(config-if)# ipv6 address 3333::13 112
    SEFOS 3 SEFOS(config-if)# end
  2. Show the status of the IPv6 interface on SEFOS3.
    SEFOS 3 SEFOS# show ipv6 interface 
    vlan1 is up, line protocol is up
        IPv6 is Enabled 
        Link local address:
            fe80::214:4fff:fe6c:686d
        Global unicast address(es):
            Not Configured.
        Joined group address(es):
            ff02::1
            ff02::2
            ff02::1:ff6c:686d
        MTU is 9216
        ICMP redirects are enabled
        ND DAD is enabled, Number of DAD attempts: 1
        ND router advertisement is disabled
    vlan20 is up, line protocol is up
        IPv6 is Enabled 
        Link local address:
            fe80::214:4fff:fe6c:686d
        Global unicast address(es):
            2222::13/112
        Joined group address(es):
            ff02::1
            ff02::2
            ff02::9
            ff02::1:ff00:13
            ff02::1:ff6c:686d
        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::214:4fff:fe6c:686d
        Global unicast address(es):
            3333::13/112
        Joined group address(es):
            ff02::1
            ff02::2
            ff02::9
            ff02::1:ff00:13
            ff02::1:ff6c:686d
        MTU is 9216
        ICMP redirects are enabled
        ND DAD is enabled, Number of DAD attempts: 1
        ND router advertisement is disabled
     
    SEFOS 3 SEFOS#