SV-255952r1043177_rule
V-255952
SRG-APP-000142-NDM-000245
ARST-ND-000340
CAT I
10
Configure the Arista network device to prohibit the use of all unnecessary and/or nonsecure functions, ports, protocols, and/or services.
Step 1: Disable telnet with the following command:
switch#config
switch(config)#management telnet
switch(config-mgmt-telnet)#shutdown
switch(config-mgmt-telnet)#exit
switch(config)#exit
Step 2: Disable https with the following command:
switch#config
switch(config)#management api http-commands
switch(config-mgmt-api-http-commands)#shutdown
switch(config-mgmt-api-http-commands)#exit
switch(config)#exit
Verify the Arista network device has telnet and https disabled.
Step 1: Determine if telnet is disabled with the following command:
switch#show management telnet
Telnet status for Default VRF is disabled
Telnet session limit is 20
Telnet session limit per host is 20
If telnet is enabled, this is a finding.
Step 2: Determine if https is disabled with the following command:
switch#show management http-server
SSL Profile: none
FIPS Mode: No
QoS DSCP: 0
LogLevel: none
CSP Frame Ancestor: None
TLS Protocols: 1.0 1.1 1.2
VRF Server Status Enabled Services
-------------------------------------------------------
default HTTPS: port 443 http-commands
If Enabled Services in the output shows http-commands, this is a finding.
V-255952
False
ARST-ND-000340
Verify the Arista network device has telnet and https disabled.
Step 1: Determine if telnet is disabled with the following command:
switch#show management telnet
Telnet status for Default VRF is disabled
Telnet session limit is 20
Telnet session limit per host is 20
If telnet is enabled, this is a finding.
Step 2: Determine if https is disabled with the following command:
switch#show management http-server
SSL Profile: none
FIPS Mode: No
QoS DSCP: 0
LogLevel: none
CSP Frame Ancestor: None
TLS Protocols: 1.0 1.1 1.2
VRF Server Status Enabled Services
-------------------------------------------------------
default HTTPS: port 443 http-commands
If Enabled Services in the output shows http-commands, this is a finding.
M
5511