Hi, If I try to enable authentication for EIGRP, --> FRR-1(config-if)# ip authentication key-chain eigrp 100 test, │ I get the following error: " Key chain with specified name not found" Running config: hostname FRR-1 service integrated-vtysh-config ! key chain test key 1 key-string testing ! interface eth2 ip address 192.168.2.1/24 ! interface eth4 ip address 192.168.200.2/24 ! router eigrp 100 network 100.100.100.0/24 network 192.168.2.0/24 rpm -qa | grep frr │ frr-pythontools-6.0-001.el7.centos.x86_64 │ frr-6.0-001.el7.centos.x86_64 CentOS Linux release 7.5.1804 (Core) The command seems to be there, even though not mentioned in the Docs, ( only for RIP). Should this work? Kind Regards Heikki Lavaste
Heikki - I have fixed the above issue: https://github.com/FRRouting/frr/pull/3199 Please note: I did not test to see if it worked properly when attempting to connect to a neighbor with authentication turned on. Giving the state of what I just fixed, I would be surprised if it did. Additionally I noticed and fixed improper parsing of the `eigrp bandwidth X` command. All - EIGRP needs some care and attention and we would love for someone to step up with fixes for it. thanks! donald On Thu, Oct 18, 2018 at 5:10 AM Heikki Lavaste <heikki.lavaste@hotmail.com> wrote:
Hi,
If I try to enable authentication for EIGRP, --> FRR-1(config-if)# ip authentication key-chain eigrp 100 test, │ I get the following error: " Key chain with specified name not found"
Running config:
hostname FRR-1 service integrated-vtysh-config ! key chain test key 1 key-string testing ! interface eth2 ip address 192.168.2.1/24 ! interface eth4 ip address 192.168.200.2/24 ! router eigrp 100 network 100.100.100.0/24 network 192.168.2.0/24
rpm -qa | grep frr │ frr-pythontools-6.0-001.el7.centos.x86_64 │ frr-6.0-001.el7.centos.x86_64
CentOS Linux release 7.5.1804 (Core)
The command seems to be there, even though not mentioned in the Docs, ( only for RIP). Should this work?
Kind Regards Heikki Lavaste _______________________________________________ frog mailing list frog@lists.frrouting.org https://lists.frrouting.org/listinfo/frog
Hey Donald, I have been working on eigrp on the side - I don’t have a lot of cycles, but have been making some progress. - Donnie V Savage - Architect.Engineering A Proud Spartan in the Engineering Licensing Office - What's your Profession! Tel: +1 919 392 2379 Best method of contact: Spark me! US RTP Smart Licensing Solution Guide <http://smartlicsolguide.cloudapps.cisco.com/website/index.html>, ELO Jive Site <https://cisco.jiveon.com/groups/elo-project-page> cisco.com/go/smartlicensing <applewebdata://CF588E23-2ADB-49C1-875A-F7F801AACD3A/Cisco.com/go/smartlicensing> On 10/18/18, 8:30 AM, "Donald Sharp" <sharpd@cumulusnetworks.com> wrote: Heikki - I have fixed the above issue: https://github.com/FRRouting/frr/pull/3199 Please note: I did not test to see if it worked properly when attempting to connect to a neighbor with authentication turned on. Giving the state of what I just fixed, I would be surprised if it did. Additionally I noticed and fixed improper parsing of the `eigrp bandwidth X` command. All - EIGRP needs some care and attention and we would love for someone to step up with fixes for it. thanks! donald On Thu, Oct 18, 2018 at 5:10 AM Heikki Lavaste <heikki.lavaste@hotmail.com> wrote: > > Hi, > > > > If I try to enable authentication for EIGRP, --> FRR-1(config-if)# ip authentication key-chain eigrp 100 test, │ > I get the following error: " Key chain with specified name not found" > > Running config: > > hostname FRR-1 > service integrated-vtysh-config > ! > key chain test > key 1 > key-string testing > ! > interface eth2 > ip address 192.168.2.1/24 > ! > interface eth4 > ip address 192.168.200.2/24 > ! > router eigrp 100 > network 100.100.100.0/24 > network 192.168.2.0/24 > > > rpm -qa | grep frr │ > frr-pythontools-6.0-001.el7.centos.x86_64 │ > frr-6.0-001.el7.centos.x86_64 > > CentOS Linux release 7.5.1804 (Core) > > The command seems to be there, even though not mentioned in the Docs, ( only for RIP). > Should this work? > > Kind Regards > Heikki Lavaste > _______________________________________________ > frog mailing list > frog@lists.frrouting.org > https://lists.frrouting.org/listinfo/frog
participants (3)
-
Donald Sharp -
Donnie Savage (dsavage) -
Heikki Lavaste