Cisco NX OS Switch NDM Security Technical Implementation Guide
Pick two releases to diff their requirements.
Open a previous version of this STIG.
- RMF Control
- AC-10
- Severity
- M
- CCI
- CCI-000054
- Version
- CISC-ND-000010
- Vuln IDs
-
- V-220474
- V-101491
- Rule IDs
-
- SV-220474r879511_rule
- SV-110595
Checks: C-22189r539143_chk
Review the switch configuration to determine if concurrent management sessions are limited as show in the example below: line vty session-limit 2 If the switch is not configured to limit the number of concurrent management sessions, this is a finding.
Fix: F-22178r539144_fix
Configure the switch to limit the number of concurrent management sessions to an organization-defined number as shown in the example below: SW4(config)# line vty SW4(config)# session-limit 2
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-000018
- Version
- CISC-ND-000090
- Vuln IDs
-
- V-220475
- V-101493
- Rule IDs
-
- SV-220475r879525_rule
- SV-110597
Checks: C-22190r539146_chk
Review the switch configuration to determine if it automatically audits account creation. Step 1: Verify that account records will be sent to an AAA server as shown in the example below: aaa accounting default group RADIUS_SERVERS Step 2: Verify that the referenced group name has defined AAA servers that are online. aaa group server radius RADIUS_SERVERS server 10.1.48.10 server 10.1.48.12 Note: Cisco NX-OS devices report configuration activity to TACACS+ or RADIUS servers in the form of accounting records. Each accounting record contains accounting attribute-value (AV) pairs and is stored on the AAA server. If account creation is not automatically audited, this is a finding.
Fix: F-22179r539147_fix
Configure the switch to log account creation using the following steps: Step 1: Configure the AAA servers as shown in the example below: SW1(config)# radius-server host 10.1.48.10 SW1(config)# radius-server host 10.1.48.12 Step 2: Configure an AAA server group as shown in the example below: SW1(config)# aaa group server radius RADIUS_SERVERS SW1(config-radius)# server 10.1.48.10 SW1(config-radius)# server 10.1.48.12 SW1(config-radius)# exit Step 3: Enable AAA accounting as shown in the example below: SW1(config)# aaa accounting default group RADIUS_SERVERS SW1(config)# end
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-001403
- Version
- CISC-ND-000100
- Vuln IDs
-
- V-220476
- V-101495
- Rule IDs
-
- SV-220476r879526_rule
- SV-110599
Checks: C-22191r539149_chk
Review the switch configuration to determine if it automatically audits account modification. Step 1: Verify that account records will be sent to an AAA server as shown in the example below: aaa accounting default group RADIUS_SERVERS Step 2: Verify that the referenced group name has defined AAA servers that are online. aaa group server radius RADIUS_SERVERS server 10.1.48.10 server 10.1.48.12 Note: Cisco NX-OS devices report configuration activity to TACACS+ or RADIUS servers in the form of accounting records. Each accounting record contains accounting attribute-value (AV) pairs and is stored on the AAA server. If account modification is not automatically audited, this is a finding.
Fix: F-22180r539150_fix
Configure the switch to log account modification using the following steps: Step 1: Configure the AAA servers as shown in the example below: SW1(config)# radius-server host 10.1.48.10 SW1(config)# radius-server host 10.1.48.12 Step 2: Configure an AAA server group as shown in the example below: SW1(config)# aaa group server radius RADIUS_SERVERS SW1(config-radius)# server 10.1.48.10 SW1(config-radius)# server 10.1.48.12 SW1(config-radius)# exit Step 3: Enable AAA accounting as shown in the example below: SW1(config)# aaa accounting default group RADIUS_SERVERS SW1(config)# end
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-001404
- Version
- CISC-ND-000110
- Vuln IDs
-
- V-220477
- V-101497
- Rule IDs
-
- SV-220477r879527_rule
- SV-110601
Checks: C-22192r539152_chk
Review the switch configuration to determine if it automatically audits account disabling. Step 1: Verify that account records will be sent to an AAA server as shown in the example below: aaa accounting default group RADIUS_SERVERS Step 2: Verify that the referenced group name has defined AAA servers that are online. aaa group server radius RADIUS_SERVERS server 10.1.48.10 server 10.1.48.12 Note: Cisco NX-OS devices report configuration activity to TACACS+ or RADIUS servers in the form of accounting records. Each accounting record contains accounting attribute-value (AV) pairs and is stored on the AAA server. If account disabling is not automatically audited, this is a finding.
Fix: F-22181r539153_fix
Configure the switch to log account disabling using the following steps: Step 1: Configure the AAA servers as shown in the example below: SW1(config)# radius-server host 10.1.48.10 SW1(config)# radius-server host 10.1.48.12 Step 2: Configure an AAA server group as shown in the example below: SW1(config)# aaa group server radius RADIUS_SERVERS SW1(config-radius)# server 10.1.48.10 SW1(config-radius)# server 10.1.48.12 SW1(config-radius)# exit Step 3: Enable AAA accounting as shown in the example below: SW1(config)# aaa accounting default group RADIUS_SERVERS SW1(config)# end
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-001405
- Version
- CISC-ND-000120
- Vuln IDs
-
- V-220478
- V-101499
- Rule IDs
-
- SV-220478r879528_rule
- SV-110603
Checks: C-22193r539155_chk
Review the switch configuration to determine if it automatically audits account removal. Step 1: Verify that account records will be sent to an AAA server as shown in the example below: aaa accounting default group RADIUS_SERVERS Step 2: Verify that the referenced group name has defined AAA servers that are online. aaa group server radius RADIUS_SERVERS server 10.1.48.10 server 10.1.48.12 Note: Cisco NX-OS devices report configuration activity to TACACS+ or RADIUS servers in the form of accounting records. Each accounting record contains accounting attribute-value (AV) pairs and is stored on the AAA server. If account removal is not automatically audited, this is a finding.
Fix: F-22182r539156_fix
Configure the switch to log account removal using the following steps: Step 1: Configure the AAA servers as shown in the example below: SW1(config)# radius-server host 10.1.48.10 SW1(config)# radius-server host 10.1.48.12 Step 2: Configure an AAA server group as shown in the example below: SW1(config)# aaa group server radius RADIUS_SERVERS SW1(config-radius)# server 10.1.48.10 SW1(config-radius)# server 10.1.48.12 SW1(config-radius)# exit Step 3: Enable AAA accounting as shown in the example below: SW1(config)# aaa accounting default group RADIUS_SERVERS SW1(config)# end
- RMF Control
- AC-4
- Severity
- M
- CCI
- CCI-001368
- Version
- CISC-ND-000140
- Vuln IDs
-
- V-220479
- V-101501
- Rule IDs
-
- SV-220479r879533_rule
- SV-110605
Checks: C-22194r648767_chk
Review the Cisco switch configuration to verify that it is compliant with this requirement. Step 1: Verify that the line vty has an ACL inbound applied as shown in the example below: line vty access-class MGMT_NET in Step 2: Verify that the ACL permits only hosts from the management network to access the switch. ip access-list MGMT_NET 10 permit ip 10.1.48.0/24 any 20 deny ip any any log NX-OS v8 and later example Step 1: Verify that an ACL has been applied to the management interface inbound as shown in the example below: interface mgmt0 ip access-group MGMT_NET in Step 2: Verify that the ACL permits only hosts from the management network to access the switch. ip access-list MGMT_NET 10 permit ip 10.1.48.0/24 any 20 deny ip any any log If the Cisco switch is not configured to enforce approved authorizations for controlling the flow of management information within the device based on control policies, this is a finding.
Fix: F-22183r648768_fix
Configure the Cisco switch to restrict management access to specific IP addresses as shown in the example below: SW1(config)# ip access-list MGMT_NET SW1(config-acl)# permit ip 10.1.48.0/24 any SW1(config-acl)# deny ip any any log SW1(config-acl)# exit SW1(config)# line vty SW1(config-line)# access-class MGMT_NET in SW1(config-acl)# end NX-OS v8 and later example SW1(config)# ip access-list MGMT_NET SW1(config-acl)# permit ip 10.1.48.0/24 any SW1(config-acl)# deny ip any any log SW1(config-acl)# exit SW1(config)# interface mgmt0 SW1(config-if)# ip access-group MGMT_NET in SW1(config-acl)# end
- RMF Control
- AC-7
- Severity
- M
- CCI
- CCI-000044
- Version
- CISC-ND-000150
- Vuln IDs
-
- V-220480
- V-101503
- Rule IDs
-
- SV-220480r879546_rule
- SV-110607
Checks: C-22195r802430_chk
Review the Cisco switch configuration to verify that it enforces the limit of three consecutive invalid logon attempts as shown in the example below: ssh login-attempts 3 If the Cisco switch is not configured to enforce the limit of three consecutive invalid logon attempts, this is a finding. NOTE: The NX-OS switch does not lock out the account, it disconnects the session. The AAA server will lock out the user account on three failed attempts.
Fix: F-22184r802431_fix
Configure the Cisco switch to enforce the limit of three consecutive invalid logon attempts as shown in the example below: SW2(config)# ssh login-attempts 3
- RMF Control
- AC-8
- Severity
- M
- CCI
- CCI-000048
- Version
- CISC-ND-000160
- Vuln IDs
-
- V-220481
- V-101505
- Rule IDs
-
- SV-220481r879547_rule
- SV-110609
Checks: C-22196r539164_chk
Review the Cisco switch configuration to verify that it is compliant with this requirement as shown in the example below: banner motd # You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only. By using this IS (which includes any device attached to this IS), you consent to the following conditions: -The USG routinely intercepts and monitors communications on this IS for purposes including, but not limited to, penetration testing, COMSEC monitoring, network operations and defense, personnel misconduct (PM), law enforcement (LE), and counterintelligence (CI) investigations. -At any time, the USG may inspect and seize data stored on this IS. -Communications using, or data stored on, this IS are not private, are subject to routine monitoring, interception, and search, and may be disclosed or used for any USG-authorized purpose. -This IS includes security measures (e.g., authentication and access controls) to protect USG interests--not for your personal benefit or privacy. -Notwithstanding the above, using this IS does not constitute consent to PM, LE or CI investigative searching or monitoring of the content of privileged communications, or work product, related to personal representation or services by attorneys, psychotherapists, or clergy, and their assistants. Such communications and work product are private and confidential. See User Agreement for details. # If the Cisco switch is not configured to display the Standard Mandatory DoD Notice and Consent Banner before granting access to the device, this is a finding.
Fix: F-22185r539165_fix
Configure the Cisco switch to display the Standard Mandatory DoD Notice and Consent Banner before granting access as shown in the following example: SW1(config)# banner motd # Enter TEXT message. End with the character '#'. > You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only. > > By using this IS (which includes any device attached to this IS), you consent to the following conditions: > > -The USG routinely intercepts and monitors communications on this IS for purposes including, but not limited to, > penetration testing, COMSEC monitoring, network operations and defense, personnel misconduct (PM), law > enforcement (LE), and counterintelligence (CI) investigations. > > -At any time, the USG may inspect and seize data stored on this IS. > > -Communications using, or data stored on, this IS are not private, are subject to routine monitoring, interception, and > search, and may be disclosed or used for any USG-authorized purpose. > > -This IS includes security measures (e.g., authentication and access controls) to protect USG interests--not for your > personal benefit or privacy. > > -Notwithstanding the above, using this IS does not constitute consent to PM, LE or CI investigative searching or > monitoring of the content of privileged communications, or work product, related to personal representation or services > by attorneys, psychotherapists, or clergy, and their assistants. Such communications and work product are private and > confidential. See User Agreement for details. > # SW1(config)# end
- RMF Control
- AU-10
- Severity
- M
- CCI
- CCI-000166
- Version
- CISC-ND-000210
- Vuln IDs
-
- V-220482
- V-101507
- Rule IDs
-
- SV-220482r879554_rule
- SV-110611
Checks: C-22197r539167_chk
Review the Cisco switch configuration to verify that it is compliant with this requirement as shown in steps below: Step 1: Verify that account records will be sent to an AAA server as shown in the example below: aaa accounting default group RADIUS_SERVERS Step 2: Verify that the referenced group name has defined AAA servers that are online. aaa group server radius RADIUS_SERVERS server 10.1.48.10 server 10.1.48.12 Note: Cisco NX-OS devices report configuration activity to TACACS+ or RADIUS servers in the form of accounting records. Each accounting record contains accounting attribute-value (AV) pairs and is stored on the AAA server. If logging of administrator activity is not configured, this is a finding.
Fix: F-22186r539168_fix
Configure the switch to log administrator activity as shown in the steps below: Step 1: Configure the AAA servers as shown in the example below: SW1(config)# radius-server host 10.1.48.10 SW1(config)# radius-server host 10.1.48.12 Step 2: Configure an AAA server group as shown in the example below: SW1(config)# aaa group server radius RADIUS_SERVERS SW1(config-radius)# server 10.1.48.10 SW1(config-radius)# server 10.1.48.12 SW1(config-radius)# exit Step 3: Enable AAA accounting as shown in the example below: SW1(config)# aaa accounting default group RADIUS_SERVERS SW1(config)# end
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000132
- Version
- CISC-ND-000290
- Vuln IDs
-
- V-220484
- V-101513
- Rule IDs
-
- SV-220484r879565_rule
- SV-110617
Checks: C-22199r539173_chk
Step 1: Review the deny statements in all interface ACLs to determine if the log parameter has been configured as shown in the example below: ip access-list extended BLOCK_INBOUND deny icmp any any log Step 2: Verify that the Optimized Access-list Logging (OAL) has been configured. logging ip access-list cache entries nnnn Note: Once OAL has been enabled, the logged ACL hits can be viewed via the show log ip access-list cache command. If the switch is not configured with the log-input parameter after any deny statements to note where packets have been dropped via an ACL, this is a finding.
Fix: F-22188r621700_fix
Enable OAL as shown in the example below: SW1(config)# logging ip access-list cache entries nnnn Set the ‘log’ parameter after any ‘deny’ entries in the ACL as referenced in the check text above.
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000135
- Version
- CISC-ND-000330
- Vuln IDs
-
- V-220485
- V-101515
- Rule IDs
-
- SV-220485r879569_rule
- SV-110619
Checks: C-22200r539176_chk
Review the Cisco switch configuration to verify that it is compliant with this requirement. Step 1: Verify that account records will be sent to an AAA server as shown in the example below: aaa accounting default group RADIUS_SERVERS Step 2: Verify that the referenced group name has defined AAA servers that are online. aaa group server radius RADIUS_SERVERS server 10.1.48.10 server 10.1.48.12 Note: Cisco NX-OS devices report configuration activity to TACACS+ or RADIUS servers in the form of accounting records. Each accounting record contains accounting attribute-value (AV) pairs and is stored on the AAA server. If the Cisco switch is not configured to generate audit records of configuration changes, this is a finding.
Fix: F-22189r539177_fix
Configure the Cisco switch to log all configuration changes as shown in the example below: Step 1: Configure the AAA servers as shown in the example below: SW1(config)# radius-server host 10.1.48.10 SW1(config)# radius-server host 10.1.48.12 Step 2: Configure an AAA server group as shown in the example below: SW1(config)# aaa group server radius RADIUS_SERVERS SW1(config-radius)# server 10.1.48.10 SW1(config-radius)# server 10.1.48.12 SW1(config-radius)# exit Step 3: Enable AAA accounting as shown in the example below: SW1(config)# aaa accounting default group RADIUS_SERVERS SW1(config)# end
- RMF Control
- CM-7
- Severity
- H
- CCI
- CCI-000382
- Version
- CISC-ND-000470
- Vuln IDs
-
- V-220486
- V-101517
- Rule IDs
-
- SV-220486r879588_rule
- SV-110621
Checks: C-22201r539179_chk
Verify that the switch does not have any unnecessary or non-secure ports, protocols and services enabled. For example, the following features such as telnet should never be enabled, while other features should only be enabled if required for operations. feature telnet feature dhcp feature wccp feature nxapi feature imp If any unnecessary or non-secure ports, protocols, or services are enabled, this is a finding.
Fix: F-22190r539180_fix
Disable features that should not be enabled unless required for operations. SW2(config)# no feature telnet SW2(config)# no feature dhcp SW2(config)# no feature wccp SW2(config)# no feature nxapi SW2(config)# no feature imp Note: Telnet must always be disabled.
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-001358
- Version
- CISC-ND-000490
- Vuln IDs
-
- V-220487
- V-101519
- Rule IDs
-
- SV-220487r879589_rule
- SV-110623
Checks: C-22202r539182_chk
Step 1: Review the Cisco switch configuration to verify that a local account for last resort has been configured with a privilege level that will enable the administrator to troubleshoot connectivity to the authentication server. username xxxxxxxxxxxxx password 5 $5$88SPgpAn$Q6/17o5U/5lz4dNL1iQZuj/1a0wcKdrk29ZH1HJsnF. role priv-9 Step 2: Verify that the fallback to use local account has not been disabled as shown in the example below: no aaa authentication login default fallback error local Note: The fallback is enabled by default; hence the above command should not be seen in the configuration. If the Cisco switch is not configured with only one local account to be used as the account of last resort in the event the authentication server is unavailable, this is a finding.
Fix: F-22191r539183_fix
Step 1: Configure a local account with the necessary privilege level to troubleshoot network outage and restore operations as shown in the following example: SW2(config)# switch(config)# username xxxxxxx password xxxxxx role priv-9 Step 2: Configure the authentication to use an AAA server with the fallback to use the local account if the authentication server is not reachable as shown in the following example: SW2(config)# aaa authentication login default group RADIUS_SERVERS SW2(config)# aaa authentication login default fallback error local SW2(config)# end
- RMF Control
- IA-2
- Severity
- M
- CCI
- CCI-001941
- Version
- CISC-ND-000530
- Vuln IDs
-
- V-220488
- V-101521
- Rule IDs
-
- SV-220488r879597_rule
- SV-110625
Checks: C-22203r539185_chk
Verify that FIPS mode is enabled as shown in the example below: fips mode enable Note: Cisco NX-OS software supports only SSH version 2 (SSHv2). Beginning in Cisco NX-OS Release 5.1, SSH runs in FIPS mode. Source: Cisco Nexus 7000 Series NX-OS Security Configuration Guide, Release 6.x If the switch is not configured to implement cryptographic mechanisms to protect the confidentiality of remote maintenance sessions, this is a finding.
Fix: F-22192r539186_fix
Enable fips mode via the command fips mode enable.
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000192
- Version
- CISC-ND-000570
- Vuln IDs
-
- V-220489
- V-101523
- Rule IDs
-
- SV-220489r879603_rule
- SV-110627
Checks: C-22204r539188_chk
Password complexity is enabled by default. Review the Cisco switch configuration to verify that it is compliant with this requirement. The following command should not be found in the configuration: no password strength-check If the Cisco switch is not configured to enforce password complexity by requiring that at least one upper-case character be used, this is a finding.
Fix: F-22193r539189_fix
Configure the Cisco switch to enforce password complexity by requiring that at least one upper-case character be used as shown in the example below: SW1(config)# password strength-check
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000193
- Version
- CISC-ND-000580
- Vuln IDs
-
- V-220490
- V-101525
- Rule IDs
-
- SV-220490r879604_rule
- SV-110629
Checks: C-22205r539191_chk
Password complexity is enabled by default. Review the Cisco switch configuration to verify that it is compliant with this requirement. The following command should not be found in the configuration: no password strength-check If the Cisco switch is not configured to enforce password complexity by requiring that at least one lower-case character be used, this is a finding.
Fix: F-22194r539192_fix
Configure the Cisco switch to enforce password complexity by requiring that at least one lower-case character be used as shown in the example below: SW1(config)# password strength-check
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000194
- Version
- CISC-ND-000590
- Vuln IDs
-
- V-220491
- V-101527
- Rule IDs
-
- SV-220491r879605_rule
- SV-110631
Checks: C-22206r539194_chk
Password complexity is enabled by default. Review the Cisco switch configuration to verify that it is compliant with this requirement. The following command should not be found in the configuration: no password strength-check If the Cisco switch is not configured to enforce password complexity by requiring that at least one numeric character be used, this is a finding.
Fix: F-22195r539195_fix
Configure the Cisco switch to enforce password complexity by requiring that at least one numeric character be used as shown in the example below: SW1(config)# password strength-check
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-001619
- Version
- CISC-ND-000600
- Vuln IDs
-
- V-220492
- V-101529
- Rule IDs
-
- SV-220492r879606_rule
- SV-110633
Checks: C-22207r539197_chk
Password complexity is enabled by default. Review the Cisco switch configuration to verify that it is compliant with this requirement. The following command should not be found in the configuration: no password strength-check If the Cisco switch is not configured to enforce password complexity by requiring that at least one special character be used, this is a finding.
Fix: F-22196r539198_fix
Configure the Cisco switch to enforce password complexity by requiring that at least one special character be used as shown in the example below: SW1(config)# password strength-check
- RMF Control
- SC-10
- Severity
- H
- CCI
- CCI-001133
- Version
- CISC-ND-000720
- Vuln IDs
-
- V-220493
- V-101531
- Rule IDs
-
- SV-220493r879622_rule
- SV-110635
Checks: C-22208r539200_chk
Review the Cisco switch configuration to verify that all network connections associated with a device management have an idle timeout value set to 10 minutes or less as shown in the following example: line console exec-timeout 10 line vty exec-timeout 10 If the Cisco switch is not configured to terminate all network connections associated with a device management after 10 minutes of inactivity, this is a finding.
Fix: F-22197r539201_fix
Set the idle timeout value to 10 minutes or less on all configured login classes as shown in the example below: SW1(config)# line console SW1(config-console)# exec-timeout 10 SW1(config-console)# exit SW1(config)# line vty SW1(config-line)# exec-timeout 10
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-002130
- Version
- CISC-ND-000880
- Vuln IDs
-
- V-220494
- V-101533
- Rule IDs
-
- SV-220494r879696_rule
- SV-110637
Checks: C-22209r539203_chk
Review the switch configuration to determine if it automatically audits account enabling. The configuration should look similar to the example below: Step 1: Verify that account records will be sent to an AAA server as shown in the example below: aaa accounting default group RADIUS_SERVERS Step 2: Verify that the referenced group name has defined AAA servers that are online. aaa group server radius RADIUS_SERVERS server 10.1.48.10 server 10.1.48.12 Note: Cisco NX-OS devices report configuration activity to TACACS+ or RADIUS servers in the form of accounting records. Each accounting record contains accounting attribute-value (AV) pairs and is stored on the AAA server. If account enabling is not automatically audited, this is a finding.
Fix: F-22198r539204_fix
Configure the switch to log account enabling using the following steps: Step 1: Configure the AAA servers as shown in the example below: SW1(config)# radius-server host 10.1.48.10 SW1(config)# radius-server host 10.1.48.12 Step 2: Configure an AAA server group as shown in the example below: SW1(config)# aaa group server radius RADIUS_SERVERS SW1(config-radius)# server 10.1.48.10 SW1(config-radius)# server 10.1.48.12 SW1(config-radius)# exit Step 3: Enable AAA accounting as shown in the example below: SW1(config)# aaa accounting default group RADIUS_SERVERS SW1(config)# end
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002234
- Version
- CISC-ND-000940
- Vuln IDs
-
- V-220495
- V-101535
- Rule IDs
-
- SV-220495r879720_rule
- SV-110639
Checks: C-22210r539206_chk
Review the Cisco switch configuration to verify that it is compliant with this requirement. The configuration example below will log all configuration changes. Step 1: Verify that account records will be sent to an AAA server as shown in the example below: aaa accounting default group RADIUS_SERVERS Step 2: Verify that the referenced group name has defined AAA servers that are online. aaa group server radius RADIUS_SERVERS server 10.1.48.10 server 10.1.48.12 Note: Cisco NX-OS devices report configuration activity to TACACS+ or RADIUS servers in the form of accounting records. Each accounting record contains accounting attribute-value (AV) pairs and is stored on the AAA server. If the Cisco switch is not configured to log all configuration changes, this is a finding.
Fix: F-22199r539207_fix
Configure the Cisco switch to log all configuration changes as shown in the following example: Step 1: Configure the AAA servers as shown in the example below: SW1(config)# radius-server host 10.1.48.10 SW1(config)# radius-server host 10.1.48.12 Step 2: Configure an AAA server group as shown in the example below: SW1(config)# aaa group server radius RADIUS_SERVERS SW1(config-radius)# server 10.1.48.10 SW1(config-radius)# server 10.1.48.12 SW1(config-radius)# exit Step 3: Enable AAA accounting as shown in the example below: SW1(config)# aaa accounting default group RADIUS_SERVERS SW1(config)# end
- RMF Control
- AU-4
- Severity
- M
- CCI
- CCI-001849
- Version
- CISC-ND-000980
- Vuln IDs
-
- V-220496
- V-101537
- Rule IDs
-
- SV-220496r879730_rule
- SV-110641
Checks: C-22211r539209_chk
Verify that the Cisco switch is configured with a logfile size. The configuration should look like the example below: logging logfile LOGFILE1 6 size nnnnn If the Cisco switch is not configured to allocate audit record storage capacity in accordance with organization-defined audit record storage requirements, this is a finding.
Fix: F-22200r539210_fix
Configure the buffer size for logging as shown in the example below: SW2(config)# logging logfile LOGFILE1 6 size nnnnn
- RMF Control
- AU-5
- Severity
- M
- CCI
- CCI-001858
- Version
- CISC-ND-001000
- Vuln IDs
-
- V-220497
- V-101539
- Rule IDs
-
- SV-220497r879733_rule
- SV-110643
Checks: C-22212r539212_chk
Review the Cisco switch configuration to verify that it is compliant with this requirement as shown in the example below: logging server 10.1.48.10 2 Note: The parameter 2 (critical) can replaced with a lesser severity level 3 through 6 (i.e. error, warning, notice, informational). Informational is the default severity level; hence, if the severity level is configured to informational, the parameter 7 will not be shown in the configuration. If the Cisco switch is not configured to generate an alert for all audit failure events, this is a finding.
Fix: F-22201r539213_fix
Configure the Cisco switch to send critical to emergency log messages to the syslog server as shown in the example below: SW4(config)# logging server 10.1.48.10 2 Note: The parameter 2 (critical) can replaced with a lesser severity level 3 through 6 (i.e. error, warning, notice, informational).
- RMF Control
- AU-8
- Severity
- M
- CCI
- CCI-001893
- Version
- CISC-ND-001030
- Vuln IDs
-
- V-220498
- V-101541
- Rule IDs
-
- SV-220498r879746_rule
- SV-110645
Checks: C-22213r539215_chk
Review the Cisco switch configuration to verify that it is compliant with this requirement as shown in the configuration example below: ntp distribute ntp server 10.1.12.10 ntp server 10.1.22.13 ntp commit If the Cisco switch is not configured to synchronize its clock with redundant authoritative time sources, this is a finding.
Fix: F-22202r539216_fix
Configure the Cisco switch to synchronize its clock with redundant authoritative time sources as shown in the example below: SW1(config)# feature ntp SW1(config)# ntp distribute SW1(config)# ntp server 10.1.12.10 SW1(config)# ntp server 10.1.22.13 SW1(config)# ntp commit SW1(config)# end
- RMF Control
- AU-8
- Severity
- M
- CCI
- CCI-001890
- Version
- CISC-ND-001050
- Vuln IDs
-
- V-220499
- V-101543
- Rule IDs
-
- SV-220499r879747_rule
- SV-110647
Checks: C-22214r539218_chk
Review the Cisco switch configuration to verify that it is compliant with this requirement as shown in the example below: clock timezone EST -5 0 Note: UTC is the default; hence, the command set time-zone may not be seen in the configuration. This can be verified using the show system uptime command. If the switch is not configured to record time stamps for log records that can be mapped to UTC or GMT, this is a finding.
Fix: F-22203r539219_fix
Configure the Cisco switch to record time stamps for audit records that can be mapped to UTC or GMT as shown in the example below: SW1(config)# clock timezone EST -5 0
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-001967
- Version
- CISC-ND-001130
- Vuln IDs
-
- V-220500
- V-101545
- Rule IDs
-
- SV-220500r879768_rule
- SV-110649
Checks: C-22215r539221_chk
Review the Cisco switch configuration to verify that it is compliant with this requirement as shown in the example below: snmp-server user NETOPS network-operator auth sha 0xb40efa3f311006de39b9d0725e663277d84ca332 localizedkey snmp-server host 10.1.48.10 traps version 3 auth NETOPS Authentication used by the SNMP users can be viewed via the show snmp user command as shown in the example below: SW1# show snmp user ______________________________________________________________ SNMP USERS ______________________________________________________________ User Auth Priv(enforce) Groups acl_filter ____ ____ ___________ ______ __________ NETOPS sha no network-operator If the Cisco switch is not configured to authenticate SNMP messages using a FIPS-validated HMAC, this is a finding.
Fix: F-22204r539222_fix
Configure the Cisco switch to authenticate SNMP messages as shown in the example below: SW1(config)# snmp-server user NETOPS auth sha xxxxxxxxxxxxxxxxx SW1(config)# snmp-server host 10.1.48.10 traps version 3 auth NETOPS
- RMF Control
- AC-17
- Severity
- M
- CCI
- CCI-000068
- Version
- CISC-ND-001140
- Vuln IDs
-
- V-220501
- V-101547
- Rule IDs
-
- SV-220501r879768_rule
- SV-110651
Checks: C-22216r539224_chk
Review the Cisco switch configuration to verify that it is compliant with this requirement as shown in the example below: snmp-server user NETOPS auth sha 5Er23@#as178 priv aes-128 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Encryption used by the SNMP users can be viewed via the show snmp user command as shown in the example below: SW1# show snmp user ______________________________________________________________ SNMP USERS ______________________________________________________________ User Auth Priv(enforce) Groups acl_filter ____ ____ ___________ ______ __________ NETOPS sha aes-128 network-operator If the Cisco switch is not configured to encrypt SNMP messages using a FIPS 140-2 approved algorithm, this is a finding.
Fix: F-22205r539225_fix
Configure the Cisco switch to encrypt SNMP messages using a FIPS 140-2 approved algorithm as shown in the example below: SW1(config)# snmp-server user NETOPS auth sha xxxxxxxxxxxxx priv aes-128 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-001967
- Version
- CISC-ND-001150
- Vuln IDs
-
- V-220502
- V-101549
- Rule IDs
-
- SV-220502r879768_rule
- SV-110653
Checks: C-22217r539227_chk
Review the Cisco switch configuration to verify that it is compliant with this requirement as shown in the configuration example below: ntp distribute ntp server 10.1.12.10 key 1 ntp server 10.1.22.13 key 1 ntp authenticate ntp authentication-key 1 md5 xxxxxxxxxx 7 ntp trusted-key 1 ntp commit If the Cisco switch is not configured to authenticate NTP sources using authentication that is cryptographically based, this is a finding.
Fix: F-22206r539228_fix
Configure the Cisco switch to authenticate NTP sources using authentication that is cryptographically based as shown in the example below: SW1(config)# ntp authenticate SW1(config)# ntp authentication-key 1 md5 xxxxxxxxxxxxx SW1(config)# ntp trusted-key 1 SW1(config)# ntp server 10.1.12.10 key 1 SW1(config)# ntp server 10.1.22.13 key 1 SW1(config)# ntp commit SW1(config)# end
- RMF Control
- MA-4
- Severity
- H
- CCI
- CCI-002890
- Version
- CISC-ND-001200
- Vuln IDs
-
- V-220503
- V-101551
- Rule IDs
-
- SV-220503r879784_rule
- SV-110655
Checks: C-22218r539230_chk
Verify that FIPS mode is enabled as shown in the example below: fips mode enable Note: Cisco NX-OS software supports only SSH version 2 (SSHv2). Beginning in Cisco NX-OS Release 5.1, SSH runs in FIPS mode. Source: Cisco Nexus 7000 Series NX-OS Security Configuration Guide, Release 6.x If the switch is not configured to use FIPS-validated HMAC to protect the integrity of remote maintenance sessions, this is a finding.
Fix: F-22207r539231_fix
Enable fips mode via the command fips mode enable.
- RMF Control
- MA-4
- Severity
- H
- CCI
- CCI-003123
- Version
- CISC-ND-001210
- Vuln IDs
-
- V-220504
- V-101553
- Rule IDs
-
- SV-220504r879785_rule
- SV-110657
Checks: C-22219r539233_chk
Verify that FIPS mode is enabled as shown in the example below: fips mode enable Note: Cisco NX-OS software supports only SSH version 2 (SSHv2). Beginning in Cisco NX-OS Release 5.1, SSH runs in FIPS mode. Source: Cisco Nexus 7000 Series NX-OS Security Configuration Guide, Release 6.x If the switch is not configured to implement cryptographic mechanisms to protect the confidentiality of remote maintenance sessions, this is a finding.
Fix: F-22208r539234_fix
Enable fips mode via the command fips mode enable.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- CISC-ND-001240
- Vuln IDs
-
- V-220506
- V-101557
- Rule IDs
-
- SV-220506r879866_rule
- SV-110661
Checks: C-22221r539239_chk
Step 1: Verify that account records will be sent to an AAA server as shown in the example below: aaa accounting default group RADIUS_SERVERS Step 2: Verify that the referenced group name has defined AAA servers that are online. aaa group server radius RADIUS_SERVERS server 10.1.48.10 server 10.1.48.12 Note: Cisco NX-OS devices report configuration activity to TACACS+ or RADIUS servers in the form of accounting records. Each accounting record contains accounting attribute-value (AV) pairs and is stored on the AAA server. If the Cisco switch is not configured to generate log records when administrator privileges are modified, this is a finding.
Fix: F-22210r539240_fix
Configure the Cisco switch to generate log records when account privileges are modified as shown in the example below: Step 1: Configure the AAA servers as shown in the example below: SW1(config)# radius-server host 10.1.48.10 SW1(config)# radius-server host 10.1.48.12 Step 2: Configure an AAA server group as shown in the example below: SW1(config)# aaa group server radius RADIUS_SERVERS SW1(config-radius)# server 10.1.48.10 SW1(config-radius)# server 10.1.48.12 SW1(config-radius)# exit Step 3: Enable AAA accounting as shown in the example below: SW1(config)# aaa accounting default group RADIUS_SERVERS SW1(config)# end
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- CISC-ND-001250
- Vuln IDs
-
- V-220507
- V-101559
- Rule IDs
-
- SV-220507r879870_rule
- SV-110663
Checks: C-22222r539242_chk
Review the Cisco switch configuration to verify that it is compliant with this requirement as shown in the example below: Step 1: Verify that account records will be sent to an AAA server as shown in the example below: aaa accounting default group RADIUS_SERVERS Step 2: Verify that the referenced group name has defined AAA servers that are online. aaa group server radius RADIUS_SERVERS server 10.1.48.10 server 10.1.48.12 Note: Cisco NX-OS devices report configuration activity to TACACS+ or RADIUS servers in the form of accounting records. Each accounting record contains accounting attribute-value (AV) pairs and is stored on the AAA server. If the Cisco switch is not configured to generate log records when administrator privileges are deleted, this is a finding.
Fix: F-22211r539243_fix
Configure the Cisco switch to generate log records when administrator privileges are deleted as shown in the example below: Step 1: Configure the AAA servers as shown in the example below: SW1(config)# radius-server host 10.1.48.10 SW1(config)# radius-server host 10.1.48.12 Step 2: Configure an AAA server group as shown in the example below: SW1(config)# aaa group server radius RADIUS_SERVERS SW1(config-radius)# server 10.1.48.10 SW1(config-radius)# server 10.1.48.12 SW1(config-radius)# exit Step 3: Enable AAA accounting as shown in the example below: SW1(config)# aaa accounting default group RADIUS_SERVERS SW1(config)# end
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- CISC-ND-001260
- Vuln IDs
-
- V-220508
- V-101561
- Rule IDs
-
- SV-220508r879874_rule
- SV-110665
Checks: C-22223r539245_chk
Review the Cisco switch configuration to verify that it is compliant with this requirement as shown in the examples below: logging logfile LOG_FILE 6 logging level authpri 6 If the Cisco switch is not configured to generate audit records when successful/unsuccessful logon attempts occur, this is a finding.
Fix: F-22212r539246_fix
Configure the Cisco switch to generate audit records when successful/unsuccessful logon attempts occur as shown in the example below: Step 1: Lower the authpriv level to 6. SW1(config)# logging level authpriv 6 Step 2: Configure a logfile to record log messages at level 6. SW1(config)# logging logfile LOG_FILE 6
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- CISC-ND-001270
- Vuln IDs
-
- V-220509
- V-101563
- Rule IDs
-
- SV-220509r879875_rule
- SV-110667
Checks: C-22224r539248_chk
Step 1: Verify that account records will be sent to an AAA server as shown in the example below: aaa accounting default group RADIUS_SERVERS Step 2: Verify that the referenced group name has defined AAA servers that are online. aaa group server radius RADIUS_SERVERS server 10.1.48.10 server 10.1.48.12 Note: Cisco NX-OS devices report configuration activity to TACACS+ or RADIUS servers in the form of accounting records. Each accounting record contains accounting attribute-value (AV) pairs and is stored on the AAA server. If the Cisco switch is not configured to generate log records for privileged activities, this is a finding.
Fix: F-22213r539249_fix
Configure the Cisco switch to generate log records for privileged activities as shown in the example below: Step 1: Configure the AAA servers as shown in the example below: SW1(config)# radius-server host 10.1.48.10 SW1(config)# radius-server host 10.1.48.12 Step 2: Configure an AAA server group as shown in the example below: SW1(config)# aaa group server radius RADIUS_SERVERS SW1(config-radius)# server 10.1.48.10 SW1(config-radius)# server 10.1.48.12 SW1(config-radius)# exit Step 3: Enable AAA accounting as shown in the example below: SW1(config)# aaa accounting default group RADIUS_SERVERS SW1(config)# end
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- CISC-ND-001280
- Vuln IDs
-
- V-220510
- V-101565
- Rule IDs
-
- SV-220510r879876_rule
- SV-110669
Checks: C-22225r539251_chk
Verify that the switch is configured to generate log records showing starting and ending time for administrator access as shown in the example below: logging level authpri 6 If the switch is not configured to generate log records showing starting and ending time for administrator access, this is a finding.
Fix: F-22214r539252_fix
Configure the switch to log session start and ending per admin session as shown in the example below: SW1(config)# logging level authpriv 6
- RMF Control
- AU-4
- Severity
- M
- CCI
- CCI-001851
- Version
- CISC-ND-001310
- Vuln IDs
-
- V-220512
- V-101569
- Rule IDs
-
- SV-220512r879886_rule
- SV-110673
Checks: C-22227r539257_chk
Review the Cisco switch configuration to verify that it is compliant with this requirement as shown in the example below: logging server 10.1.48.10 6 If the Cisco switch is not configured to off-load log records onto a different system than the system being audited, this is a finding.
Fix: F-22216r539258_fix
Configure the Cisco switch to send log records to a syslog server as shown in the example below: SW4(config)# logging server 10.1.48.10 6
- RMF Control
- CM-6
- Severity
- H
- CCI
- CCI-000370
- Version
- CISC-ND-001370
- Vuln IDs
-
- V-220513
- V-101571
- Rule IDs
-
- SV-220513r879887_rule
- SV-110675
Checks: C-22228r539260_chk
Review the Cisco switch configuration to verify that the device is configured to use an authentication server as primary source for authentication. Step 1: Verify that an AAA server group is configured for login authentication for both in-band and console access methods. aaa authentication login default group RADIUS_SERVERS aaa authentication login console group RADIUS_SERVERS Step 2: Verify that an AAA server has been defined for the server group as shown in the example below: radius-server host 10.1.48.10 key 7 "xxxxxx" authentication accounting aaa group server radius RADIUS_SERVERS server 10.1.48.10 If the Cisco switch is not configured to use an authentication server for the purpose of authenticating users prior to granting administrative access, this is a finding.
Fix: F-22217r539261_fix
Configure the Cisco switch to use an authentication server as shown in the following example: Step 1: Define the authentication server. SW1(config)# radius-server host 10.1.48.10 key xxxxxx Step 2: Configure the AAA group. SW1(config)# aaa group server radius RADIUS_SERVERS SW1(config-radius)# server 10.1.48.10 Step 3: Use the AAA server for login authentication for both in-band and console access methods. SW1(config)# aaa authentication login default group RADIUS_SERVERS SW1(config)# aaa authentication login console group RADIUS_SERVERS
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- CISC-ND-001410
- Vuln IDs
-
- V-220514
- V-101573
- Rule IDs
-
- SV-220514r879887_rule
- SV-110677
Checks: C-22229r539263_chk
Review the Cisco switch configuration to verify that it is compliant with this requirement. The example configuration below will send the configuration to a TFTP server when a configuration change occurs. event manager applet BACKUP_CONFIG event syslog pattern "SYSLOG_CONFIG_I" action 1 cli command "copy startup-config tftp://10.1.48.10/nx-config vrf default" action 2 syslog priority informational msg "Configuration backup was executed" If the Cisco switch is not configured to conduct backups of the configuration when changes occur, this is a finding.
Fix: F-22218r539264_fix
Configure the Cisco switch to send the configuration to an TFTP or FTP server when a configuration change occurs as shown in the example below: SW4(config)# event manager applet BACKUP_CONFIG SW4(config-applet)# event syslog pattern "SYSLOG_CONFIG_I" SW4(config-applet)# action 1 cli command "copy startup-config tftp://10.1.48.10/nx-config vrf default” SW4(config-applet)# action 2 syslog priority informational msg "Configuration backup was executed" SW4(config-applet)# end
- RMF Control
- SC-17
- Severity
- M
- CCI
- CCI-001159
- Version
- CISC-ND-001440
- Vuln IDs
-
- V-220515
- V-101575
- Rule IDs
-
- SV-220515r879887_rule
- SV-110679
Checks: C-22230r539266_chk
If PKI certificates are not implemented on the switch, this requirement is not applicable. Step 1: Review the switch configuration to determine if a CA trust point has been configured as shown in the example below: crypto ca trustpoint CA_X enrollment terminal Step 2: Verify the CA is a DoD or DoD-approved service provider by entering the following command: show crypto ca certificates The output will list the following information for each certificate: Trustpoint (will map to a configured trustpoint from step 1) Common Name (CN) of the issuer Organization (O) of the issuer Organization Unit (OU) of the issuer Note: Cisco NX-OS software supports only the manual cut-and-paste method for certificate enrollment If the switch is not configured to obtain its public key certificates from a DoD or DoD-approved service provider, this is a finding.
Fix: F-22219r539267_fix
Ensure that certificate requests are only sent to DoD or DoD-approved service providers.
- RMF Control
- CM-6
- Severity
- H
- CCI
- CCI-000366
- Version
- CISC-ND-001450
- Vuln IDs
-
- V-220516
- V-101577
- Rule IDs
-
- SV-220516r879887_rule
- SV-110681
Checks: C-22231r539269_chk
Verify that the switch is configured to send logs to a syslog server. The configuration should look similar to the example below: logging server 10.1.48.10 6 If the switch is not configured to send log data to the syslog server, this is a finding.
Fix: F-22220r539270_fix
Configure the switch to send log messages to the syslog server as shown in the example below: SW4(config)# logging server 10.1.48.10 6
- RMF Control
- CM-6
- Severity
- H
- CCI
- CCI-000366
- Version
- CISC-ND-001470
- Vuln IDs
-
- V-220517
- V-101579
- Rule IDs
-
- SV-220517r879887_rule
- SV-110683
Checks: C-22232r539272_chk
Verify that the switch is in compliance with this requirement by having the switch administrator enter the following command: show version Verify that the release is still supported by Cisco. All releases supported by Cisco can be found on the following URL: www.cisco.com/c/en/us/support/ios-nx-os-software If the switch is not running a supported release, this is a finding.
Fix: F-22221r539273_fix
Upgrade the switch to a supported release.