Skip to content

router-rip

The following operations can be performed on "router-rip":

set| unset| show|

set router rip

Configure the RIP daemon. NOTE: This command is deprecated.All routing configurations have now been moved to vtysh

Synopsis

Arguments

defaultMetric

The default metrics when advertising routes. Default value: 1 Minimum value: 1 Maximum value: 16

passiveInterface

The mode of the interface to listen only.

learnRoute

The state of Route learning. Use this option to enable route learning and installation in the kernel.

staticRedistribute

The state of redistributing static routes.

kernelRedistribute

The state of redistributing kernel routes.

network

The broadcast network on which RIP must run.

netmask

The netmask for the network on which RIP must run.

Example

set router rip -kernelRedistribute

unset router rip

Unset the RIP parameters..Refer to the set router rip command for meanings of the arguments.NOTE: This command is deprecated.All routing configurations have now been moved to vtysh

Synopsis

Example

unset rip -default-metric

show router rip

Display the RIP configuration. NOTE: This command is deprecated.All routing configurations have now been moved to vtysh

Synopsis

Arguments

ripOptions

RIP option in show command, one of database or interface.

Possible values: database, interface

Output

network

The broadcast network on which RIP must run.

netmask

Example

show rip interface

Was this article helpful?