192
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
ip passive-interface eigrp
ip passive-interface eigrp
To suppress all routing updates on an Enhanced Interior Gateway Routing Protocol (EIGRP) interface,
use the ip passive-interface eigrp command. To reenable the sending of routing updates, use the no
form of this command.
ip passive-interface eigrp instance-tag
no ip passive-interface eigrp instance-tag
Syntax Description
Command Default Routing updates are sent on the interface.
Command Modes Interface configuration mode
Command History
Usage Guidelines When you use this command to to stop all routing updates on an interface and suppress the formation of
EIGRP adjacencies, the network address for the interface remains in the EIGRP topology table.
This command requires the LAN Base Services license.
Examples This example shows how to stop EIGRP routing updates on ethernet 2/1:
switch# configure terminal
switch(config)# router eigrp 201
switch(config-router)# interface ethernet 2/1
switch(config-if)# no switchport
switch(config-if)# ip passive-interface eigrp 201
switch(config-if)#
Related Commands
instance-tag Name of the EIGRP instance. The name can be any case-sensitive,
alphanumeric string up to 20 characters.
Release Modification
5.0(3)A1(1) This command was introduced.
Command Description
copy running-config
startup-config
Saves the configuration in the startup configuration file.
no switchport Configures an interface as a Layer 3 routed interface.
show ip eigrp
interfaces
Displays information about EIGRP interfaces.