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

Enable Interface-Specific Authentication

Enable Authentication on Both Switches

Disable Interface-Specific Authentication

Configuring the RIP Default Route Propagation

Set the Default Route Propagation

Install the Default Route

Test the Default Route Origination and Installation

Disable the Default Route

Configuring the Version for Receiving RIP Advertisement

Set the Version

Reset the Version

Configuring the Summary Address

Set the Summary Address

Test the Summary Address Configuration

Configure Basic Timers

Configuring the split-horizon Option

Configure the split-horizon Option

Enable the split-horizon Option With Poison Reverse

Disable the split-horizon Option

Configuring the Debug Level for RIP

Enable Debug

Disable Debug

Enable Authentication on Both Switches

This task tests the authentication.

  1. On switch 1, enter the configuration mode for the router.
    SEFOS# config terminal
    SEFOS(config)# router rip
    SEFOS(config-router)# network 10.0.0.1
    SEFOS(config-router)# redistribute all
    SEFOS(config-router)# exit
  2. Enable md5 authentication.
    SEFOS(config)# interface vlan 1
    SEFOS(config-if)# ip rip authentication mode md5 key-chain 12345
    SEFOS(config-if)# end
  3. On switch 2, enter the configuration mode for the router.
    SEFOS# configure terminal
    SEFOS(config)# router rip
    SEFOS(config-router)# network 10.0.0.2
    SEFOS(config-router)# exit
  4. Enable md5 authentication.
    SEFOS(config)# interface vlan 1
    SEFOS(config-if)# ip rip authentication mode md5 key-chain 12345
    SEFOS(config-if)# end
  5. Review the authentication type in switch 1.
    SEFOS# show ip protocols
     
    Routing Protocol is rip
     
    Vrf  default
     RIP2 security level is Maximum
     Redistributing : rip
     Output Delay is disabled
     Retransmission timeout interval is 5 seconds
     Number of retransmission retries is 36
     Default metric is 3
     Auto-Summarisation of routes is enabled
     Routing for Networks :
       10.0.0.0
     Routing Information Sources :
     Interface Specific Address Summarization :
     Trusted Neighors :
     Interface vlan1
      Sending updates every 30 seconds
      Invalid after 180 seconds
      Flushed after 120 seconds
      Send version is 1 2, receive version is 1 2
      Authentication type is md5
      Split Horizon with poissoned reverse is enabled
      Restrcts default route installation
       Restricts default route origination

    On switch 2, ensure that all of the RIP packets have authentication information.