Disable ads (and more) with a membership for a one time $4.99 payment
What is the command to view EIGRP neighbors?
show ip eigrp neighbors
display eigrp neighbors
show eigrp neighbor status
list eigrp neighbors
The correct answer is: show ip eigrp neighbors
The command to view EIGRP neighbors is "show ip eigrp neighbors." This command is specifically designed for Cisco routers and provides a detailed output of the EIGRP (Enhanced Interior Gateway Routing Protocol) neighbor relationships established on the router. When executed, it displays key information such as the router's neighbor's IP addresses, interface information, hold time, and other pertinent details that help network administrators assess the status of EIGRP adjacencies. Using this command is essential for troubleshooting EIGRP-related connectivity issues and understanding the network topology as seen by the router. It allows network engineers to verify that the EIGRP neighbors are correctly configured and operational, ensuring efficient routing within an IP network. Other commands listed do not exist in the Cisco IOS command set for EIGRP neighbor viewing, making them invalid options for this task.