122
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
eigrp router-id
eigrp router-id
To set the router ID used by the Enhanced Interior Gateway Routing Protocol (EIGRP) when
communicating with its neighbors, use the eigrp router-id command. To remove the configured router
ID, use the no form of this command.
eigrp router-id ip-address
no eigrp router-id ip-address
Syntax Description
Command Default EIGRP automatically selects an IP address to use as the router ID when an EIGRP process is started.
Command Modes Address-family configuration mode
Router configuration mode
Router VRF configuration mode
Command History
Usage Guidelines EIGRP automatically selects an IP address to use as the router ID when an EIGRP process is started. The
highest local IP address is selected and loopback interfaces are preferred. The router ID is not changed
unless the EIGRP process is removed with the no router eigrp command or if the router ID is manually
configured with the eigrp router-id command.
The router ID is used to identify the originating router for external routes. If an external route is received
with the local router ID, the route is discarded. The router ID can be configured with any IP address with
two exceptions; 0.0.0.0 and 255.255.255.255 are not legal values and cannot be entered. You should
configure a unique value for each router.
This command requires the LAN Base Services license.
Examples This example shows how to configure 192.168.0.3 as a fixed router ID:
switch# configure terminal
switch(config)# router eigrp 209
switch(config-router)# eigrp router-id 192.168.0.3
switch(config-router)#
Related Commands
ip-address Router ID in dotted decimal notation.
Release Modification
5.0(3)A1(1) This command was introduced.
Command Description
show ip eigrp Displays a summary of the EIGRP processes.