Page MenuHomeVyOS Platform

checking_status

Authored By
Unknown Object (User)
Oct 3 2019, 10:12 AM
Size
3 KB
Referenced Files
None
Subscribers
None

checking_status

vyos@vyos# sudo systemctl reload frr
Job for frr.service failed. See 'systemctl status frr.service' and 'journalctl -xn' for details.
[edit]
vyos@vyos# sudo systemctl restart frr
[edit]
vyos@vyos# run show ip ospf
% OSPF instance not found
[edit]
vyos@vyos# cat /etc/frr/daemons
zebra=yes
bgpd=yes
ospfd=yes
ospf6d=yes
ripd=yes
ripngd=yes
isisd=no
pimd=no
ldpd=no
nhrpd=no
eigrpd=no
babeld=no
sharpd=no
pbrd=no
bfdd=no
staticd=yes
vtysh_enable=yes
zebra_options=" -s 90000000 --daemon -A 127.0.0.1 -M snmp -n"
bgpd_options=" --daemon -A 127.0.0.1 -M snmp -M rpki"
ospfd_options=" --daemon -A 127.0.0.1 -M snmp"
ospf6d_options=" --daemon -A ::1 -M snmp"
ripd_options=" --daemon -A 127.0.0.1 -M snmp"
ripngd_options=" --daemon -A ::1"
isisd_options=" --daemon -A 127.0.0.1"
pimd_options=" --daemon -A 127.0.0.1"
ldpd_options=" --daemon -A 127.0.0.1"
nhrpd_options=" --daemon -A 127.0.0.1"
eigrpd_options=" --daemon -A 127.0.0.1"
babeld_options=" --daemon -A 127.0.0.1"
sharpd_options=" --daemon -A 127.0.0.1"
pbrd_options=" --daemon -A 127.0.0.1"
staticd_options=" --daemon -A 127.0.0.1"
bfdd_options=" --daemon -A 127.0.0.1"
watchfrr_enable=no
valgrind_enable=no
[edit]
vyos@vyos# ps -ef | grep frr
root 2469 1 0 14:06 ? 00:00:01 /usr/lib/frr/watchfrr -d zebra bgpd ripd ripngd ospfd ospf6d staticd
frr 2496 1 0 14:06 ? 00:00:00 /usr/lib/frr/zebra -d -s 90000000 --daemon -A 127.0.0.1 -M snmp -n
frr 2500 1 0 14:06 ? 00:00:00 /usr/lib/frr/bgpd -d --daemon -A 127.0.0.1 -M snmp -M rpki
frr 2507 1 0 14:06 ? 00:00:00 /usr/lib/frr/ripd -d --daemon -A 127.0.0.1 -M snmp
frr 2511 1 0 14:06 ? 00:00:00 /usr/lib/frr/ripngd -d --daemon -A ::1
frr 2515 1 0 14:06 ? 00:00:00 /usr/lib/frr/ospfd -d --daemon -A 127.0.0.1 -M snmp
frr 2519 1 0 14:06 ? 00:00:00 /usr/lib/frr/ospf6d -d --daemon -A ::1 -M snmp
frr 2523 1 0 14:06 ? 00:00:00 /usr/lib/frr/staticd -d --daemon -A 127.0.0.1
vyos 2627 1959 0 14:42 ttyS0 00:00:00 grep frr
[edit]
vyos@vyos# vtysh -c "show zebra client summary"
Name Connect Time Last Read Last Write IPv4 Routes IPv6 Routes
--------------------------------------------------------------------------------
bgp 00:04:11 00:04:11 00:04:11 0/0 0/0
vnc 00:04:11 00:04:11 00:04:11 0/0 0/0
rip 00:04:11 00:04:11 00:04:11 0/0 0/0
ripng 00:04:11 00:04:11 00:04:11 0/0 0/0
ospf 00:04:11 00:04:11 00:04:11 0/0 0/0
ospf6 00:04:11 00:04:11 00:04:11 0/0 0/0
static 00:04:10 00:04:10 00:04:10 0/0 0/0
Routes column shows (added+updated)/deleted
vyos@vyos# vtysh -c "show run" | grep router ospf
grep: ospf: No such file or directory
[edit]
vyos@vyos# vtysh -c "show run" | grep "router ospf"
[edit]
vyos@vyos# vtysh -c "show run"
Building configuration...
Current configuration:
!
frr version 7.0.1-20190514-01-gcd305c0
frr defaults traditional
hostname vyos
log syslog informational
service integrated-vtysh-config
!
line vty
!
end
[edit]

File Metadata

Mime Type
text/plain
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a8/ea/c99c221ed4fd083879f7b12bc5ce
Default Alt Text
checking_status (3 KB)

Event Timeline