Owner's Manual

RIP Commands 325
User Guidelines
There are no user guidelines for this command.
Example
The following example enables RIP on IP address 100.1.1.1.
rip passive-interface
The
rip passive-interface
interface configuration command disables the sending of routing updates
on an interface. To re-enable the sending of routing updates, use the
no
form of this command.
Syntax
rip passive-interface
no rip passive-interface
Default Configuration
Routing updates are sent.
Command Mode
IP Interface Configuration mode
User Guidelines
If the sending of routing updates on an interface is disabled, the particular subnet continues
to be advertised to other interfaces, and updates from other routers on that interface continue
to be received and processed.
Example
The following example disables the sending of routing updates on IP address 100.1.1.1.
rip auto-send
The
rip auto-send
interface configuration command automatically detects if RIP information is
required to be sent on the interface. To disable the detection, use the
no
form of this command.
Syntax
rip auto-send
no rip auto-send
Console(config)# interface ip 100.1.1.1
Console(config-ip)# rip
Console(config)# interface ip 100.1.1.1
Console(config-ip)# rip passive interface