UCF STIG Viewer Logo

The system must not be running any routing protocol daemons, unless the system is a router.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227912 GEN005590 SV-227912r603266_rule Medium
Description
Routing protocol daemons are typically used on routers to exchange network topology information with other routers. If this software is used when not required, system network information may be unnecessarily transmitted across the network.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-30074r490141_chk )
Check for any running routing protocol daemons.
# svcs -a | grep online | egrep '(ospf|route|bgp|zebra|quagga)'
OR
# ps -ef | egrep '(ospf|route|bgp|zebra|quagga)'
If any routing protocol daemons are listed, this is a finding.
Fix Text (F-30062r490142_fix)
Disable any routing protocol daemons.

# svcadm disable