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

RIP 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

RIP Overview

Protocol Description

Configuring the RIP Topology Example

RIP Topology 1

RIP Topology 2

Configure Switch 1

Configure Switch 2

Configure Switch 3

General Configurations

Managing RIP

Enable RIP

Disable RIP

Enabling RIP on an IP Network

Configuring RIP Security

Enable RIP Security

Disable RIP Security

Configuring the RIP Packet Retransmission Interval and Retry Count

Set the RIP Packet Retransmission Interval and Retry Count

Reset the Retransmission Interval and Retry Count

Configuring RIP Neighbors

Add a RIP Neighbor

Remove a RIP Neighbor

Configuring the RIP Passive Interface

Enable the RIP Passive Interface

Disable the RIP Passive Interface

Configuring the Output Delay

Enable the Output Delay

Disable the Output Delay

Configuring Redistribution

Enable Redistribution

Test Redistribution

Disable Redistribution

Configuring the Default Metric

Set the Default Metric

Test the Default Metric

Reset the Default Metric

Managing the auto-summary Option

Disable the auto-summary Option

Enable the auto-summary Option

Configuring Interface-Specific RIP Parameters

Configuring Interface-Specific Authentication

Configuring the RIP Default Route Propagation

Configuring the Version for Receiving RIP Advertisement

Configuring the Summary Address

Configure Basic Timers

Configuring the split-horizon Option

Configuring the Debug Level for RIP

Enable Debug

Disable Debug

Reset the Default Metric

  1. Reset the default metric for the redistributed routes.
    SEFOS# configure terminal
    SEFOS(config)# router rip
    SEFOS(config-router)# no default-metric
  2. Enable static route redistribution.
    SEFOS(config-router)# redistribute static
    SEFOS(config-router)# end
  3. On switch 1, review the metric for redistributed RIP route entries.
    SEFOS# show ip rip database
     
    10.0.0.0/8 [1] auto-summary
    10.0.0.0/16 [1] directly connected, vlan1
    50.0.0.0/8 [3] auto-summary
    50.0.0.0/8 [3] redistributed via 0.0.0.0
    60.0.0.0/8 [3] auto-summary
    60.0.0.0/8 [3] redistributed via 0.0.0.0
    70.0.0.0/8 [3] auto-summary
    70.0.0.0/8 [3] redistributed via 0.0.0.0
    80.0.0.0/8 [3] auto-summary
    80.0.0.0/8 [3] redistributed via 0.0.0.0