Command Reference RIP Commands
Routing process configuration mode
By default, RIPv1 uses the IP broadcast address (255.255.255.255) to advertise routing information,
and RIPv2 uses the multicast address 224.0.0.9 to do so. If you do not want to allow all the devices
on the broadcast network or non-broadcast multi-path access network to receive routing information,
use the passive-interface command to configure related interfaces as passive interfaces and then
define only some neighbors who can receive the routing information. This command has no impact on
the receiving of RIP information. The passive interface is configured. No request packet is sent after
the interface is enabled.
The following RIP advertises routing information to neighbor IP address 192.168.1.2 only.
Ruijie(config)# router rip
Ruijie(config-router)# passive-interface default
Ruijie(config-router)# neighbor 192.168.1.2
Configures the interface as a passive interface.
Use this command to define the list of networks to be advertised in the RIP routing process. Use the
no form of this command to delete the defined network.
network network-number [ wildcard ]
no network network-number [ wildcard ]
Indicates the network number of the directly-connected network. The
network number is a natural one. All interfaces whose IP addresses
belong to that natural network can send/receive RIP packages.
Defines the IP address comparing bit: 0 refers to accurate matching,
and 1 refers to no comparison.
Routing process configuration mode
The network-number and wildcard parameters can be configured simultaneously to enable the IP