[FROG] EIGRP not working in 7.3/7.4 releases

Donald Sharp sharpd at cumulusnetworks.com
Mon Aug 10 12:01:53 UTC 2020


I'm not seeing the same behavior:

for 7.4:
sharpd at eva:~$ vtysh

Hello, this is FRRouting (version 7.4).
Copyright 1996-2005 Kunihiro Ishiguro, et al.

eva# conf
eva(config)# router eigrp 1
eva(config-router)# network 172.16.1.0/24
eva(config-router)# end
eva# show run
Building configuration...

Current configuration:
!
frr version 7.4
frr defaults traditional
hostname eva
!
interface dummy1
 ipv6 address fd00:0:0:1::2/64
!
router eigrp 1
 network 172.16.1.0/24
!

For 7.3:
sharpd at eva:~/frr4$ vtysh

Hello, this is FRRouting (version 7.3.1).
Copyright 1996-2005 Kunihiro Ishiguro, et al.

eva# conf
eva(config)# router eigrp 1
eva(config-router)# network 172.16.1.0/24
eva(config-router)# end
eva# show run
Building configuration...

Current configuration:
!
frr version 7.3.1
frr defaults traditional
hostname eva
!
interface dummy1
 ipv6 address fd00:0:0:1::2/64
!
router eigrp 1
 network 172.16.1.0/24
!

Can we get a `vtysh -c "show ver"` on your system?

donald

On Mon, Aug 10, 2020 at 6:43 AM Amol Lad <Amol.Lad at 4rf.com> wrote:
>
> Hi,
>
> First, thank you for integrating FRR in OpenWrt. I used the latest FRR package in OpenWrt (which is FRR 7.4 release). I'm trying to configure EIGRP but it seems the "network" command is not configuring the correct network. For example, see below steps. I'm configuring "network 172.16.1.0/24" under eigrp but the running config shows "network 255.255.255.0/24"
>
> I'm not sure if this is OpenWrt specific issue or a general issue and I'll try release 7.3/7.4 on Ubuntu tomorrow. But please let me know if you latest FRR release and can successfully configure EIGRP.
>
> Thanks
> Amol
>
> root at arm-linux:/# vtysh
>
> Hello, this is FRRouting (version 7.4).
> Copyright 1996-2005 Kunihiro Ishiguro, et al.
>
> arm-linux# do show running-config
> Building configuration...
>
> Current configuration:
> !
> frr version 7.4
> frr defaults traditional
> hostname arm-linux
> log syslog
> !
> password zebra
> !
> access-list vty seq 5 permit 127.0.0.0/8
> access-list vty seq 10 deny any
> !
> line vty
> access-class vty
> !
> end
>
> arm-linux# configure terminal
> arm-linux(config)# router eigrp 1
> arm-linux(config-router)# network 172.16.1.0/24
>
> arm-linux(config-router)# do show running-config
> Building configuration...
>
> Current configuration:
> !
> frr version 7.4
> frr defaults traditional
> hostname arm-linux
> log syslog
> !
> password zebra
> !
> router eigrp 1
> network 255.255.255.0/24
> !
> access-list vty seq 5 permit 127.0.0.0/8
> access-list vty seq 10 deny any
> !
> line vty
> access-class vty
> !
> end
> _______________________________________________
> frog mailing list
> frog at lists.frrouting.org
> https://lists.frrouting.org/listinfo/frog



More information about the frog mailing list