833: Disabling RIP/dynamic routing

Issue:
How do disable RIP / Dynamic Routing on the Ethernet interface on the 833AS and 833IS.

Solution:

By default RIP dynamic routing is enabled on the ethernet interface of the 833's.

On the 833AS, RIP is disabled through the Dynamic Routing configuration.
Protocol -> IP -> RIP Setup
Set both the RIP Send Type and the RIP Recieve Type to "No RIP"
Then download the configuration to the Perle.

On the 833IS version 7, RIP can be disabled through the CISCO command line interface or by manually editing the configuration file.

To change through the command line interface, telnet to the Perle and log in.
Type "enable"
Type "configure"
Type "router rip"
Type "no network"
Type "exit"
Type "exit"
Save the running configuration to the startup configuration otherwise the changes will be lost after the next reboot:
Type "copy running-config startup-config"
Type [Enter]

To manually edit the configuration file, open the configuration file in an editor such as Notepad.
Find the section header "router rip"
Edit the line following the header. Add the word "no" before the statement.

example:
!
router rip
no network 165.154.129.0

Save the changes.
Open the configuration file with the 833IS manager and download the configuration to the Perle.


Article ID:
48
Published:
1/8/2003 1:25:07 PM
Last Modified:
1/14/2004 11:21:42 AM
Issue Type:
Configuration