SV-215428r508663_rule
V-215428
SRG-OS-000480-GPOS-00227
AIX7-00-003133
CAT II
10
Kill any routing protocol daemons by running the following command:
# ps -ef |egrep '(ospf|route|bgp|zebra|quagga|gate)' | grep -v egrep | awk -F " " '{print $2}' | while read pid;do kill $pid;done
Check for any running routing protocol daemons by running:
# ps -ef | egrep '(ospf|route|bgp|zebra|quagga|gate)'
If any routing protocol daemons are listed, this is a finding.
V-215428
False
AIX7-00-003133
Check for any running routing protocol daemons by running:
# ps -ef | egrep '(ospf|route|bgp|zebra|quagga|gate)'
If any routing protocol daemons are listed, this is a finding.
M
4012