To shut down the Enhanced Interior Gateway Routing Protocol (EIGRP) on an interface, use the ip eigrp shutdown command. To restore the default, use the no form of this command.
ip eigrp instance-tag shutdown
no ip eigrp instance-tag shutdown
|
instance-tag
|
Name of the EIGRP instance. The
instance-tag
can be any case-sensitive, alphanumeric string up to 20 characters.
|
None
Interface configuration mode
|
Release
|
Modification
|
|---|---|
|
5.0(3)N1(1)
|
This command was introduced.
|
Use the ip eigrp shutdown command to shut down the interface for EIGRP and prevent EIGRP adjacency for the interface for maintenance purposes. The network address for the interface does not show up in the EIGRP topology table.
Use the ip passive-interface eigrp command to prevent EIGRP adjacency but keep the network address in the topology table.
This command requires the LAN Base Services license.
This example shows how to disable EIGRP on an interface:
|
Command
|
Description
|
|---|---|
|
ip passive-interface eigrp
|
Configures an instance of EIGRP.
|
|
router eigrp
|
Configures an instance of EIGRP.
|