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

Enable and Configure RIPng on Desired IPv6 Interfaces

  1. Enable RIPng on the interfaces on SEFOS1.
    SEFOS 1 SEFOS# configure terminal
    SEFOS 1 SEFOS(config)# interface vlan 30
    SEFOS 1 SEFOS(config-if)# ipv6 rip enable 
    SEFOS 1 SEFOS(config-if)# exit
     
    SEFOS 1 SEFOS(config)# interface vlan 40
    SEFOS 1 SEFOS(config-if)# ipv6 rip enable 
    SEFOS 1 SEFOS(config-if)# exit
     
    SEFOS 1 SEFOS(config)# interface vlan 50
    SEFOS 1 SEFOS(config-if)# ipv6 rip enable 
    SEFOS 1 SEFOS(config-if)# 
  2. Enable RIPng on the interfaces on SEFOS2.
    SEFOS 2 SEFOS# configure terminal
    SEFOS 2 SEFOS(config)# interface vlan 10
    SEFOS 2 SEFOS(config-if)# ipv6 rip enable 
    SEFOS 2 SEFOS(config-if)# exit
     
    SEFOS 2 SEFOS(config)# interface vlan 40
    SEFOS 2 SEFOS(config-if)# ipv6 rip enable 
    SEFOS 2 SEFOS(config-if)# exit
  3. Enable RIPng on the interfaces on SEFOS3.
    SEFOS 3 SEFOS# configure terminal
    SEFOS 3 SEFOS(config)# interface vlan 20
    SEFOS 3 SEFOS(config-if)# ipv6 rip enable 
    SEFOS 3 SEFOS(config-if)# exit
     
    SEFOS 3 SEFOS(config)# interface vlan 30
    SEFOS 3 SEFOS(config-if)# ipv6 rip enable 
      SEFOS 3 SEFOS(config-if)# exit
  4. Review the RIPng status on SEFOS1.
    SEFOS 1 SEFOS# show ipv6 rip
    RIP  port 521, multicast-group ff02::9,Maximum paths is 16
    Updates every 30 seconds; expire after 180SEFOS 1 SEFOS# show ipv6 rip  database
    Garbage Collect after  120 secondsRIP local RIB 1111::/112,  metric 2, ripng      vlan40/fe80::214:4fff:fe6c:630f, expires in 180 secs 2222::/112,  metric 2, ripng      vlan30/fe80::214:4fff:fe6c:686d, expires in 180 secs 3333::/112,  metric 2, ripng      vlan30/fe80::214:4fff:fe6c:686d, expires in 180 secs 3333::/112,  metric 1, local      vlan30/::, expires in 180 secs 4444::/112,  metric 2, ripng      vlan40/fe80::214:4fff:fe6c:630f, expires in 180 secs 4444::/112,  metric 1, local      vlan40/::, expires in 180 secs 5555::/112,  metric 1, local      vlan50/::, expires in 180 secs 6666::/112,  metric 2, ripng      vlan40/fe80::214:4fff:fe6c:630f, expires in 180 secs 
    Poison Reverse is on
    Interface:
    vlan50
    vlan40
    vlan30
    Redistribution:
    Connected,Routes  Redistribution is enabled.
     
     
    SEFOS 1 SEFOS# show ipv6 route
    IPv6 Routing Table  -  8 entries
    Codes : C - Connected, S - StaticSEFOS 1 SEFOS# show ipv6 route summary 
    O - OSPF, R - RIP, B - BGPIPv6 Routing Table Summary - 8 entries    3 Connected, 0 Static, 5 RIP, 0 BGP, 0 OSPF        Number of prefixes:    /112: 8
    R   1111::/112   [2/120]
    via fe80::214:4fff:fe6c:630f, vlan40
    R   2222::/112   [2/120]
    via fe80::214:4fff:fe6c:686d, vlan30
    C   3333::/112   [1/1]
    via ::, vlan30
    R   3333::/112   [2/120]
    via fe80::214:4fff:fe6c:686d, vlan30
    C   4444::/112   [1/1]
    via ::, vlan40
    R   4444::/112   [2/120]
    via fe80::214:4fff:fe6c:630f, vlan40
    C   5555::/112   [1/1]
    via ::, vlan50
    R   6666::/112   [2/120]
    via fe80::214:4fff:fe6c:630f, vlan40
     
     
  5. Review the RIP route on SEFOS2.
    SEFOS 2 SEFOS# show ipv6 rip
    RIP  port 521, multicast-group ff02::9,Maximum paths is 16
    Updates every 30 seconds; expire after 180SEFOS 2 SEFOS# show ipv6 rip  database
    Garbage Collect after  120 secondsRIP local RIB 1111::/112,  metric 1, local      vlan10/::, expires in 180 secs 2222::/112,  metric 3, ripng      vlan40/fe80::221:28ff:fe56:d7a9, expires in 180 secs 3333::/112,  metric 2, ripng      vlan40/fe80::221:28ff:fe56:d7a9, expires in 180 secs 4444::/112,  metric 1, local      vlan40/::, expires in 180 secs 5555::/112,  metric 2, ripng      vlan40/fe80::221:28ff:fe56:d7a9, expires in 180 secs 6666::/112,  metric 1, local      vlan10/::, expires in 180 secs 
    Poison Reverse is on
    Interface:
    vlan40
    vlan10
    Redistribution:
    Connected,Routes  Redistribution is enabled. 
     
     
    SEFOS 2 SEFOS# show ipv6 route
    IPv6 Routing Table  -  6 entries
    Codes : C - Connected, S - StaticSEFOS 2 SEFOS# show ipv6 route summary
    O - OSPF, R - RIP, B - BGPIPv6 Routing Table Summary - 6 entries    3 Connected, 0 Static, 3 RIP, 0 BGP, 0 OSPF        Number of prefixes:    /112: 6
    C   1111::/112   [1/1]
    via ::, vlan10
    R   2222::/112   [3/120]
    via fe80::221:28ff:fe56:d7a9, vlan40
    R   3333::/112   [2/120]
    via fe80::221:28ff:fe56:d7a9, vlan40
    C   4444::/112   [1/1]
    via ::, vlan40
    R   5555::/112   [2/120]
    via fe80::221:28ff:fe56:d7a9, vlan40
    C   6666::/112   [1/1]
    via ::, vlan10
     
     
  6. Review the RIP route on SEFOS3.
    SEFOS 3 SEFOS# show ipv6 rip
    RIP  port 521, multicast-group ff02::9,Maximum paths is 16
    Updates every 30 seconds; expire after 180SEFOS 3 SEFOS# show ipv6 rip  database
    Garbage Collect after  120 secondsRIP local RIB 1111::/112,  metric 3, ripng      vlan30/fe80::221:28ff:fe56:d7a9, expires in 180 secs 2222::/112,  metric 1, local      vlan20/::, expires in 180 secs 3333::/112,  metric 2, ripng      vlan30/fe80::221:28ff:fe56:d7a9, expires in 180 secs 3333::/112,  metric 1, local      vlan30/::, expires in 180 secs 4444::/112,  metric 2, ripng      vlan30/fe80::221:28ff:fe56:d7a9, expires in 180 secs 5555::/112,  metric 2, ripng      vlan30/fe80::221:28ff:fe56:d7a9, expires in 180 secs 6666::/112,  metric 3, ripng      vlan30/fe80::221:28ff:fe56:d7a9, expires in 180 secs 
    Poison Reverse is on
    Interface:
    vlan20
    vlan30
    Redistribution:
    Connected,Routes  Redistribution is enabled. 
     
     
    SEFOS 3 SEFOS# show ipv6 route
    IPv6 Routing Table  -  7 entries
    Codes : C - Connected, S - StaticSEFOS 3 SEFOS# show ipv6 route summary
    O - OSPF, R - RIP, B - BGPIPv6 Routing Table Summary - 7 entries    2 Connected, 0 Static, 5 RIP, 0 BGP, 0 OSPF        Number of prefixes:    /112: 7
    R   1111::/112   [3/120]
    via fe80::221:28ff:fe56:d7a9, vlan30
    C   2222::/112   [1/1]
    via ::, vlan20
    C   3333::/112   [1/1]
    via ::, vlan30
    R   3333::/112   [2/120]
    via fe80::221:28ff:fe56:d7a9, vlan30
    R   4444::/112   [2/120]
    via fe80::221:28ff:fe56:d7a9, vlan30
    R   5555::/112   [2/120]
    via fe80::221:28ff:fe56:d7a9, vlan30
    R   6666::/112   [3/120]
    via fe80::221:28ff:fe56:d7a9, vlan30