EIGRP Notes – Authentication
Corrections – I invite them.
1. Create the keys in the keychain.
R101(config)#key chain KEYCHAIN R101(config-keychain)#key 1 R101(config-keychain-key)#key-str R101(config-keychain-key)#key-string MYKEY
2. Enable authentication on an interface.
R101(config-if)#ip authentication mode eigrp 1 md5
3. Associate keychain with EIGRP.
ip authentication key-chain eigrp 1 KEYCHAIN
Latest posts by jac (see all)
- Netbox Upgrade Play-by-play - April 25, 2023
- Sending Slack Messages with Python - March 15, 2023
- Using Python Logging to Figure Out What You Did Wrong - February 26, 2023