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
When using FRRouting version 9.0, I encountered an issue.
View routing table
View the staticd.conf configuration file.
Start FRR.
The static routes have been successfully loaded.
Stop FRR
The static routes still exist in the routing table.
[root@localhost frr]# ip r
default via 192.168.101.2 dev ens32
169.254.0.0/16 dev ens32 scope link metric 1002
192.168.101.0/24 dev ens32 proto kernel scope link src 192.168.101.20
[root@localhost frr]# cat /etc/frr/staticd.conf
ip route 5.5.5.5/32 192.168.101.5
ip route 6.6.6.6/32 192.168.101.5
[root@localhost frr]# /usr/lib/frr/frrinit.sh start
Starting watchfrr with command: ' /usr/lib/frr/watchfrr -d [ OK ]tional zebra mgmtd staticd'
Started watchfrr [ OK ]
[root@localhost frr]# ip r
default via 192.168.101.2 dev ens32
7.5.5.5 via 192.168.101.5 dev ens32 proto 196 metric 20
8.6.6.6 via 192.168.101.5 dev ens32 proto 196 metric 20
169.254.0.0/16 dev ens32 scope link metric 1002
192.168.101.0/24 dev ens32 proto kernel scope link src 192.168.101.20
[root@localhost frr]# /usr/lib/frr/frrinit.sh stop
Stopped watchfrr [ OK ]
Stopped staticd [ OK ]
Stopped mgmtd [ OK ]
Stopped zebra [ OK ]
[root@localhost frr]# ip r
default via 192.168.101.2 dev ens32
5.5.5.5 via 192.168.101.5 dev ens32 proto 196 metric 20
6.6.6.6 via 192.168.101.5 dev ens32 proto 196 metric 20
169.254.0.0/16 dev ens32 scope link metric 1002
192.168.101.0/24 dev ens32 proto kernel scope link src 192.168.101.20
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 180 days with no activity. Comment or remove the autoclose label in order to avoid having this issue closed.
When using FRRouting version 9.0, I encountered an issue.
[root@localhost frr]# ip r
default via 192.168.101.2 dev ens32
169.254.0.0/16 dev ens32 scope link metric 1002
192.168.101.0/24 dev ens32 proto kernel scope link src 192.168.101.20
[root@localhost frr]# cat /etc/frr/staticd.conf
ip route 5.5.5.5/32 192.168.101.5
ip route 6.6.6.6/32 192.168.101.5
[root@localhost frr]# /usr/lib/frr/frrinit.sh start
Starting watchfrr with command: ' /usr/lib/frr/watchfrr -d [ OK ]tional zebra mgmtd staticd'
Started watchfrr [ OK ]
[root@localhost frr]# ip r
default via 192.168.101.2 dev ens32
7.5.5.5 via 192.168.101.5 dev ens32 proto 196 metric 20
8.6.6.6 via 192.168.101.5 dev ens32 proto 196 metric 20
169.254.0.0/16 dev ens32 scope link metric 1002
192.168.101.0/24 dev ens32 proto kernel scope link src 192.168.101.20
[root@localhost frr]# /usr/lib/frr/frrinit.sh stop
Stopped watchfrr [ OK ]
Stopped staticd [ OK ]
Stopped mgmtd [ OK ]
Stopped zebra [ OK ]
[root@localhost frr]# ip r
default via 192.168.101.2 dev ens32
5.5.5.5 via 192.168.101.5 dev ens32 proto 196 metric 20
6.6.6.6 via 192.168.101.5 dev ens32 proto 196 metric 20
169.254.0.0/16 dev ens32 scope link metric 1002
192.168.101.0/24 dev ens32 proto kernel scope link src 192.168.101.20
The text was updated successfully, but these errors were encountered: