Information
Configure the EIGRP address family.
Rationale: EIGRP is a true multi-protocol routing protocol and the 'address-family' feature enables restriction of exchanges with specific neighbors
Solution
Configure the EIGRP address family.
IOSXR(config)#router eigrp {AS_number}
IOSXR(config-eigrp)# address-family ipv4
IOSXR(config-eigrp-af)# interface {interface}
IOSXR(config-eigrp-af-if)#authentication keychain {key_chain_name}
Impact:
Organizations should plan and implement enterprise security policies that require rigorous authentication methods for routing protocols. Using 'address-family' for EIGRP enforces these policies by restricting the exchanges between predefined network devices.