The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
This chapter describes the Cisco NX-OS Enhanced Interior Gateway Routing Protocol (EIGRP) commands that begin with I.
To enable authentication for the Enhanced Interior Gateway Routing Protocol (EIGRP) packets and to specify the set of keys that can be used on an interface, use the ip authentication key-chain eigrp command. To prevent authentication, use the no form of this command.
ip authentication key-chain eigrp instance-tag name-of-chain
no ip authentication key-chain eigrp instance-tag name-of-chain
Name of the EIGRP instance. The instance-tag can be any case-sensitive, alphanumeric string up to 20 characters. |
|
|
|
---|---|
You must set the authentication mode using the ip authentication mode eigrp command in interface configuration mode. You must separately configure a key chain using the key-chain command to complete the authentication configuration for an interface.
This example shows how to configure the interface to accept and send any key that belongs to the key-chain trees:
|
|
Creates a set of keys that can be used by an authentication method. |
|
To specify the type of authentication used in the Enhanced Interior Gateway Routing Protocol (EIGRP) packets, use the ip authentication mode eigrp command. To remove authentication, use the no form of this command.
ip authentication mode eigrp instance-tag md5
no ip authentication mode eigrp instance-tag md5
Name of the EIGRP instance. The instance-tag can be any case-sensitive, alphanumeric string up to 20 characters. |
|
|
|
---|---|
This example shows how to configure the interface to use MD5 authentication:
To configure the bandwidth metric on an Enhanced Interior Gateway Routing Protocol (EIGRP) interface, use the ip bandwidth eigrp command. To restore the default, use the no form of this command.
ip bandwidth eigrp instance-tag bandwidth
Name of the EIGRP instance. The instance-tag can be any case-sensitive, alphanumeric string up to 20 characters. |
|
Bandwidth value. The range is from 1 to 2,560,000,000 kilobits. |
|
|
---|---|
This example shows how to configure EIGRP to use a bandwidth metric of 10000 in autonomous system 209:
|
|
---|---|
Sets the percent of the interface bandwidth that EIGRP can use. |
|
To configure the percentage of bandwidth that may be used by the Enhanced Interior Gateway Routing Protocol (EIGRP) on an interface, use the ip bandwidth-percent eigrp command. To restore the default, use the no form of this command.
ip bandwidth-percent eigrp instance-tag percent
Name of the EIGRP instance. The instance-tag can be any case-sensitive, alphanumeric string up to 20 characters. |
|
|
|
---|---|
EIGRP uses up to 50 percent of the bandwidth of a link, as defined by the ip bandwidth interface configuration command. Use the ip bandwidth-percent command to change this default percent.
This example shows how to configure EIGRP to use up to 75 percent of an interface in autonomous system 209:
|
|
---|---|
To configure the throughput delay for the Enhanced Interior Gateway Routing Protocol (EIGRP) on an interface, use the ip delay eigrp command. To restore the default, use the no form of this command.
ip delay eigrp instance-tag seconds
no ip delay eigrp instance-tag
Name of the EIGRP instance. The instance-tag can be any case-sensitive, alphanumeric string up to 20 characters. |
|
Throughput delay, in tens of microseconds. The range is from 1 to 16777215. |
|
|
---|---|
You configure the throughput delay on an interface in 10-microsecond units. For example, if you set the ip delay eigrp command to 100, the throughput delay is 1000 microseconds.
This example shows how to set the delay to 400 microseconds for the interface:
|
|
---|---|
Configures the hello interval on an interface for the EIGRP routing process that is designated by an autonomous system number. |
|
To configure a distribution list for the Enhanced Interior Gateway Routing Protocol (EIGRP) on an interface, use the ip distribute-list eigrp command. To restore the default, use the no form of this command.
ip distribute-list eigrp instance-tag { prefix-list list-name | route-map map-name } { in | out }
no ip distribute-list eigrp instance-tag { prefix-list list-name | route-map map-name } { in | out }
Name of the EIGRP instance. The instance-tag can be any case-sensitive, alphanumeric string up to 20 characters. |
|
Specifies the name of an IP prefix list to filter EIGRP routes. |
|
|
|
---|---|
Use the ip distribute-list eigrp command to configure a route filter policy on an interface. You must configure the named route map or prefix list to complete this configuration.
This example shows how to configure a route map for all EIGRP routes coming into the interface:
|
|
---|---|
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
Name of the EIGRP instance. The instance-tag can be any case-sensitive, alphanumeric string up to 20 characters. |
|
|
---|---|
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 example shows how to disable EIGRP on an interface:
|
|
---|---|
To configure the Enhanced Interior Gateway Routing Protocol (EIGRP) hello interval for an interface, use the ip hello-interval eigrp command. To restore the default, use the no form of this command.
ip hello-interval eigrp instance-tag seconds
no ip hello-interval eigrp instance-tag
Name of the EIGRP instance. The instance-tag can be any case-sensitive, alphanumeric string up to 20 characters. |
|
|
|
---|---|
This example shows how to set the hello interval to 10 seconds for the interface:
|
|
---|---|
Saves the configuration changes to the startup configuration file. |
|
To configure the hold time for an Enhanced Interior Gateway Routing Protocol (EIGRP) interface, use the ip hold-time eigrp command. To restore the default, use the no form of this command.
ip hold-time eigrp instance-tag seconds
no ip hold-time eigrp instance-tag
Name of the EIGRP instance. The instance-tag can be any case-sensitive, alphanumeric string up to 20 characters. |
|
|
|
---|---|
Use the ip hold-time eigrp command to increase the default hold time on very congested and large networks.
We recommend that you configure the hold time to be at least three times the hello interval. If a router does not receive a hello packet within the specified hold time, routes through this router are considered unavailable.
Increasing the hold time delays route convergence across the network.
This example shows how to set the hold time to 40 seconds for the interface:
To instruct the Enhanced Interior Gateway Routing Protocol (EIGRP) process to use the local IP address as the next-hop address when advertising these routes, use the ip next-hop-self eigrp command. To use the received next-hop value, use the no form of this command.
ip next-hop-self eigrp instance-tag
no ip next-hop-self eigrp instance-tag
Name of the EIGRP instance. The instance-tag can be any case-sensitive, alphanumeric string up to 20 characters. |
|
|
---|---|
EIGRP, by default, sets the IP next-hop value to be itself for routes that it is advertising, even when advertising those routes on the same interface from which the router learned them. To change this default, you must use the no ip next-hop-self eigrp command to instruct EIGRP to use the received next-hop value when advertising these routes.
This example shows how to change the default IP next-hop value and instruct EIGRP to use the received next-hop value:
|
|
---|---|
Saves the configuration changes to the startup configuration file. |
|
To configure an offset list for the Enhanced Interior Gateway Routing Protocol (EIGRP) on an interface, use the ip offset-list eigrp command. To restore the default, use the no form of this command.
ip offset-list eigrp instance-tag { prefix-list list-name | route-map map-name } { in | out } offset
no ip offset-list eigrp instance-tag { prefix-list list-name | route-map map-name } { in | out } offset
|
|
---|---|
Cisco Nexus 6000 adds the configured offset value to any routes that match the configure prefix list or route map. You must configure the named route map or prefix list to complete this configuration.
This example shows how to configure an offset list filter to add 20 to the metric for EIGRP routes coming into the interface that match the route map OffsetFilter:
|
|
---|---|
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
Name of the EIGRP instance. The name can be any case-sensitive, alphanumeric string up to 20 characters. |
|
|
---|---|
Use the ip passive-interface eigrp command 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 example shows how to stop EIGRP routing updates on ethernet 2/1:
|
|
---|---|
To configure a static route, use the ip route command. To remove the static route, use the no form of this command.
ip route ip-prefix / mask {[ interface ] next-hop } [ preference ] [ tag id ]
no ip route ip-prefix / mask {[ interface ] next-hop } [ preference ] [ tag id ]
|
|
---|---|
Static routes have a default administrative distance of 1. If you want a dynamic routing protocol to take precidence over a static route, you must configure the static route preference argument to be greater than the administrative distance of the dynamic routing protocol. For example, routes derived with the Enhanced Interior Gateway Routing Protocol (EIGRP) have a default administrative distance of 100. To have a static route that would be overridden by an EIGRP dynamic route, you should specify an administrative distance greater than 100.
This example shows how to create a static route for destinations with the IP address prefix 192.168.1.1/32, reachable through the next-hop address 10.0.0.2:
This example shows how to assign a tag to the previous example so that you can configure a route map that can match on this static route:
This example shows how to choose a preference of 110. In this case, packets for prefix 10.0.0.0 are routed to a router at 172.31.3.4 if dynamic route information with an administrative distance less than 110 is not available.
|
|
---|---|
To specify the Enhanced Interior Gateway Routing Protocol (EIGRP) instance for an interface, use the ip router eigrp command. To return to the default, use the no form of this command.
no ip router eigrp instance-tag
Name of the EIGRP instance. The instance-tag can be any case-sensitive, alphanumeric string up to 20 characters. |
|
|
---|---|
Before you use this command, make sure that you enable EIGRP on the switch.
This example shows how to set the EIGRP instance for an interface:
|
|
---|---|
Saves the configuration changes in the startup configuration file. |
|
To enable split horizon for an Enhanced Interior Gateway Routing Protocol (EIGRP) process, use the ip split-horizon eigrp command. To disable split horizon, use the no form of this command.
ip split-horizon eigrp instance-tag
no ip split-horizon eigrp instance-tag
Name of the EIGRP instance. The instance-tag can be any case-sensitive, alphanumeric string up to 20 characters. |
|
|
---|---|
Use the no ip split-horizon eigrp command to disable split horizon on an interface.
This example shows how to disable split horizon an an Ethernet link:
|
|
---|---|
Saves the configuration changes to the startup configuration file. |
|
To configure a summary aggregate address for the specified Enhanced Interior Gateway Routing Protocol (EIGRP) interface, use the ip summary-address eigrp command. To disable a configuration, use the no form of this command.
ip summary-address eigrp instance-tag { ip-address / length | ip-address mask } [ admin-distance | leak-map map-name ]
no ip summary-address eigrp instance-tag { ip-address / length | ip-address mask }
An administrative distance of 5 is applied to EIGRP summary routes.
No summary addresses are predefined.
|
|
---|---|
Use the ip summary-address eigrp command to configure interface-level address summarization. EIGRP summary routes are given an administrative distance of 5.
This example shows how to configure an administrative distance of 95 on an EIGRP interface for the 192.168.0.0/16 summary address:
|
|
---|---|
Saves the configuration changes to the startup configuration file. |
|