[FROG] EIGRP not working in 7.3/7.4 releases

Amol Lad Amol.Lad at 4rf.com
Mon Aug 10 12:37:41 UTC 2020


root at arm-linux:/# vtysh -c "show ver"
FRRouting 7.4 (arm-linux).
Copyright 1996-2005 Kunihiro Ishiguro, et al.
configured with:
    '--target=arm-openwrt-linux' '--host=arm-openwrt-linux' '--build=x86_64-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--libexecdir=/usr/lib' '--sysconfdir=/etc' '--datadir=/usr/share' '--localstatedir=/var' '--mandir=/usr/man' '--infodir=/usr/info' '--disable-nls' '--with-clippy=/home/alad/fourrf/openwrt/staging_dir/hostpkg/bin/clippy' '--prefix=/usr' '--enable-shared' '--disable-static' '--enable-user=network' '--enable-group=network' '--disable-ospfclient' '--disable-doc' '--disable-backtrace' '--localstatedir=/var/run/frr' '--sysconfdir=/etc/frr/' '--disable-babeld' '--disable-bfdd' '--enable-bgpd' '--enable-eigrpd' '--disable-fabricd' '--disable-isisd' '--disable-ldpd' '--enable-nhrpd' '--enable-ospfd' '--enable-ospf6d' '--disable-pbrd' '--disable-pimd' '--disable-ripd' '--disable-ripngd' '--enable-staticd' '--disable-vrrpd' '--enable-vtysh' '--enable-zebra' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=arm-openwrt-linux' 'target_alias=arm-openwrt-linux' 'PKG_CONFIG=/home/alad/fourrf/openwrt/staging_dir/host/bin/pkg-config' 'PKG_CONFIG_PATH=/home/alad/fourrf/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/usr/lib/pkgconfig:/home/alad/fourrf/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/usr/share/pkgconfig' 'PKG_CONFIG_LIBDIR=/home/alad/fourrf/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/usr/lib/pkgconfig:/home/alad/fourrf/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/usr/share/pkgconfig' 'CC=arm-openwrt-linux-muslgnueabi-gcc' 'CXX=arm-openwrt-linux-muslgnueabi-g++'

-----Original Message-----
From: Donald Sharp <sharpd at cumulusnetworks.com> 
Sent: Monday, 10 August 2020 5:32 PM
To: Amol Lad <Amol.Lad at 4rf.com>
Cc: frog at lists.frrouting.org
Subject: Re: [FROG] EIGRP not working in 7.3/7.4 releases

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