EIGRP Notes - Authentication
·1 min read
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
Related Posts
OSPF Notes - Authentication
2011-06-10
BGP Notes - Authentication
2011-06-10
BGP Notes - Path Decision
2011-06-09