CISC-RT-000010 - The Cisco switch must be configured to enforce approved authorizations for controlling the flow of information within the network based on organization-defined information flow control policies.

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

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, switches, 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

Configure ACLs to allow or deny traffic for specific source and destination addresses as well as ports and protocols between various subnets as required. The commands used below were used to create the configuration as shown in the check content.

SW1(config)# ip access-list FILTER_SERVER_TRAFFIC
SW1(config-acl)# permit tcp any 10.1.12.0 0.0.0.255 eq lpd
SW1(config-acl)# permit tcp any 10.1.12.0 0.0.0.255 eq 631
SW1(config-acl)# permit tcp any 10.1.12.0 0.0.0.255 eq 9100
SW1(config-acl)# permit tcp any 10.1.13.0 0.0.0.255 eq 1433
SW1(config-acl)# permit tcp any 10.1.13.0 0.0.0.255 eq 1434
SW1(config-acl)# permit tcp any 10.1.13.0 0.0.0.255 eq 4022
SW1(config-acl)# permit icmp any any
SW1(config-acl)# permit ospf any any
SW1(config-acl)# deny ip any any
SW1(config-acl)# exit
SW1(config)# int e2/3
SW1(config-if)# ip access-group FILTER_SERVER_TRAFFIC in
SW1(config-if)# end

Alternate: Inter-VLAN routing

SW1(config)# ip access-list FILTER_PRINTER_VLAN
SW1(config-acl)# permit tcp any any eq lpd
SW1(config-acl)# permit tcp any any eq 631
SW1(config-acl)# permit tcp any any eq 9100
SW1(config-acl)# permit icmp any any
SW1(config-acl)# deny ip any any
SW1(config-acl)# exit
SW1(config)# ip access-list FILTER_SQL_VLAN
SW1(config-acl)# permit tcp any any eq 1433
SW1(config-acl)# permit tcp any any eq 1434
SW1(config-acl)# permit tcp any any eq 4033
SW1(config-acl)# permit icmp any any
SW1(config-acl)# deny ip any any
SW1(config-acl)# exit
SW1(config)# int vlan 12
SW1(config-if)# ip access-group FILTER_PRINTER_VLAN out
SW1(config-if)# exit
SW1(config)# int vlan 13
SW1(config-if)# ip access-group FILTER_SQL_VLAN out
SW1(config-if)# end

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_Cisco_NX-OS_Switch_Y21M10_STIG.zip

Item Details

References: CAT|II, CCI|CCI-001368, Rule-ID|SV-221071r622190_rule, STIG-ID|CISC-RT-000010, STIG-Legacy|SV-110961, STIG-Legacy|V-101857, Vuln-ID|V-221071

Plugin: Cisco

Control ID: 75032d9d15a3fa0f236aeb7e1deea19156c3ea57cdc80f410797dbea9abad6f7