202
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
ip rip passive-interface
ip rip passive-interface
To suppress the sending of the Routing Information Protocol (RIP) updates on an interface, use the ip
rip passive-interface command. To unsuppress updates, use the no form of this command.
ip rip passive-interface
no ip rip passive-interface
Syntax Description This command has no arguments or keywords.
Command Default RIP updates are sent on the interface.
Command Modes Interface configuration mode
Command History
Usage Guidelines While RIP stops sending routing updates to the multicast (or broadcast) address on a passive interface,
RIP continues to receive and process routing updates from its neighbors on that interface.
This command does not require a license but if you want to enable Layer 3 interfaces, you must install
the LAN Base Services license.
Examples This example shows how to configure Ethernet 1/2 as a passive interface:
switch# configure terminal
switch(config)# interface ethernet 1/2
switch(config-if)# no switchport
switch(config-if)# ip rip passive-interface
switch(config-if)#
Related Commands
Release Modification
5.0(3)A1(1) This command was introduced.
Command Description
copy running-config
startup-config
Saves the configuration to the startup configuration file.
show ip rip Displays a summary of RIP information for all RIP instances.