Command Reference RIP Commands
Ruijie(config)#interface fastEthernet 0/1
Ruijie(config-if-FastEthernet 0/1)# ip rip authentication text-password hello
ip rip authentication mode
Defines the RIP authentication mode.
ip rip authentication key-chain
Enables the RIP authentication mode and
specifies the keychain used for RIP
authentication. Only RIPv2 supports
authentication.
1.12 ip rip default-information
Use this command to advertise the default route through a RIP interface. Use the no form of this
command to restore the default setting.
ip rip default-information { only | originate } [metric metric-value ]
no ip rip default-information
Notifies the default route rather than other routes.
Notifies the default route and other routes.
Specifies the metric value of the default route, in the range from1 to
15.
No default route is configured by default. The default metric value is 1.
Interface configuration mode
After you configure this command on a specified interface, a default route is generated and notified
through the interface. If the ip rip default-information command of the interface and the
default-information originate command of the RIP process are configured at the same time, only
the default route of the interface is advertised.
RIP will no longer learn the default route notified by the neighbor if any interface is configured with the
ip rip default-information command.
The following example creates a default route which is notified on ethernet0/1 only.
Ruijie(config)#interface ethernet 0/1