ARST-ND-000110 - The Arista network device must enforce approved authorizations for controlling the flow of management information within the network device based on information flow control policies.

Information

A mechanism to detect and prevent unauthorized communication flow must be configured or provided as part of the system design. If management information flow is not enforced based on approved authorizations, the network device may become compromised. Information flow control regulates where management information is allowed to travel within a network device. The flow of all management information must be monitored and controlled so it does not introduce any unacceptable risk to the network device or data.

Application-specific examples of enforcement occur in systems that employ rule sets or establish configuration settings that restrict information system services or message-filtering capability based on message content (e.g., implementing key word searches or using document characteristics).

Applications providing information flow control must be able to enforce approved authorizations for controlling the flow of management information within the system in accordance with applicable policy.

Solution

Step 1: Configure an ACL for SSH access using the following commands:

switch(config)#ip access-list MGMT_NETWORK
switch(config-acl-MGMT_NETWORK)#10 permit ip 10.1.12.0/24 any
switch(config-acl-MGMT_NETWORK)#20 deny ip any any log
switch(config-acl-MGMT_NETWORK)#exit

Step 2: Apply the ACL to management ssh.

switch(config)#management ssh
switch(config-mgmt-ssh)#ip access-group MGMT_NETWORK in
switch(config-mgmt-ssh)#exit

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_Arista_MLS_EOS_4-2x_Y23M02_STIG.zip

Item Details

Category: ACCESS CONTROL

References: 800-53|AC-4, CAT|II, CCI|CCI-001368, Rule-ID|SV-255948r882186_rule, STIG-ID|ARST-ND-000110, Vuln-ID|V-255948

Plugin: Arista

Control ID: c8ccbe4f2fc9ceb1eec35670daf4161cfd01fe2dc2866b3be4d89e313c8a537a