STIGQter STIGQter: STIG Summary: Arista MLS EOS 4.X NDM Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 02 Apr 2025:

The network device must be configured to use an authentication server to authenticate users prior to granting administrative access.

DISA Rule

SV-255963r961863_rule

Vulnerability Number

V-255963

Group Title

SRG-APP-000516-NDM-000336

Rule Version

ARST-ND-000810

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

Configure the Arista network device to use an authentication server.

Step 1: Configure the Arista network device to use RADIUS server using the following commands:

switch#config
switch(config)#radius-server host 192.168.10.101 key 7 106D1A182224E12AZ
aaa group server radius RADIUS_1
server 192.168.10.101

Step 2: Configure all network connections associated with device management to use an authentication server for login authentication.

switch(config)#aaa authentication login default group radius local
aaa authentication login console group radius local
aaa authentication dot1x default group radius
aaa authentication policy on-success log
aaa authentication policy on-failure log
aaa authorization console
aaa authorization commands all default local
aaa accounting exec default start-stop group radius logging
aaa accounting system default start-stop group radius logging
aaa accounting commands all default start-stop logging group radius
switch(config)#exit

Check Contents

Verify the Arista network device is configured to use an authentication server as primary source for authentication.

Verify the Arista network device configuration for RADIUS server IP, aaa group server, and defined encryption key using the following example command:

switch#show running-config |section radius
radius-server host 192.168.10.101 key 7 106D1A182224E12AZ
!
aaa group server radius RADIUS_1
server 192.168.10.101
!
switch#show running-config | section aaa
aaa authentication login default group radius local
aaa authentication login console group radius local
aaa authentication dot1x default group radius
aaa authentication policy on-success log
aaa authentication policy on-failure log
aaa authorization console
aaa authorization commands all default local
aaa accounting exec default start-stop group radius logging
aaa accounting system default start-stop group radius logging
aaa accounting commands all default start-stop logging group radius

If the Arista network device is not configured to use an authentication server to authenticate users prior to granting administrative access, this is a finding.

Vulnerability Number

V-255963

Documentable

False

Rule Version

ARST-ND-000810

Severity Override Guidance

Verify the Arista network device is configured to use an authentication server as primary source for authentication.

Verify the Arista network device configuration for RADIUS server IP, aaa group server, and defined encryption key using the following example command:

switch#show running-config |section radius
radius-server host 192.168.10.101 key 7 106D1A182224E12AZ
!
aaa group server radius RADIUS_1
server 192.168.10.101
!
switch#show running-config | section aaa
aaa authentication login default group radius local
aaa authentication login console group radius local
aaa authentication dot1x default group radius
aaa authentication policy on-success log
aaa authentication policy on-failure log
aaa authorization console
aaa authorization commands all default local
aaa accounting exec default start-stop group radius logging
aaa accounting system default start-stop group radius logging
aaa accounting commands all default start-stop logging group radius

If the Arista network device is not configured to use an authentication server to authenticate users prior to granting administrative access, this is a finding.

Check Content Reference

M

Target Key

5511