Explains the fundamental characteristics of EIGRP and its role in reducing network flooding. Understanding these core mechanics allows you to leverage its Cisco-developed enhancements for improved performance on supported Cisco IOS XE Catalyst SD-WAN devices.
Enhanced Interior Gateway Routing Protocol (EIGRP) is a Cisco proprietary routing protocol that:
-
is an open-standard Interior Gateway Protocol (IGP),
-
is an enhancement to the original Interior Gateway Routing Protocol (IGRP) developed by Cisco,
-
does not fully update if there are no changes in the network, which reduces flooding activities in other IGPs.
EIGRP is supported only on Cisco IOS XE Catalyst SD-WAN devices. For more information, see Introduction to EIGRP.
When an EIGRP network configuration is sent to a device from any network management protocol or if entered through the CLI when device is in controller mode, it is first stored in the SD-WAN running configuration. The configuration is then sent to the CLI parser, which stores it in running-config after the processing. This processing done by CLI parser results in an inconsistent configuration in the running-configuration. The autonomous mode device allows EIGRP config under default VRF mode.
Device(config)# router eigrp eigrp-name
Device(config-router)# address-family ipv4 vrf 1 autonomous-system 1
Device(config-router-af)# network 10.0.0.0
Device(config-router-af)# commit
Commit complete.
Device(config-router-af)#
Device# show sdwan running-config | section eigrp
router eigrp eigrp-name
address-family ipv4 vrf 1 autonomous-system 1
network 10.0.0.0 0.255.255.255
network 10.0.0.0
network 11.0.0.0
topology base
exit-af-topology
!
exit-address-family