Information
Information flow control regulates where information is allowed to travel within a network and between interconnected networks. The flow of all network traffic must be monitored and controlled so it does not introduce any unacceptable risk to the network infrastructure or data. Information flow control policies and enforcement mechanisms are commonly employed by organizations to control the flow of information between designated sources and destinations (e.g., networks, individuals, and devices) within information systems.
Enforcement occurs, for example, in boundary protection devices (e.g., gateways, routers, guards, encrypted tunnels, and firewalls) that employ rule sets or establish configuration settings that restrict information system services, provide a packet filtering capability based on header information, or provide a message filtering capability based on message content (e.g., implementing key word searches or using document characteristics).
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
This requirement is not applicable for the DODIN backbone.
Configure the Arista routers to enforce ACLs and filters to allow or deny traffic for specific source and destination addresses as well as ports and protocols for controlling information flow.
To configure an IP access list to fulfill this function, enter the following commands, substituting organizational values for the bracketed variables and values.
Step 1:
Ip access-list [name]
[permit/deny] [protocol] [source address] [source port] [destination address] [destination port]
Exit
Step 2:
Apply the filters inbound or outbound on the appropriate external and internal interfaces.
Interface [type] [number]
Ip access-group [name] [direction]
Note: Policy-based routing can also be implemented if needed.