[FROG] EIGRP authentication issues
Donald Sharp
sharpd at cumulusnetworks.com
Thu Oct 18 08:30:32 EDT 2018
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 at 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 at lists.frrouting.org
> https://lists.frrouting.org/listinfo/frog
More information about the frog
mailing list