aocferreira wrote: » Hello, The authentication is not working and I think it should not work. According to documentation, for sending EIGRP messages, router uses md5 digest of lowest valid key number, while for received messages it uses all valid keys... so, in this case, we would have a mismatch between test and test2. That is my interpretation, don't know if I'm correct or wrong. This is why it's not working? And regarding question number 2? Any thoughts? I did not save my testing scenarios, so I believe I can't upload my running configs. Thanks for help, André
elderkai wrote: » In the book I was reading, it said you didn't need to advertise the network to the EIGRP and just needed the static neighbor statement. However, it never worked when I tried it, but advertising the network AND statically assigning worked and displayed that the neighborship was indeed "STATIC". I'm not sure if the book was wrong or missed something, but that's how I got it working.
phoeneous wrote: » No, the key number AND the key string need to match on both ends. The key chain name can be different though. Also don't forget there are two authentication commands at the interface config level, not global. ip authentication mode eigrp <ASN> md5 ip authentication key-chain eigrp <ASN> <unique_key_chain_name>