You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi , I installed frr8.4.1 via rpm files from below link for cent os 7
I am trying to redistribute static routes via eigrp.
I enabled eigrpd in config file and started.
Peer adjacency formed.
My issue is static route is not redistributed via eigrp.
I seen configured with: it has disable-static argument.but I can see staticd process is running.
saw these line in config:"The watchfrr, zebra and staticd daemons are always started".
So, should I enable it to redistribute routes properly.
Is there a way to do it via configuration file because there is no field for staticd in /etc/frr/daemons file or I need to compile source code.
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply
r - reply Status, s - sia Status
P 11.11.11.0/24, 1 successors, FD is 28160, serno: 0
via Connected, eth1
P 192.168.8.0/24, 1 successors, FD is 28160, serno: 0
via Connected, eth0
P 192.168.9.0/24, 2 successors, FD is 30720, serno: 0
via 49.0.0.0 (30720/28160), eth1
via 11.11.11.1 (30720/28160), eth1
sh ip route
Codes: K - kernel route, C - connected, S - static, R - RIP,
O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
T - Table, A - Babel, F - PBR, f - OpenFabric,
> - selected route, * - FIB route, q - queued, r - rejected, b - backup
t - trapped, o - offload failure
K>* 0.0.0.0/0 [0/200] via 11.11.11.1, eth1, 13:43:40
K>* 6.66.6.0/24 [0/0] via 11.11.11.5, eth1, 13:43:40 // route to be redistribute
K>* 9.9.9.0/24 [0/0] via 13.13.13.3, eth3, 13:43:40. // route to be redistribute
E 11.11.11.0/24 [90/28160] is directly connected, eth1, weight 1, 13:43:40
C>* 11.11.11.0/24 is directly connected, eth1, 13:43:40
C>* 12.12.12.0/24 is directly connected, eth2, 13:43:40
C>* 13.13.13.0/24 is directly connected, eth3, 13:43:40
K>* 55.56.78.0/24 [0/0] is directly connected, eth3, 02:03:43
C>* 192.168.0.0/24 is directly connected, eth0, 13:43:40
E 192.168.8.0/24 [90/28160] is directly connected, eth0, weight 1, 13:43:40
C>* 192.168.8.0/24 is directly connected, eth0, 13:43:40
E>* 192.168.9.0/24 [90/30720] is directly connected, eth1, weight 1, 02:03:25
via 11.11.11.1, eth1, weight 1, 02:03:25
Peer side output machine [1]:
sh ip route
Codes: K - kernel route, C - connected, S - static, R - RIP,
O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
T - Table, A - Babel, F - PBR, f - OpenFabric,
> - selected route, * - FIB route, q - queued, r - rejected, b - backup
t - trapped, o - offload failure
K>* 0.0.0.0/0 [0/0] via 192.168.8.1, eth0, 01:26:27
E>* 11.11.11.0/24 [90/30720] via 192.168.8.1, eth0, weight 1, 01:26:27
E 192.168.8.0/24 [90/28160] is directly connected, eth0, weight 1, 01:26:27
C>* 192.168.8.0/24 is directly connected, eth0, 01:26:27
E>* 192.168.9.0/24 [90/33280] via 192.168.8.1, eth0, weight 1, 01:26:27
C>* 192.168.10.0/24 is directly connected, eth1, 01:26:27
sh ip eigrp topology
EIGRP Topology Table for AS(150)/ID(192.168.10.2)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply
r - reply Status, s - sia Status
P 11.11.11.0/24, 1 successors, FD is 30720, serno: 0
via 192.168.8.1 (30720/28160), eth0
P 192.168.8.0/24, 1 successors, FD is 28160, serno: 0
via Connected, eth0
P 192.168.9.0/24, 1 successors, FD is 33280, serno: 0
via 192.168.8.1 (33280/30720), eth0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi , I installed frr8.4.1 via rpm files from below link for cent os 7
I am trying to redistribute static routes via eigrp.
I enabled eigrpd in config file and started.
Peer adjacency formed.
My issue is static route is not redistributed via eigrp.
I seen configured with: it has disable-static argument.but I can see staticd process is running.
saw these line in config:"The watchfrr, zebra and staticd daemons are always started".
So, should I enable it to redistribute routes properly.
Is there a way to do it via configuration file because there is no field for staticd in /etc/frr/daemons file or I need to compile source code.
Rpm installed via link: https://rpm.frrouting.org
Output of zebra —version command:
zebra version 8.4.1
Copyright 1996-2005 Kunihiro Ishiguro, et al.
configured with:
'--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sbindir=/usr/lib/frr' '--sysconfdir=/etc/frr' '--localstatedir=/var/run/frr' '--disable-static' '--disable-werror' '--enable-irdp' '--enable-multipath=256' '--enable-vtysh' '--enable-ospfclient' '--enable-ospfapi' '--enable-rtadv' '--enable-ldpd' '--enable-pimd' '--enable-pim6d' '--enable-pbrd' '--enable-nhrpd' '--enable-eigrpd' '--enable-babeld' '--enable-vrrpd' '--enable-user=frr' '--enable-group=frr' '--enable-vty-group=frrvty' '--enable-fpm' '--enable-watchfrr' '--disable-bgp-vnc' '--enable-isisd' '--enable-rpki' '--enable-bfdd' '--enable-pathd' '--enable-snmp' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig’
/etc/frr/daemons file data.
// there is no staticd to enable.In docs it says it will enabled by default.but in configured with it has —disable-static
bgpd=no
ospfd=no
ospf6d=no
ripd=no
ripngd=no
isisd=no
pimd=no
pim6d=no
ldpd=no
nhrpd=no
eigrpd=yes
babeld=no
sharpd=no
pbrd=no
bfdd=no
fabricd=no
vrrpd=no
pathd=no
Setup is like , its centos:
([1]192.168.8.0/24 frr)——([2]192.168.8.0/24 , 11.11.11.0/24 frr)—([3]192.168.9.0/24, 11.11.11.0/24 frr)—([4]192.168.9.0/24 frr)
Added a route in local machine . But its not redistributing it to peer.is it configuration issue?
Outputs from machine [2].
show daemons
zebra eigrpd watchfrr staticd
#running config
log file /var/log/frr/frr.log warnings
log syslog informational
!
router eigrp 150
network 11.11.11.0/24
network 192.168.8.0/24
redistribute connected
redistribute kernel
redistribute static
exit
!
Output of eigrp neighbors
sh ip eigrp neighbors
EIGRP neighbors for AS(150)
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 11.11.11.1 eth1 14 0 0 2 0 2
0 192.168.8.2 eth0 12 0 0 2 0 2
sh ip eigrp topology
EIGRP Topology Table for AS(150)/ID(192.168.8.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply
r - reply Status, s - sia Status
P 11.11.11.0/24, 1 successors, FD is 28160, serno: 0
via Connected, eth1
P 192.168.8.0/24, 1 successors, FD is 28160, serno: 0
via Connected, eth0
P 192.168.9.0/24, 2 successors, FD is 30720, serno: 0
via 49.0.0.0 (30720/28160), eth1
via 11.11.11.1 (30720/28160), eth1
sh ip route
Codes: K - kernel route, C - connected, S - static, R - RIP,
O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
T - Table, A - Babel, F - PBR, f - OpenFabric,
> - selected route, * - FIB route, q - queued, r - rejected, b - backup
t - trapped, o - offload failure
K>* 0.0.0.0/0 [0/200] via 11.11.11.1, eth1, 13:43:40
K>* 6.66.6.0/24 [0/0] via 11.11.11.5, eth1, 13:43:40 // route to be redistribute
K>* 9.9.9.0/24 [0/0] via 13.13.13.3, eth3, 13:43:40. // route to be redistribute
E 11.11.11.0/24 [90/28160] is directly connected, eth1, weight 1, 13:43:40
C>* 11.11.11.0/24 is directly connected, eth1, 13:43:40
C>* 12.12.12.0/24 is directly connected, eth2, 13:43:40
C>* 13.13.13.0/24 is directly connected, eth3, 13:43:40
K>* 55.56.78.0/24 [0/0] is directly connected, eth3, 02:03:43
C>* 192.168.0.0/24 is directly connected, eth0, 13:43:40
E 192.168.8.0/24 [90/28160] is directly connected, eth0, weight 1, 13:43:40
C>* 192.168.8.0/24 is directly connected, eth0, 13:43:40
E>* 192.168.9.0/24 [90/30720] is directly connected, eth1, weight 1, 02:03:25
Peer side output machine [1]:
sh ip route
Codes: K - kernel route, C - connected, S - static, R - RIP,
O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
T - Table, A - Babel, F - PBR, f - OpenFabric,
> - selected route, * - FIB route, q - queued, r - rejected, b - backup
t - trapped, o - offload failure
K>* 0.0.0.0/0 [0/0] via 192.168.8.1, eth0, 01:26:27
E>* 11.11.11.0/24 [90/30720] via 192.168.8.1, eth0, weight 1, 01:26:27
E 192.168.8.0/24 [90/28160] is directly connected, eth0, weight 1, 01:26:27
C>* 192.168.8.0/24 is directly connected, eth0, 01:26:27
E>* 192.168.9.0/24 [90/33280] via 192.168.8.1, eth0, weight 1, 01:26:27
C>* 192.168.10.0/24 is directly connected, eth1, 01:26:27
sh ip eigrp topology
EIGRP Topology Table for AS(150)/ID(192.168.10.2)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply
r - reply Status, s - sia Status
P 11.11.11.0/24, 1 successors, FD is 30720, serno: 0
via 192.168.8.1 (30720/28160), eth0
P 192.168.8.0/24, 1 successors, FD is 28160, serno: 0
via Connected, eth0
P 192.168.9.0/24, 1 successors, FD is 33280, serno: 0
via 192.168.8.1 (33280/30720), eth0
#sh running-config
log syslog informational
!
router eigrp 150
network 192.168.8.0/24
redistribute connected
redistribute static
redistribute kernel
exit
Is there any suggestion on how redistribute statically added route to neighbor via eigrp.
Beta Was this translation helpful? Give feedback.
All reactions