cisco-sa-20190828-nxos-memleak-dos
Vulnerability from csaf_cisco
Published
2019-08-28 16:00
Modified
2019-10-08 14:45
Summary
Cisco NX-OS Software Remote Management Memory Leak Denial of Service Vulnerability
Notes
Summary
A vulnerability in the Virtual Shell (VSH) session management for Cisco NX-OS Software could allow an authenticated, remote attacker to cause a VSH process to fail to delete upon termination. This can lead to a build-up of VSH processes that overtime can deplete system memory. When there is no system memory available, this can cause unexpected system behaviors and crashes.
The vulnerability is due to the VSH process not being properly deleted when a remote management connection to the device is disconnected. An attacker could exploit this vulnerability by repeatedly performing a remote management connection to the device and terminating the connection in an unexpected manner. A successful exploit could allow the attacker to cause the VSH processes to fail to delete, which can lead to a system-wide denial of service (DoS) condition. The attacker must have valid user credentials to log in to the device using the remote management connection.
Cisco has released software updates that address this vulnerability. There are no workarounds that address this vulnerability.
This advisory is available at the following link:
https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190828-nxos-memleak-dos ["https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190828-nxos-memleak-dos"]
This advisory is part of the August 2019 Cisco FXOS and NX-OS Software Security Advisory Bundled Publication, which includes five Cisco Security Advisories that describe five vulnerabilities. For a complete list of the advisories and links to them, see Cisco Event Response: August 2019 Cisco FXOS and NX-OS Software Security Advisory Bundled Publication ["https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-72243"].
Vulnerable Products
This vulnerability affects the following Cisco products if they are running a vulnerable release of Cisco NX-OS Software:
MDS 9000 Series Multilayer Switches
Nexus 3000 Series Switches
Nexus 3500 Platform Switches
Nexus 3600 Platform Switches
Nexus 5500 Platform Switches
Nexus 5600 Platform Switches
Nexus 6000 Series Switches
Nexus 7000 Series Switches
Nexus 7700 Series Switches
Nexus 9000 Series Switches in standalone NX-OS mode
Nexus 9500 R-Series Switching Platform
UCS 6200 Series Fabric Interconnects
UCS 6300 Series Fabric Interconnects
For information about which Cisco NX-OS Software releases are vulnerable, see the Fixed Software ["#fs"] section of this advisory.
Products Confirmed Not Vulnerable
Only products listed in the Vulnerable Products ["#vp"] section of this advisory are known to be affected by this vulnerability.
Cisco has confirmed that this vulnerability does not affect the following Cisco products:
Firepower 2100 Series
Firepower 4100 Series
Firepower 9300 Security Appliances
Nexus 1000 Virtual Edge for VMware vSphere
Nexus 1000V Switch for Microsoft Hyper-V
Nexus 1000V Switch for VMware vSphere
Nexus 9000 Series Fabric Switches in Application Centric Infrastructure (ACI) mode
UCS 6400 Series Fabric Interconnects
Details
The most common example of a remote management protocol is SSH but any management protocol including S/FTP, S/COPY and others to the management interface could trigger this vulnerability.
Indicators of Compromise
Exploitation of this vulnerability can result in several different indicators of compromise on an affected device.
1. Exploitation of this vulnerability can result in a system memory leak due to the build-up of zombie VSH processes that were not terminated correctly. Administrators can view the process list using the show process NX-OS CLI command, as in the following example:
# show processes
PID State PC Start_cnt TTY Process ----- ----- -------- ----------- ---- ------------- 1574 S f537a3c 1 - vsh 2063 S f537a3c 1 - vsh . . . 4308 S f537a3c 1 - vsh 4690 S f537a3c 1 - vsh 4733 S f537a3c 1 - vsh 5081 S f537a3c 1 - vsh 5949 S f537a3c 1 - vsh 6118 S f537a3c 1 - vsh 6723 S f537a3c 1 - vsh 7315 S f537a3c 1 - vsh 9841 S f537a3c 1 - vsh 12866 S f537a3c 1 - vsh 13465 S f537a3c 1 - vsh 14836 S f537a3c 1 - vsh 15568 S f537a3c 1 - vsh 18289 S f537a3c 1 - vsh 18580 S f537a3c 1 - vsh 18601 S f537a3c 1 - vsh 19254 S f537a3c 1 - vsh 19782 S f537a3c 1 - vsh 20367 S f537a3c 1 - vsh 20517 S f537a3c 1 - vsh 20931 S f537a3c 1 - vsh 21753 S f537a3c 1 - vsh 22728 S f537a3c 1 - vsh 23544 S f537a3c 1 - vsh 23947 S f537a3c 1 - vsh 24825 S f537a3c 1 - vsh 25139 S f537a3c 1 - vsh 25862 S f537a3c 1 - vsh 26172 S f537a3c 1 - vsh 26334 S f537a3c 1 - vsh 26691 S f537a3c 1 - vsh 27303 S f537a3c 1 - vsh 28750 S f537a3c 1 - vsh
2. Exploitation of this vulnerability can result in the following error message when a user has a remote connection on the device:
Error: Too many open files in system
3. Exploitation of this vulnerability could cause an affected device to reload and generate a core file. Because the core file is the end result of the system memory leak, the actual process to crash can be different each time. To view the device core files, administrators can use the show core command in the NX-OS CLI. Contact the Cisco Technical Assistance Center (TAC) to review the core file and determine whether the device has been compromised by exploitation of this vulnerability.
Workarounds
There are no workarounds that address this vulnerability.
Mitigation for Cisco NX-OS Software—Configure a VTY Access Class
On some platforms that are running Cisco NX-OS Software, it is possible to limit exposure of an affected device by creating a vty access control list (ACL) on the device and configuring the ACL to permit only known, trusted devices to connect to the device via Telnet and Secure Shell (SSH).
This mitigation is not available on some platforms that are running Cisco NX-OS and should be used only where applicable.
There is no Cisco UCS mitigation that addresses this vulnerability.
The ACL in this example is for IPv4. This vulnerability can also be exploited against IPv6 interfaces. If the NX-OS device is configured for IPv6, the same ACL should be configured for the IPv6 address range.
The following example shows an ACL that permits access to vtys from the 192.168.1.0/24 netblock and the single IP address 172.16.1.2 while denying access from all other addresses:
ip access-list vtyacl
10 permit tcp 192.168.1.0/24 172.16.1.2/32 line vty access-class vtyacl in
For more information about restricting traffic to vtys, see the Cisco Nexus 7000 Series NX-OS Security Configuration Guide ["http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/6_x/nx-os/security/configuration/guide/b_Cisco_Nexus_7000_NX-OS_Security_Configuration_Guide__Release_6-x/b_Cisco_Nexus_7000_NX-OS_Security_Configuration_Guide__Release_6-x_chapter_01110.html#task_1452624"]. It is considered a best practice for an NX-OS device to have a vty ACL configured. Refer to the Cisco Guide to Securing Cisco NX-OS Software Devices ["http://www.cisco.com/c/en/us/about/security-center/securing-nx-os.html"] for additional information about hardening Cisco NX-OS devices.
Fixed Software
Cisco has released free software updates that address the vulnerability described in this advisory. Customers may only install and expect support for software versions and feature sets for which they have purchased a license. By installing, downloading, accessing, or otherwise using such software upgrades, customers agree to follow the terms of the Cisco software license:
https://www.cisco.com/c/en/us/products/end-user-license-agreement.html ["https://www.cisco.com/c/en/us/products/end-user-license-agreement.html"]
Additionally, customers may only download software for which they have a valid license, procured from Cisco directly, or through a Cisco authorized reseller or partner. In most cases this will be a maintenance upgrade to software that was previously purchased. Free security software updates do not entitle customers to a new software license, additional software feature sets, or major revision upgrades.
When considering software upgrades ["https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html#fixes"], customers are advised to regularly consult the advisories for Cisco products, which are available from the Cisco Security Advisories and Alerts page ["https://www.cisco.com/go/psirt"], to determine exposure and a complete upgrade solution.
In all cases, customers should ensure that the devices to be upgraded contain sufficient memory and confirm that current hardware and software configurations will continue to be supported properly by the new release. If the information is not clear, customers are advised to contact the Cisco Technical Assistance Center (TAC) or their contracted maintenance providers.
Customers Without Service Contracts
Customers who purchase directly from Cisco but do not hold a Cisco service contract and customers who make purchases through third-party vendors but are unsuccessful in obtaining fixed software through their point of sale should obtain upgrades by contacting the Cisco TAC:
https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html ["https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html"]
Customers should have the product serial number available and be prepared to provide the URL of this advisory as evidence of entitlement to a free upgrade.
Fixed Releases
Customers are advised to upgrade to an appropriate release as indicated in the applicable table in this section. To help ensure a complete upgrade solution, customers should consider that this advisory is part of a bundled publication. The following page provides a complete list of bundle advisories: Cisco Event Response: August 2019 Cisco FXOS and NX-OS Software Security Advisory Bundled Publication ["https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-72243"].
In the following table(s), the left column lists releases of Cisco FXOS Software or Cisco NX-OS Software. The center column indicates whether a release is affected by the vulnerability described in this advisory and the first release that includes the fix for this vulnerability. The right column indicates whether a release is affected by all the vulnerabilities described in this bundle and which release includes fixes for those vulnerabilities.
MDS 9000 Series Multilayer Switches: CSCvn50393 ["https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn50393"]
Cisco NX-OS Software Release First Fixed Release for This Vulnerability
First Fixed Release for All Vulnerabilities Described in the Bundle of Advisories 5.2
6.2(27)
6.2(29) 6.2
6.2(27)
6.2(29) 7.3 8.4(1) 8.4(1)
8.1
8.4(1)
8.4(1)
8.2 8.4(1)
8.4(1)
8.3
8.4(1)
8.4(1)
8.4 Not vulnerable
Not vulnerable
Nexus 3000 Series Switches and Nexus 9000 Series Switches in Standalone NX-OS Mode: CSCvi15409 ["https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvi15409"]
Cisco NX-OS Software Release First Fixed Release for This Vulnerability
First Fixed Release for All Vulnerabilities Described in the Bundle of Advisories Earlier than 7.0(3)I4
7.0(3)I4(9)
7.0(3)I4(9) 7.0(3)I4 7.0(3)I4(9)
7.0(3)I4(9) 7.0(3)I7 7.0(3)I7(4)
7.0(3)I7(6)
9.2 Not vulnerable
9.2(3) 9.3 Not vulnerable Not vulnerable
Nexus 3500 Platform Switches: CSCvi15409 ["https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvi15409"]
Cisco NX-OS Software Release First Fixed Release for This Vulnerability
First Fixed Release for All Vulnerabilities Described in the Bundle of Advisories 6.0(2)A
6.0(2)A8(11)
6.0(2)A8(11)
7.0(3)I7 7.0(3)I7(4)
7.0(3)I7(6) 9.2 Not vulnerable
9.2(3) 9.3 Not vulnerable Not vulnerable
Nexus 3600 Platform Switches and Nexus 9500 R-Series Switching Platform: CSCvi15409 ["https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvi15409"]
Cisco NX-OS Software Release First Fixed Release for This Vulnerability
First Fixed Release for All Vulnerabilities Described in the Bundle of Advisories 7.0(3)
9.2(1)
9.2(3)
9.2 Not vulnerable
9.2(3)
9.4 Not vulnerable Not vulnerable
Nexus 5500, 5600, and 6000 Series Switches: CSCvn50446 ["https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn50446"]
Cisco NX-OS Software Release First Fixed Release for This Vulnerability
First Fixed Release for All Vulnerabilities Described in the Bundle of Advisories Earlier than 7.1
7.1(5)N1(1b)
7.1(5)N1(1b)
7.1 7.1(5)N1(1b)
7.1(5)N1(1b)
7.3 7.3(5)N1(1)
7.3(5)N1(1)
Nexus 7000 and 7700 Series Switches: CSCvn50443 ["https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn50443"]
Cisco NX-OS Software Release First Fixed Release for This Vulnerability
First Fixed Release for All Vulnerabilities Described in the Bundle of Advisories Earlier than 6.2
6.2(22) 6.2(22) 6.2
6.2(22) 6.2(22) 7.2 7.3(4)D1(1)
7.3(4)D1(1) 7.3 7.3(4)D1(1)
7.3(4)D1(1) 8.0 8.2(3)
8.2(3)
8.1 8.2(3)
8.2(3)
8.2 8.2(3)
8.2(3)
8.3 8.4(1)
8.4(1) 8.4 Not vulnerable Not vulnerable
UCS 6200 and 6300 Series Fabric Interconnects: CSCvn52167 ["https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn52167"]
Cisco NX-OS Software Release First Fixed Release for This Vulnerability
First Fixed Release for All Vulnerabilities Described in the Bundle of Advisories Earlier than 3.2
3.2(3k)
3.2(3l)
3.2
3.2(3k)
3.2(3l)
4.0
4.0(2e)
4.0(4e)
Additional Resources
For help determining the best Cisco NX-OS Software release for a Cisco Nexus Switch, administrators can refer to the following Recommended Releases documents. If a security advisory recommends a later release, Cisco recommends following the advisory guidance.
Cisco MDS Series Switches ["https://www.cisco.com/c/en/us/td/docs/switches/datacenter/mds9000/sw/b_MDS_NX-OS_Recommended_Releases.html"]
Cisco Nexus 1000V for VMware Switch ["http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus1000/sw/recommended_releases/b_Cisco_N1KV_VMware_MinRecommendedReleases.html"]
Cisco Nexus 3000 Series and 3500 Series Switches ["http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus3000/sw/recommended_release/b_Minimum_and_Recommended_Cisco_NX-OS_Releases_for_Cisco_Nexus_3000_Series_Switches.html"]
Cisco Nexus 5000 Series Switches ["http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/release/recommended_releases/recommended_nx-os_releases.html"]
Cisco Nexus 5500 Platform Switches ["http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5500/sw/release/recommended_releases/n5500_recommended_nx-os_releases.html"]
Cisco Nexus 6000 Series Switches ["http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus6000/sw/release/recommended_releases/recommended_nx-os_releases.html"]
Cisco Nexus 7000 Series Switches ["http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/nx-os/recommended_releases/recommended_nx-os_releases.html"]
Cisco Nexus 9000 Series Switches ["http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/recommended_release/b_Minimum_and_Recommended_Cisco_NX-OS_Releases_for_Cisco_Nexus_9000_Series_Switches.html"]
Cisco Nexus 9000 Series ACI-Mode Switches ["https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/recommended-release/b_Recommended_Cisco_ACI_Releases.html"]
For help determining the best Cisco NX-OS Software release for Cisco UCS, refer to the Recommended Releases documents in the release notes for the device.
Vulnerability Policy
To learn about Cisco security vulnerability disclosure policies and publications, see the Security Vulnerability Policy ["https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html"]. This document also contains instructions for obtaining fixed software and receiving security vulnerability information from Cisco.
Exploitation and Public Announcements
The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory.
Source
This vulnerability was found during the resolution of a Cisco TAC support case.
Legal Disclaimer
THIS DOCUMENT IS PROVIDED ON AN "AS IS" BASIS AND DOES NOT IMPLY ANY KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE INFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS AT YOUR OWN RISK. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE THIS DOCUMENT AT ANY TIME.
A standalone copy or paraphrase of the text of this document that omits the distribution URL is an uncontrolled copy and may lack important information or contain factual errors. The information in this document is intended for end users of Cisco products.
{ "document": { "acknowledgments": [ { "summary": "This vulnerability was found during the resolution of a Cisco TAC support case." } ], "category": "csaf_security_advisory", "csaf_version": "2.0", "notes": [ { "category": "summary", "text": "A vulnerability in the Virtual Shell (VSH) session management for Cisco NX-OS Software could allow an authenticated, remote attacker to cause a VSH process to fail to delete upon termination. This can lead to a build-up of VSH processes that overtime can deplete system memory. When there is no system memory available, this can cause unexpected system behaviors and crashes.\r\n\r\nThe vulnerability is due to the VSH process not being properly deleted when a remote management connection to the device is disconnected. An attacker could exploit this vulnerability by repeatedly performing a remote management connection to the device and terminating the connection in an unexpected manner. A successful exploit could allow the attacker to cause the VSH processes to fail to delete, which can lead to a system-wide denial of service (DoS) condition. The attacker must have valid user credentials to log in to the device using the remote management connection.\r\n\r\nCisco has released software updates that address this vulnerability. There are no workarounds that address this vulnerability.\r\n\r\nThis advisory is available at the following link:\r\nhttps://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190828-nxos-memleak-dos [\"https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190828-nxos-memleak-dos\"]\r\n This advisory is part of the August 2019 Cisco FXOS and NX-OS Software Security Advisory Bundled Publication, which includes five Cisco Security Advisories that describe five vulnerabilities. For a complete list of the advisories and links to them, see Cisco Event Response: August 2019 Cisco FXOS and NX-OS Software Security Advisory Bundled Publication [\"https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-72243\"].", "title": "Summary" }, { "category": "general", "text": "This vulnerability affects the following Cisco products if they are running a vulnerable release of Cisco NX-OS Software:\r\n\r\nMDS 9000 Series Multilayer Switches\r\nNexus 3000 Series Switches\r\nNexus 3500 Platform Switches\r\nNexus 3600 Platform Switches\r\nNexus 5500 Platform Switches\r\nNexus 5600 Platform Switches\r\nNexus 6000 Series Switches\r\nNexus 7000 Series Switches\r\nNexus 7700 Series Switches\r\nNexus 9000 Series Switches in standalone NX-OS mode\r\nNexus 9500 R-Series Switching Platform\r\nUCS 6200 Series Fabric Interconnects\r\nUCS 6300 Series Fabric Interconnects\r\n\r\nFor information about which Cisco NX-OS Software releases are vulnerable, see the Fixed Software [\"#fs\"] section of this advisory.", "title": "Vulnerable Products" }, { "category": "general", "text": "Only products listed in the Vulnerable Products [\"#vp\"] section of this advisory are known to be affected by this vulnerability.\r\n\r\nCisco has confirmed that this vulnerability does not affect the following Cisco products:\r\n\r\nFirepower 2100 Series\r\nFirepower 4100 Series\r\nFirepower 9300 Security Appliances\r\nNexus 1000 Virtual Edge for VMware vSphere\r\nNexus 1000V Switch for Microsoft Hyper-V\r\nNexus 1000V Switch for VMware vSphere\r\nNexus 9000 Series Fabric Switches in Application Centric Infrastructure (ACI) mode\r\nUCS 6400 Series Fabric Interconnects", "title": "Products Confirmed Not Vulnerable" }, { "category": "general", "text": "The most common example of a remote management protocol is SSH but any management protocol including S/FTP, S/COPY and others to the management interface could trigger this vulnerability.", "title": "Details" }, { "category": "general", "text": "Exploitation of this vulnerability can result in several different indicators of compromise on an affected device.\r\n\r\n1. Exploitation of this vulnerability can result in a system memory leak due to the build-up of zombie VSH processes that were not terminated correctly. Administrators can view the process list using the show process NX-OS CLI command, as in the following example:\r\n\r\n\r\n# show processes\nPID State PC Start_cnt TTY Process ----- ----- -------- ----------- ---- ------------- 1574 S f537a3c 1 - vsh 2063 S f537a3c 1 - vsh . . . 4308 S f537a3c 1 - vsh 4690 S f537a3c 1 - vsh 4733 S f537a3c 1 - vsh 5081 S f537a3c 1 - vsh 5949 S f537a3c 1 - vsh 6118 S f537a3c 1 - vsh 6723 S f537a3c 1 - vsh 7315 S f537a3c 1 - vsh 9841 S f537a3c 1 - vsh 12866 S f537a3c 1 - vsh 13465 S f537a3c 1 - vsh 14836 S f537a3c 1 - vsh 15568 S f537a3c 1 - vsh 18289 S f537a3c 1 - vsh 18580 S f537a3c 1 - vsh 18601 S f537a3c 1 - vsh 19254 S f537a3c 1 - vsh 19782 S f537a3c 1 - vsh 20367 S f537a3c 1 - vsh 20517 S f537a3c 1 - vsh 20931 S f537a3c 1 - vsh 21753 S f537a3c 1 - vsh 22728 S f537a3c 1 - vsh 23544 S f537a3c 1 - vsh 23947 S f537a3c 1 - vsh 24825 S f537a3c 1 - vsh 25139 S f537a3c 1 - vsh 25862 S f537a3c 1 - vsh 26172 S f537a3c 1 - vsh 26334 S f537a3c 1 - vsh 26691 S f537a3c 1 - vsh 27303 S f537a3c 1 - vsh 28750 S f537a3c 1 - vsh\r\n\r\n2. Exploitation of this vulnerability can result in the following error message when a user has a remote connection on the device:\r\n\r\n\r\nError: Too many open files in system\r\n\n\r\n3. Exploitation of this vulnerability could cause an affected device to reload and generate a core file. Because the core file is the end result of the system memory leak, the actual process to crash can be different each time. To view the device core files, administrators can use the show core command in the NX-OS CLI. Contact the Cisco Technical Assistance Center (TAC) to review the core file and determine whether the device has been compromised by exploitation of this vulnerability.", "title": "Indicators of Compromise" }, { "category": "general", "text": "There are no workarounds that address this vulnerability.\r\n Mitigation for Cisco NX-OS Software\u2014Configure a VTY Access Class\r\nOn some platforms that are running Cisco NX-OS Software, it is possible to limit exposure of an affected device by creating a vty access control list (ACL) on the device and configuring the ACL to permit only known, trusted devices to connect to the device via Telnet and Secure Shell (SSH).\r\n\r\nThis mitigation is not available on some platforms that are running Cisco NX-OS and should be used only where applicable.\r\n\r\nThere is no Cisco UCS mitigation that addresses this vulnerability.\r\n\r\nThe ACL in this example is for IPv4. This vulnerability can also be exploited against IPv6 interfaces. If the NX-OS device is configured for IPv6, the same ACL should be configured for the IPv6 address range.\r\n\r\nThe following example shows an ACL that permits access to vtys from the 192.168.1.0/24 netblock and the single IP address 172.16.1.2 while denying access from all other addresses:\r\n\r\n\r\nip access-list vtyacl\n 10 permit tcp 192.168.1.0/24 172.16.1.2/32 line vty access-class vtyacl in\r\n\r\nFor more information about restricting traffic to vtys, see the Cisco Nexus 7000 Series NX-OS Security Configuration Guide [\"http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/6_x/nx-os/security/configuration/guide/b_Cisco_Nexus_7000_NX-OS_Security_Configuration_Guide__Release_6-x/b_Cisco_Nexus_7000_NX-OS_Security_Configuration_Guide__Release_6-x_chapter_01110.html#task_1452624\"]. It is considered a best practice for an NX-OS device to have a vty ACL configured. Refer to the Cisco Guide to Securing Cisco NX-OS Software Devices [\"http://www.cisco.com/c/en/us/about/security-center/securing-nx-os.html\"] for additional information about hardening Cisco NX-OS devices.", "title": "Workarounds" }, { "category": "general", "text": "Cisco has released free software updates that address the vulnerability described in this advisory. Customers may only install and expect support for software versions and feature sets for which they have purchased a license. By installing, downloading, accessing, or otherwise using such software upgrades, customers agree to follow the terms of the Cisco software license:\r\nhttps://www.cisco.com/c/en/us/products/end-user-license-agreement.html [\"https://www.cisco.com/c/en/us/products/end-user-license-agreement.html\"]\r\n\r\nAdditionally, customers may only download software for which they have a valid license, procured from Cisco directly, or through a Cisco authorized reseller or partner. In most cases this will be a maintenance upgrade to software that was previously purchased. Free security software updates do not entitle customers to a new software license, additional software feature sets, or major revision upgrades.\r\n\r\nWhen considering software upgrades [\"https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html#fixes\"], customers are advised to regularly consult the advisories for Cisco products, which are available from the Cisco Security Advisories and Alerts page [\"https://www.cisco.com/go/psirt\"], to determine exposure and a complete upgrade solution.\r\n\r\nIn all cases, customers should ensure that the devices to be upgraded contain sufficient memory and confirm that current hardware and software configurations will continue to be supported properly by the new release. If the information is not clear, customers are advised to contact the Cisco Technical Assistance Center (TAC) or their contracted maintenance providers.\r\n Customers Without Service Contracts\r\nCustomers who purchase directly from Cisco but do not hold a Cisco service contract and customers who make purchases through third-party vendors but are unsuccessful in obtaining fixed software through their point of sale should obtain upgrades by contacting the Cisco TAC:\r\nhttps://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html [\"https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html\"]\r\n\r\nCustomers should have the product serial number available and be prepared to provide the URL of this advisory as evidence of entitlement to a free upgrade.\r\n Fixed Releases\r\nCustomers are advised to upgrade to an appropriate release as indicated in the applicable table in this section. To help ensure a complete upgrade solution, customers should consider that this advisory is part of a bundled publication. The following page provides a complete list of bundle advisories: Cisco Event Response: August 2019 Cisco FXOS and NX-OS Software Security Advisory Bundled Publication [\"https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-72243\"].\r\n\r\nIn the following table(s), the left column lists releases of Cisco FXOS Software or Cisco NX-OS Software. The center column indicates whether a release is affected by the vulnerability described in this advisory and the first release that includes the fix for this vulnerability. The right column indicates whether a release is affected by all the vulnerabilities described in this bundle and which release includes fixes for those vulnerabilities.\r\n\r\nMDS 9000 Series Multilayer Switches: CSCvn50393 [\"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn50393\"]\r\n Cisco NX-OS Software Release First Fixed Release for This Vulnerability\r\n First Fixed Release for All Vulnerabilities Described in the Bundle of Advisories 5.2\r\n 6.2(27)\r\n 6.2(29) 6.2\r\n 6.2(27)\r\n 6.2(29) 7.3 8.4(1) 8.4(1)\r\n 8.1\r\n 8.4(1)\r\n 8.4(1)\r\n 8.2 8.4(1)\r\n 8.4(1)\r\n 8.3\r\n 8.4(1)\r\n 8.4(1)\r\n 8.4 Not vulnerable\r\n Not vulnerable\r\n\r\nNexus 3000 Series Switches and Nexus 9000 Series Switches in Standalone NX-OS Mode: CSCvi15409 [\"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvi15409\"]\r\n Cisco NX-OS Software Release First Fixed Release for This Vulnerability\r\n First Fixed Release for All Vulnerabilities Described in the Bundle of Advisories Earlier than 7.0(3)I4\r\n 7.0(3)I4(9)\r\n 7.0(3)I4(9) 7.0(3)I4 7.0(3)I4(9)\r\n 7.0(3)I4(9) 7.0(3)I7 7.0(3)I7(4)\r\n 7.0(3)I7(6)\r\n 9.2 Not vulnerable\r\n 9.2(3) 9.3 Not vulnerable Not vulnerable\r\n\r\nNexus 3500 Platform Switches: CSCvi15409 [\"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvi15409\"]\r\n Cisco NX-OS Software Release First Fixed Release for This Vulnerability\r\n First Fixed Release for All Vulnerabilities Described in the Bundle of Advisories 6.0(2)A\r\n 6.0(2)A8(11)\r\n 6.0(2)A8(11)\r\n 7.0(3)I7 7.0(3)I7(4)\r\n 7.0(3)I7(6) 9.2 Not vulnerable\r\n 9.2(3) 9.3 Not vulnerable Not vulnerable\r\n\r\nNexus 3600 Platform Switches and Nexus 9500 R-Series Switching Platform: CSCvi15409 [\"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvi15409\"]\r\n Cisco NX-OS Software Release First Fixed Release for This Vulnerability\r\n First Fixed Release for All Vulnerabilities Described in the Bundle of Advisories 7.0(3)\r\n 9.2(1)\r\n 9.2(3)\r\n 9.2 Not vulnerable\r\n 9.2(3)\r\n 9.4 Not vulnerable Not vulnerable\r\n\r\nNexus 5500, 5600, and 6000 Series Switches: CSCvn50446 [\"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn50446\"]\r\n Cisco NX-OS Software Release First Fixed Release for This Vulnerability\r\n First Fixed Release for All Vulnerabilities Described in the Bundle of Advisories Earlier than 7.1\r\n 7.1(5)N1(1b)\r\n 7.1(5)N1(1b)\r\n 7.1 7.1(5)N1(1b)\r\n 7.1(5)N1(1b)\r\n 7.3 7.3(5)N1(1)\r\n 7.3(5)N1(1)\r\n\r\nNexus 7000 and 7700 Series Switches: CSCvn50443 [\"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn50443\"]\r\n Cisco NX-OS Software Release First Fixed Release for This Vulnerability\r\n First Fixed Release for All Vulnerabilities Described in the Bundle of Advisories Earlier than 6.2\r\n 6.2(22) 6.2(22) 6.2\r\n 6.2(22) 6.2(22) 7.2 7.3(4)D1(1)\r\n 7.3(4)D1(1) 7.3 7.3(4)D1(1)\r\n 7.3(4)D1(1) 8.0 8.2(3)\r\n 8.2(3)\r\n 8.1 8.2(3)\r\n 8.2(3)\r\n 8.2 8.2(3)\r\n 8.2(3)\r\n 8.3 8.4(1)\r\n 8.4(1) 8.4 Not vulnerable Not vulnerable\r\n\r\nUCS 6200 and 6300 Series Fabric Interconnects: CSCvn52167 [\"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn52167\"]\r\n Cisco NX-OS Software Release First Fixed Release for This Vulnerability\r\n First Fixed Release for All Vulnerabilities Described in the Bundle of Advisories Earlier than 3.2\r\n 3.2(3k)\r\n 3.2(3l)\r\n 3.2\r\n 3.2(3k)\r\n 3.2(3l)\r\n 4.0\r\n 4.0(2e)\r\n 4.0(4e)\r\n\r\nAdditional Resources\r\nFor help determining the best Cisco NX-OS Software release for a Cisco Nexus Switch, administrators can refer to the following Recommended Releases documents. If a security advisory recommends a later release, Cisco recommends following the advisory guidance.\r\n\r\n\r\nCisco MDS Series Switches [\"https://www.cisco.com/c/en/us/td/docs/switches/datacenter/mds9000/sw/b_MDS_NX-OS_Recommended_Releases.html\"]\r\nCisco Nexus 1000V for VMware Switch [\"http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus1000/sw/recommended_releases/b_Cisco_N1KV_VMware_MinRecommendedReleases.html\"]\r\nCisco Nexus 3000 Series and 3500 Series Switches [\"http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus3000/sw/recommended_release/b_Minimum_and_Recommended_Cisco_NX-OS_Releases_for_Cisco_Nexus_3000_Series_Switches.html\"]\r\nCisco Nexus 5000 Series Switches [\"http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/release/recommended_releases/recommended_nx-os_releases.html\"]\r\nCisco Nexus 5500 Platform Switches [\"http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5500/sw/release/recommended_releases/n5500_recommended_nx-os_releases.html\"]\r\nCisco Nexus 6000 Series Switches [\"http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus6000/sw/release/recommended_releases/recommended_nx-os_releases.html\"]\r\nCisco Nexus 7000 Series Switches [\"http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/nx-os/recommended_releases/recommended_nx-os_releases.html\"]\r\nCisco Nexus 9000 Series Switches [\"http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/recommended_release/b_Minimum_and_Recommended_Cisco_NX-OS_Releases_for_Cisco_Nexus_9000_Series_Switches.html\"]\r\nCisco Nexus 9000 Series ACI-Mode Switches [\"https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/recommended-release/b_Recommended_Cisco_ACI_Releases.html\"]\r\n For help determining the best Cisco NX-OS Software release for Cisco UCS, refer to the Recommended Releases documents in the release notes for the device.", "title": "Fixed Software" }, { "category": "general", "text": "To learn about Cisco security vulnerability disclosure policies and publications, see the Security Vulnerability Policy [\"https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html\"]. This document also contains instructions for obtaining fixed software and receiving security vulnerability information from Cisco.", "title": "Vulnerability Policy" }, { "category": "general", "text": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory.", "title": "Exploitation and Public Announcements" }, { "category": "general", "text": "This vulnerability was found during the resolution of a Cisco TAC support case.", "title": "Source" }, { "category": "legal_disclaimer", "text": "THIS DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS AND DOES NOT IMPLY ANY KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE INFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS AT YOUR OWN RISK. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE THIS DOCUMENT AT ANY TIME.\r\n\r\nA standalone copy or paraphrase of the text of this document that omits the distribution URL is an uncontrolled copy and may lack important information or contain factual errors. The information in this document is intended for end users of Cisco products.", "title": "Legal Disclaimer" } ], "publisher": { "category": "vendor", "contact_details": "Emergency Support:\r\n+1 877 228 7302 (toll-free within North America)\r\n+1 408 525 6532 (International direct-dial)\r\nNon-emergency Support:\r\nEmail: psirt@cisco.com\r\nSupport requests that are received via e-mail are typically acknowledged within 48 hours.", "issuing_authority": "Cisco product security incident response is the responsibility of the Cisco Product Security Incident Response Team (PSIRT). The Cisco PSIRT is a dedicated, global team that manages the receipt, investigation, and public reporting of security vulnerability information that is related to Cisco products and networks. The on-call Cisco PSIRT works 24x7 with Cisco customers, independent security researchers, consultants, industry organizations, and other vendors to identify possible security issues with Cisco products and networks.\r\nMore information can be found in Cisco Security Vulnerability Policy available at https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html", "name": "Cisco", "namespace": "https://wwww.cisco.com" }, "references": [ { "category": "self", "summary": "Cisco NX-OS Software Remote Management Memory Leak Denial of Service Vulnerability", "url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190828-nxos-memleak-dos" }, { "category": "external", "summary": "Cisco Event Response: August 2019 Cisco FXOS and NX-OS Software Security Advisory Bundled Publication", "url": "https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-72243" }, { "category": "external", "summary": "Cisco Security Vulnerability Policy", "url": "https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html" }, { "category": "external", "summary": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190828-nxos-memleak-dos", "url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190828-nxos-memleak-dos" }, { "category": "external", "summary": "Cisco Event Response: August 2019 Cisco FXOS and NX-OS Software Security Advisory Bundled Publication", "url": "https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-72243" }, { "category": "external", "summary": "Cisco Nexus 7000 Series NX-OS Security Configuration Guide", "url": "http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/6_x/nx-os/security/configuration/guide/b_Cisco_Nexus_7000_NX-OS_Security_Configuration_Guide__Release_6-x/b_Cisco_Nexus_7000_NX-OS_Security_Configuration_Guide__Release_6-x_chapter_01110.html#task_1452624" }, { "category": "external", "summary": "Cisco Guide to Securing Cisco NX-OS Software Devices", "url": "http://www.cisco.com/c/en/us/about/security-center/securing-nx-os.html" }, { "category": "external", "summary": "https://www.cisco.com/c/en/us/products/end-user-license-agreement.html", "url": "https://www.cisco.com/c/en/us/products/end-user-license-agreement.html" }, { "category": "external", "summary": "considering software upgrades", "url": "https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html#fixes" }, { "category": "external", "summary": "Cisco Security Advisories and Alerts page", "url": "https://www.cisco.com/go/psirt" }, { "category": "external", "summary": "https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html", "url": "https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html" }, { "category": "external", "summary": "Cisco\u0026nbsp;Event Response: August 2019 Cisco\u0026nbsp;FXOS and NX-OS Software Security Advisory Bundled Publication", "url": "https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-72243" }, { "category": "external", "summary": "CSCvn50393", "url": "https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn50393" }, { "category": "external", "summary": "CSCvi15409", "url": "https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvi15409" }, { "category": "external", "summary": "CSCvi15409", "url": "https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvi15409" }, { "category": "external", "summary": "CSCvi15409", "url": "https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvi15409" }, { "category": "external", "summary": "CSCvn50446", "url": "https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn50446" }, { "category": "external", "summary": "CSCvn50443", "url": "https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn50443" }, { "category": "external", "summary": "CSCvn52167", "url": "https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn52167" }, { "category": "external", "summary": "Cisco MDS Series Switches", "url": "https://www.cisco.com/c/en/us/td/docs/switches/datacenter/mds9000/sw/b_MDS_NX-OS_Recommended_Releases.html" }, { "category": "external", "summary": "Cisco Nexus 1000V for VMware Switch", "url": "http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus1000/sw/recommended_releases/b_Cisco_N1KV_VMware_MinRecommendedReleases.html" }, { "category": "external", "summary": "Cisco Nexus 3000 Series and 3500 Series Switches", "url": "http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus3000/sw/recommended_release/b_Minimum_and_Recommended_Cisco_NX-OS_Releases_for_Cisco_Nexus_3000_Series_Switches.html" }, { "category": "external", "summary": "Cisco Nexus 5000 Series Switches", "url": "http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/release/recommended_releases/recommended_nx-os_releases.html" }, { "category": "external", "summary": "Cisco Nexus 5500 Platform Switches", "url": "http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5500/sw/release/recommended_releases/n5500_recommended_nx-os_releases.html" }, { "category": "external", "summary": "Cisco Nexus 6000 Series Switches", "url": "http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus6000/sw/release/recommended_releases/recommended_nx-os_releases.html" }, { "category": "external", "summary": "Cisco Nexus 7000 Series Switches", "url": "http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/nx-os/recommended_releases/recommended_nx-os_releases.html" }, { "category": "external", "summary": "Cisco Nexus 9000 Series Switches", "url": "http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/recommended_release/b_Minimum_and_Recommended_Cisco_NX-OS_Releases_for_Cisco_Nexus_9000_Series_Switches.html" }, { "category": "external", "summary": "Cisco Nexus 9000 Series ACI-Mode Switches", "url": "https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/recommended-release/b_Recommended_Cisco_ACI_Releases.html" }, { "category": "external", "summary": "Security Vulnerability Policy", "url": "https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html" } ], "title": "Cisco NX-OS Software Remote Management Memory Leak Denial of Service Vulnerability", "tracking": { "current_release_date": "2019-10-08T14:45:53+00:00", "generator": { "date": "2022-09-03T03:09:54+00:00", "engine": { "name": "TVCE" } }, "id": "cisco-sa-20190828-nxos-memleak-dos", "initial_release_date": "2019-08-28T16:00:00+00:00", "revision_history": [ { "date": "2019-08-28T15:12:56+00:00", "number": "1.0.0", "summary": "Initial public release." }, { "date": "2019-10-08T14:45:53+00:00", "number": "1.1.0", "summary": "Updated the MDS and UCS fixed release tables." } ], "status": "final", "version": "1.1.0" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "branches": [ { "category": "service_pack", "name": "6.0(2)A3(1)", "product": { "name": "6.0(2)A3(1)", "product_id": "CSAFPID-239590" } }, { "category": "service_pack", "name": "6.0(2)A3(2)", "product": { "name": "6.0(2)A3(2)", "product_id": "CSAFPID-239591" } }, { "category": "service_pack", "name": "6.0(2)A3(4)", "product": { "name": "6.0(2)A3(4)", "product_id": "CSAFPID-239592" } } ], "category": "product_version", "name": "6.0(2)A3" }, { "branches": [ { "category": "service_pack", "name": "6.0(2)A4(1)", "product": { "name": "6.0(2)A4(1)", "product_id": "CSAFPID-239593" } }, { "category": "service_pack", "name": "6.0(2)A4(2)", "product": { "name": "6.0(2)A4(2)", "product_id": "CSAFPID-239594" } }, { "category": "service_pack", "name": "6.0(2)A4(3)", "product": { "name": "6.0(2)A4(3)", "product_id": "CSAFPID-239595" } }, { "category": "service_pack", "name": "6.0(2)A4(4)", "product": { "name": "6.0(2)A4(4)", "product_id": "CSAFPID-239596" } }, { "category": "service_pack", "name": "6.0(2)A4(5)", "product": { "name": "6.0(2)A4(5)", "product_id": "CSAFPID-239597" } }, { "category": "service_pack", "name": "6.0(2)A4(6)", "product": { "name": "6.0(2)A4(6)", "product_id": "CSAFPID-239598" } } ], "category": "product_version", "name": "6.0(2)A4" }, { "branches": [ { "category": "service_pack", "name": "6.0(2)A6(1)", "product": { "name": "6.0(2)A6(1)", "product_id": "CSAFPID-239599" } }, { "category": "service_pack", "name": "6.0(2)A6(1a)", "product": { "name": "6.0(2)A6(1a)", "product_id": "CSAFPID-239600" } }, { "category": "service_pack", "name": "6.0(2)A6(2)", "product": { "name": "6.0(2)A6(2)", "product_id": "CSAFPID-239601" } }, { "category": "service_pack", "name": "6.0(2)A6(2a)", "product": { "name": "6.0(2)A6(2a)", "product_id": "CSAFPID-239602" } }, { "category": "service_pack", "name": "6.0(2)A6(3)", "product": { "name": "6.0(2)A6(3)", "product_id": "CSAFPID-239603" } }, { "category": "service_pack", "name": "6.0(2)A6(3a)", "product": { "name": "6.0(2)A6(3a)", "product_id": "CSAFPID-239604" } }, { "category": "service_pack", "name": "6.0(2)A6(4)", "product": { "name": "6.0(2)A6(4)", "product_id": "CSAFPID-239605" } }, { "category": "service_pack", "name": "6.0(2)A6(4a)", "product": { "name": "6.0(2)A6(4a)", "product_id": "CSAFPID-239606" } }, { "category": "service_pack", "name": "6.0(2)A6(5)", "product": { "name": "6.0(2)A6(5)", "product_id": "CSAFPID-239607" } }, { "category": "service_pack", "name": "6.0(2)A6(5a)", "product": { "name": "6.0(2)A6(5a)", "product_id": "CSAFPID-239608" } }, { "category": "service_pack", "name": "6.0(2)A6(5b)", "product": { "name": "6.0(2)A6(5b)", "product_id": "CSAFPID-239609" } }, { "category": "service_pack", "name": "6.0(2)A6(6)", "product": { "name": "6.0(2)A6(6)", "product_id": "CSAFPID-239610" } }, { "category": "service_pack", "name": "6.0(2)A6(7)", "product": { "name": "6.0(2)A6(7)", "product_id": "CSAFPID-239611" } }, { "category": "service_pack", "name": "6.0(2)A6(8)", "product": { "name": "6.0(2)A6(8)", "product_id": "CSAFPID-239612" } } ], "category": "product_version", "name": "6.0(2)A6" }, { "branches": [ { "category": "service_pack", "name": "6.0(2)A7(1)", "product": { "name": "6.0(2)A7(1)", "product_id": "CSAFPID-239613" } }, { "category": "service_pack", "name": "6.0(2)A7(1a)", "product": { "name": "6.0(2)A7(1a)", "product_id": "CSAFPID-239614" } }, { "category": "service_pack", "name": "6.0(2)A7(2)", "product": { "name": "6.0(2)A7(2)", "product_id": "CSAFPID-239615" } }, { "category": "service_pack", "name": "6.0(2)A7(2a)", "product": { "name": "6.0(2)A7(2a)", "product_id": "CSAFPID-239616" } } ], "category": "product_version", "name": "6.0(2)A7" }, { "branches": [ { "category": "service_pack", "name": "6.0(2)A8(1)", "product": { "name": "6.0(2)A8(1)", "product_id": "CSAFPID-239617" } }, { "category": "service_pack", "name": "6.0(2)A8(2)", "product": { "name": "6.0(2)A8(2)", "product_id": "CSAFPID-239618" } }, { "category": "service_pack", "name": "6.0(2)A8(3)", "product": { "name": "6.0(2)A8(3)", "product_id": "CSAFPID-239619" } }, { "category": "service_pack", "name": "6.0(2)A8(4)", "product": { "name": "6.0(2)A8(4)", "product_id": "CSAFPID-239620" } }, { "category": "service_pack", "name": "6.0(2)A8(4a)", "product": { "name": "6.0(2)A8(4a)", "product_id": "CSAFPID-239621" } }, { "category": "service_pack", "name": "6.0(2)A8(5)", "product": { "name": "6.0(2)A8(5)", "product_id": "CSAFPID-239622" } }, { "category": "service_pack", "name": "6.0(2)A8(6)", "product": { "name": "6.0(2)A8(6)", "product_id": "CSAFPID-239623" } }, { "category": "service_pack", "name": "6.0(2)A8(7)", "product": { "name": "6.0(2)A8(7)", "product_id": "CSAFPID-239624" } }, { "category": "service_pack", "name": "6.0(2)A8(7a)", "product": { "name": "6.0(2)A8(7a)", "product_id": "CSAFPID-239625" } }, { "category": "service_pack", "name": "6.0(2)A8(7b)", "product": { "name": "6.0(2)A8(7b)", "product_id": "CSAFPID-239626" } }, { "category": "service_pack", "name": "6.0(2)A8(8)", "product": { "name": "6.0(2)A8(8)", "product_id": "CSAFPID-239627" } }, { "category": "service_pack", "name": "6.0(2)A8(9)", "product": { "name": "6.0(2)A8(9)", "product_id": "CSAFPID-239628" } }, { "category": "service_pack", "name": "6.0(2)A8(10a)", "product": { "name": "6.0(2)A8(10a)", "product_id": "CSAFPID-256526" } }, { "category": "service_pack", "name": "6.0(2)A8(10)", "product": { "name": "6.0(2)A8(10)", "product_id": "CSAFPID-256527" } } ], "category": "product_version", "name": "6.0(2)A8" }, { "branches": [ { "category": "service_pack", "name": "6.0(2)U2(1)", "product": { "name": "6.0(2)U2(1)", "product_id": "CSAFPID-205077" } }, { "category": "service_pack", "name": "6.0(2)U2(2)", "product": { "name": "6.0(2)U2(2)", "product_id": "CSAFPID-205078" } }, { "category": "service_pack", "name": "6.0(2)U2(3)", "product": { "name": "6.0(2)U2(3)", "product_id": "CSAFPID-205079" } }, { "category": "service_pack", "name": "6.0(2)U2(4)", "product": { "name": "6.0(2)U2(4)", "product_id": "CSAFPID-205080" } }, { "category": "service_pack", "name": "6.0(2)U2(5)", "product": { "name": "6.0(2)U2(5)", "product_id": "CSAFPID-205081" } }, { "category": "service_pack", "name": "6.0(2)U2(6)", "product": { "name": "6.0(2)U2(6)", "product_id": "CSAFPID-205082" } } ], "category": "product_version", "name": "6.0(2)U2" }, { "branches": [ { "category": "service_pack", "name": "6.0(2)U3(1)", "product": { "name": "6.0(2)U3(1)", "product_id": "CSAFPID-205083" } }, { "category": "service_pack", "name": "6.0(2)U3(2)", "product": { "name": "6.0(2)U3(2)", "product_id": "CSAFPID-205084" } }, { "category": "service_pack", "name": "6.0(2)U3(3)", "product": { "name": "6.0(2)U3(3)", "product_id": "CSAFPID-205085" } }, { "category": "service_pack", "name": "6.0(2)U3(4)", "product": { "name": "6.0(2)U3(4)", "product_id": "CSAFPID-205086" } }, { "category": "service_pack", "name": "6.0(2)U3(5)", "product": { "name": "6.0(2)U3(5)", "product_id": "CSAFPID-205087" } }, { "category": "service_pack", "name": "6.0(2)U3(6)", "product": { "name": "6.0(2)U3(6)", "product_id": "CSAFPID-239536" } }, { "category": "service_pack", "name": "6.0(2)U3(7)", "product": { "name": "6.0(2)U3(7)", "product_id": "CSAFPID-239537" } }, { "category": "service_pack", "name": "6.0(2)U3(8)", "product": { "name": "6.0(2)U3(8)", "product_id": "CSAFPID-239538" } }, { "category": "service_pack", "name": "6.0(2)U3(9)", "product": { "name": "6.0(2)U3(9)", "product_id": "CSAFPID-239539" } } ], "category": "product_version", "name": "6.0(2)U3" }, { "branches": [ { "category": "service_pack", "name": "6.0(2)U4(1)", "product": { "name": "6.0(2)U4(1)", "product_id": "CSAFPID-203349" } }, { "category": "service_pack", "name": "6.0(2)U4(2)", "product": { "name": "6.0(2)U4(2)", "product_id": "CSAFPID-205088" } }, { "category": "service_pack", "name": "6.0(2)U4(3)", "product": { "name": "6.0(2)U4(3)", "product_id": "CSAFPID-205089" } }, { "category": "service_pack", "name": "6.0(2)U4(4)", "product": { "name": "6.0(2)U4(4)", "product_id": "CSAFPID-239545" } } ], "category": "product_version", "name": "6.0(2)U4" }, { "branches": [ { "category": "service_pack", "name": "6.0(2)U5(1)", "product": { "name": "6.0(2)U5(1)", "product_id": "CSAFPID-205090" } }, { "category": "service_pack", "name": "6.0(2)U5(2)", "product": { "name": "6.0(2)U5(2)", "product_id": "CSAFPID-220702" } }, { "category": "service_pack", "name": "6.0(2)U5(3)", "product": { "name": "6.0(2)U5(3)", "product_id": "CSAFPID-220703" } }, { "category": "service_pack", "name": "6.0(2)U5(4)", "product": { "name": "6.0(2)U5(4)", "product_id": "CSAFPID-220704" } } ], "category": "product_version", "name": "6.0(2)U5" }, { "branches": [ { "category": "service_pack", "name": "6.0(2)U6(1)", "product": { "name": "6.0(2)U6(1)", "product_id": "CSAFPID-213569" } }, { "category": "service_pack", "name": "6.0(2)U6(2)", "product": { "name": "6.0(2)U6(2)", "product_id": "CSAFPID-213570" } }, { "category": "service_pack", "name": "6.0(2)U6(3)", "product": { "name": "6.0(2)U6(3)", "product_id": "CSAFPID-213571" } }, { "category": "service_pack", "name": "6.0(2)U6(4)", "product": { "name": "6.0(2)U6(4)", "product_id": "CSAFPID-213572" } }, { "category": "service_pack", "name": "6.0(2)U6(5)", "product": { "name": "6.0(2)U6(5)", "product_id": "CSAFPID-213573" } }, { "category": "service_pack", "name": "6.0(2)U6(6)", "product": { "name": "6.0(2)U6(6)", "product_id": "CSAFPID-220699" } }, { "category": "service_pack", "name": "6.0(2)U6(7)", "product": { "name": "6.0(2)U6(7)", "product_id": "CSAFPID-220700" } }, { "category": "service_pack", "name": "6.0(2)U6(8)", "product": { "name": "6.0(2)U6(8)", "product_id": "CSAFPID-220701" } }, { "category": "service_pack", "name": "6.0(2)U6(1a)", "product": { "name": "6.0(2)U6(1a)", "product_id": "CSAFPID-239546" } }, { "category": "service_pack", "name": "6.0(2)U6(2a)", "product": { "name": "6.0(2)U6(2a)", "product_id": "CSAFPID-239547" } }, { "category": "service_pack", "name": "6.0(2)U6(3a)", "product": { "name": "6.0(2)U6(3a)", "product_id": "CSAFPID-239548" } }, { "category": "service_pack", "name": "6.0(2)U6(4a)", "product": { "name": "6.0(2)U6(4a)", "product_id": "CSAFPID-239549" } }, { "category": "service_pack", "name": "6.0(2)U6(5a)", "product": { "name": "6.0(2)U6(5a)", "product_id": "CSAFPID-239550" } }, { "category": "service_pack", "name": "6.0(2)U6(5b)", "product": { "name": "6.0(2)U6(5b)", "product_id": "CSAFPID-239551" } }, { "category": "service_pack", "name": "6.0(2)U6(5c)", "product": { "name": "6.0(2)U6(5c)", "product_id": "CSAFPID-239552" } }, { "category": "service_pack", "name": "6.0(2)U6(9)", "product": { "name": "6.0(2)U6(9)", "product_id": "CSAFPID-239553" } }, { "category": "service_pack", "name": "6.0(2)U6(10)", "product": { "name": "6.0(2)U6(10)", "product_id": "CSAFPID-239554" } } ], "category": "product_version", "name": "6.0(2)U6" }, { "branches": [ { "category": "service_pack", "name": "6.2(2)", "product": { "name": "6.2(2)", "product_id": "CSAFPID-196609" } }, { "category": "service_pack", "name": "6.2(2a)", "product": { "name": "6.2(2a)", "product_id": "CSAFPID-196610" } }, { "category": "service_pack", "name": "6.2(6)", "product": { "name": "6.2(6)", "product_id": "CSAFPID-202738" } }, { "category": "service_pack", "name": "6.2(6b)", "product": { "name": "6.2(6b)", "product_id": "CSAFPID-205071" } }, { "category": "service_pack", "name": "6.2(8)", "product": { "name": "6.2(8)", "product_id": "CSAFPID-205072" } }, { "category": "service_pack", "name": "6.2(8a)", "product": { "name": "6.2(8a)", "product_id": "CSAFPID-205073" } }, { "category": "service_pack", "name": "6.2(8b)", "product": { "name": "6.2(8b)", "product_id": "CSAFPID-205074" } }, { "category": "service_pack", "name": "6.2(10)", "product": { "name": "6.2(10)", "product_id": "CSAFPID-205075" } }, { "category": "service_pack", "name": "6.2(12)", "product": { "name": "6.2(12)", "product_id": "CSAFPID-208194" } }, { "category": "service_pack", "name": "6.2(18)", "product": { "name": "6.2(18)", "product_id": "CSAFPID-230441" } }, { "category": "service_pack", "name": "6.2(16)", "product": { "name": "6.2(16)", "product_id": "CSAFPID-230442" } }, { "category": "service_pack", "name": "6.2(14b)", "product": { "name": "6.2(14b)", "product_id": "CSAFPID-230443" } }, { "category": "service_pack", "name": "6.2(14)", "product": { "name": "6.2(14)", "product_id": "CSAFPID-230527" } }, { "category": "service_pack", "name": "6.2(14a)", "product": { "name": "6.2(14a)", "product_id": "CSAFPID-230528" } }, { "category": "service_pack", "name": "6.2(6a)", "product": { "name": "6.2(6a)", "product_id": "CSAFPID-239437" } }, { "category": "service_pack", "name": "6.2(20)", "product": { "name": "6.2(20)", "product_id": "CSAFPID-239445" } }, { "category": "service_pack", "name": "6.2(1)", "product": { "name": "6.2(1)", "product_id": "CSAFPID-239482" } }, { "category": "service_pack", "name": "6.2(3)", "product": { "name": "6.2(3)", "product_id": "CSAFPID-239483" } }, { "category": "service_pack", "name": "6.2(5)", "product": { "name": "6.2(5)", "product_id": "CSAFPID-239484" } }, { "category": "service_pack", "name": "6.2(5a)", "product": { "name": "6.2(5a)", "product_id": "CSAFPID-239485" } }, { "category": "service_pack", "name": "6.2(5b)", "product": { "name": "6.2(5b)", "product_id": "CSAFPID-239486" } }, { "category": "service_pack", "name": "6.2(7)", "product": { "name": "6.2(7)", "product_id": "CSAFPID-239487" } }, { "category": "service_pack", "name": "6.2(9)", "product": { "name": "6.2(9)", "product_id": "CSAFPID-239488" } }, { "category": "service_pack", "name": "6.2(9a)", "product": { "name": "6.2(9a)", "product_id": "CSAFPID-239489" } }, { "category": "service_pack", "name": "6.2(9b)", "product": { "name": "6.2(9b)", "product_id": "CSAFPID-239490" } }, { "category": "service_pack", "name": "6.2(9c)", "product": { "name": "6.2(9c)", "product_id": "CSAFPID-239491" } }, { "category": "service_pack", "name": "6.2(11)", "product": { "name": "6.2(11)", "product_id": "CSAFPID-239492" } }, { "category": "service_pack", "name": "6.2(11b)", "product": { "name": "6.2(11b)", "product_id": "CSAFPID-239493" } }, { "category": "service_pack", "name": "6.2(11c)", "product": { "name": "6.2(11c)", "product_id": "CSAFPID-239494" } }, { "category": "service_pack", "name": "6.2(11d)", "product": { "name": "6.2(11d)", "product_id": "CSAFPID-239495" } }, { "category": "service_pack", "name": "6.2(11e)", "product": { "name": "6.2(11e)", "product_id": "CSAFPID-239496" } }, { "category": "service_pack", "name": "6.2(13)", "product": { "name": "6.2(13)", "product_id": "CSAFPID-239497" } }, { "category": "service_pack", "name": "6.2(13a)", "product": { "name": "6.2(13a)", "product_id": "CSAFPID-239498" } }, { "category": "service_pack", "name": "6.2(13b)", "product": { "name": "6.2(13b)", "product_id": "CSAFPID-239499" } }, { "category": "service_pack", "name": "6.2(15)", "product": { "name": "6.2(15)", "product_id": "CSAFPID-239500" } }, { "category": "service_pack", "name": "6.2(17)", "product": { "name": "6.2(17)", "product_id": "CSAFPID-239501" } }, { "category": "service_pack", "name": "6.2(19)", "product": { "name": "6.2(19)", "product_id": "CSAFPID-239502" } }, { "category": "service_pack", "name": "6.2(21)", "product": { "name": "6.2(21)", "product_id": "CSAFPID-239503" } }, { "category": "service_pack", "name": "6.2(23)", "product": { "name": "6.2(23)", "product_id": "CSAFPID-239504" } }, { "category": "service_pack", "name": "6.2(20a)", "product": { "name": "6.2(20a)", "product_id": "CSAFPID-248858" } }, { "category": "service_pack", "name": "6.2(25)", "product": { "name": "6.2(25)", "product_id": "CSAFPID-256166" } }, { "category": "service_pack", "name": "6.2(17a)", "product": { "name": "6.2(17a)", "product_id": "CSAFPID-265097" } } ], "category": "product_version", "name": "6.2" }, { "branches": [ { "category": "service_pack", "name": "7.0(0)N1(1)", "product": { "name": "7.0(0)N1(1)", "product_id": "CSAFPID-201884" } } ], "category": "product_version", "name": "7.0(0)N1" }, { "branches": [ { "category": "service_pack", "name": "7.0(1)N1(1)", "product": { "name": "7.0(1)N1(1)", "product_id": "CSAFPID-201885" } } ], "category": "product_version", "name": "7.0(1)N1" }, { "branches": [ { "category": "service_pack", "name": "7.0(2)N1(1)", "product": { "name": "7.0(2)N1(1)", "product_id": "CSAFPID-201886" } } ], "category": "product_version", "name": "7.0(2)N1" }, { "branches": [ { "category": "service_pack", "name": "7.0(3)F1(1)", "product": { "name": "7.0(3)F1(1)", "product_id": "CSAFPID-239805" } } ], "category": "product_version", "name": "7.0(3)F1" }, { "branches": [ { "category": "service_pack", "name": "7.0(3)F2(1)", "product": { "name": "7.0(3)F2(1)", "product_id": "CSAFPID-239806" } }, { "category": "service_pack", "name": "7.0(3)F2(2)", "product": { "name": "7.0(3)F2(2)", "product_id": "CSAFPID-239807" } } ], "category": "product_version", "name": "7.0(3)F2" }, { "branches": [ { "category": "service_pack", "name": "7.0(3)F3(1)", "product": { "name": "7.0(3)F3(1)", "product_id": "CSAFPID-239632" } }, { "category": "service_pack", "name": "7.0(3)F3(2)", "product": { "name": "7.0(3)F3(2)", "product_id": "CSAFPID-239633" } }, { "category": "service_pack", "name": "7.0(3)F3(3)", "product": { "name": "7.0(3)F3(3)", "product_id": "CSAFPID-239634" } }, { "category": "service_pack", "name": "7.0(3)F3(3a)", "product": { "name": "7.0(3)F3(3a)", "product_id": "CSAFPID-239635" } }, { "category": "service_pack", "name": "7.0(3)F3(4)", "product": { "name": "7.0(3)F3(4)", "product_id": "CSAFPID-239636" } }, { "category": "service_pack", "name": "7.0(3)F3(3c)", "product": { "name": "7.0(3)F3(3c)", "product_id": "CSAFPID-248790" } }, { "category": "service_pack", "name": "7.0(3)F3(5)", "product": { "name": "7.0(3)F3(5)", "product_id": "CSAFPID-256529" } } ], "category": "product_version", "name": "7.0(3)F3" }, { "branches": [ { "category": "service_pack", "name": "7.0(3)I2(2a)", "product": { "name": "7.0(3)I2(2a)", "product_id": "CSAFPID-220741" } }, { "category": "service_pack", "name": "7.0(3)I2(2b)", "product": { "name": "7.0(3)I2(2b)", "product_id": "CSAFPID-220742" } }, { "category": "service_pack", "name": "7.0(3)I2(2c)", "product": { "name": "7.0(3)I2(2c)", "product_id": "CSAFPID-220743" } }, { "category": "service_pack", "name": "7.0(3)I2(2d)", "product": { "name": "7.0(3)I2(2d)", "product_id": "CSAFPID-220744" } }, { "category": "service_pack", "name": "7.0(3)I2(2e)", "product": { "name": "7.0(3)I2(2e)", "product_id": "CSAFPID-220745" } }, { "category": "service_pack", "name": "7.0(3)I2(3)", "product": { "name": "7.0(3)I2(3)", "product_id": "CSAFPID-220746" } }, { "category": "service_pack", "name": "7.0(3)I2(4)", "product": { "name": "7.0(3)I2(4)", "product_id": "CSAFPID-220747" } }, { "category": "service_pack", "name": "7.0(3)I2(5)", "product": { "name": "7.0(3)I2(5)", "product_id": "CSAFPID-230554" } }, { "category": "service_pack", "name": "7.0(3)I2(1)", "product": { "name": "7.0(3)I2(1)", "product_id": "CSAFPID-230567" } }, { "category": "service_pack", "name": "7.0(3)I2(1a)", "product": { "name": "7.0(3)I2(1a)", "product_id": "CSAFPID-230568" } }, { "category": "service_pack", "name": "7.0(3)I2(2)", "product": { "name": "7.0(3)I2(2)", "product_id": "CSAFPID-230569" } }, { "category": "service_pack", "name": "7.0(3)I2(2r)", "product": { "name": "7.0(3)I2(2r)", "product_id": "CSAFPID-265101" } }, { "category": "service_pack", "name": "7.0(3)I2(2s)", "product": { "name": "7.0(3)I2(2s)", "product_id": "CSAFPID-265102" } }, { "category": "service_pack", "name": "7.0(3)I2(2v)", "product": { "name": "7.0(3)I2(2v)", "product_id": "CSAFPID-265103" } }, { "category": "service_pack", "name": "7.0(3)I2(2w)", "product": { "name": "7.0(3)I2(2w)", "product_id": "CSAFPID-265104" } }, { "category": "service_pack", "name": "7.0(3)I2(2x)", "product": { "name": "7.0(3)I2(2x)", "product_id": "CSAFPID-265105" } }, { "category": "service_pack", "name": "7.0(3)I2(2y)", "product": { "name": "7.0(3)I2(2y)", "product_id": "CSAFPID-265106" } } ], "category": "product_version", "name": "7.0(3)I2" }, { "branches": [ { "category": "service_pack", "name": "7.0(3)I3(1)", "product": { "name": "7.0(3)I3(1)", "product_id": "CSAFPID-220748" } } ], "category": "product_version", "name": "7.0(3)I3" }, { "branches": [ { "category": "service_pack", "name": "7.0(3)I4(1)", "product": { "name": "7.0(3)I4(1)", "product_id": "CSAFPID-220749" } }, { "category": "service_pack", "name": "7.0(3)I4(2)", "product": { "name": "7.0(3)I4(2)", "product_id": "CSAFPID-220750" } }, { "category": "service_pack", "name": "7.0(3)I4(3)", "product": { "name": "7.0(3)I4(3)", "product_id": "CSAFPID-220751" } }, { "category": "service_pack", "name": "7.0(3)I4(4)", "product": { "name": "7.0(3)I4(4)", "product_id": "CSAFPID-230530" } }, { "category": "service_pack", "name": "7.0(3)I4(5)", "product": { "name": "7.0(3)I4(5)", "product_id": "CSAFPID-230531" } }, { "category": "service_pack", "name": "7.0(3)I4(6)", "product": { "name": "7.0(3)I4(6)", "product_id": "CSAFPID-230532" } }, { "category": "service_pack", "name": "7.0(3)I4(7)", "product": { "name": "7.0(3)I4(7)", "product_id": "CSAFPID-230534" } }, { "category": "service_pack", "name": "7.0(3)I4(8)", "product": { "name": "7.0(3)I4(8)", "product_id": "CSAFPID-239472" } }, { "category": "service_pack", "name": "7.0(3)I4(8a)", "product": { "name": "7.0(3)I4(8a)", "product_id": "CSAFPID-256872" } }, { "category": "service_pack", "name": "7.0(3)I4(8b)", "product": { "name": "7.0(3)I4(8b)", "product_id": "CSAFPID-256873" } }, { "category": "service_pack", "name": "7.0(3)I4(8z)", "product": { "name": "7.0(3)I4(8z)", "product_id": "CSAFPID-256874" } }, { "category": "service_pack", "name": "7.0(3)I4(1t)", "product": { "name": "7.0(3)I4(1t)", "product_id": "CSAFPID-265107" } }, { "category": "service_pack", "name": "7.0(3)I4(6t)", "product": { "name": "7.0(3)I4(6t)", "product_id": "CSAFPID-265108" } } ], "category": "product_version", "name": "7.0(3)I4" }, { "branches": [ { "category": "service_pack", "name": "7.0(3)I5(1)", "product": { "name": "7.0(3)I5(1)", "product_id": "CSAFPID-230535" } }, { "category": "service_pack", "name": "7.0(3)I5(2)", "product": { "name": "7.0(3)I5(2)", "product_id": "CSAFPID-230536" } }, { "category": "service_pack", "name": "7.0(3)I5(3)", "product": { "name": "7.0(3)I5(3)", "product_id": "CSAFPID-265110" } }, { "category": "service_pack", "name": "7.0(3)I5(3a)", "product": { "name": "7.0(3)I5(3a)", "product_id": "CSAFPID-265111" } }, { "category": "service_pack", "name": "7.0(3)I5(3b)", "product": { "name": "7.0(3)I5(3b)", "product_id": "CSAFPID-265112" } } ], "category": "product_version", "name": "7.0(3)I5" }, { "branches": [ { "category": "service_pack", "name": "7.0(3)I6(1)", "product": { "name": "7.0(3)I6(1)", "product_id": "CSAFPID-230541" } }, { "category": "service_pack", "name": "7.0(3)I6(2)", "product": { "name": "7.0(3)I6(2)", "product_id": "CSAFPID-239476" } } ], "category": "product_version", "name": "7.0(3)I6" }, { "branches": [ { "category": "service_pack", "name": "7.0(3)I7(1)", "product": { "name": "7.0(3)I7(1)", "product_id": "CSAFPID-230542" } }, { "category": "service_pack", "name": "7.0(3)I7(2)", "product": { "name": "7.0(3)I7(2)", "product_id": "CSAFPID-239478" } }, { "category": "service_pack", "name": "7.0(3)I7(3)", "product": { "name": "7.0(3)I7(3)", "product_id": "CSAFPID-239479" } }, { "category": "service_pack", "name": "7.0(3)I7(3z)", "product": { "name": "7.0(3)I7(3z)", "product_id": "CSAFPID-265113" } } ], "category": "product_version", "name": "7.0(3)I7" }, { "branches": [ { "category": "service_pack", "name": "7.0(3)N1(1)", "product": { "name": "7.0(3)N1(1)", "product_id": "CSAFPID-201887" } } ], "category": "product_version", "name": "7.0(3)N1" }, { "branches": [ { "category": "service_pack", "name": "7.0(4)N1(1)", "product": { "name": "7.0(4)N1(1)", "product_id": "CSAFPID-212037" } }, { "category": "service_pack", "name": "7.0(4)N1(1a)", "product": { "name": "7.0(4)N1(1a)", "product_id": "CSAFPID-230505" } } ], "category": "product_version", "name": "7.0(4)N1" }, { "branches": [ { "category": "service_pack", "name": "7.0(5)N1(1)", "product": { "name": "7.0(5)N1(1)", "product_id": "CSAFPID-212038" } }, { "category": "service_pack", "name": "7.0(5)N1(1a)", "product": { "name": "7.0(5)N1(1a)", "product_id": "CSAFPID-212039" } } ], "category": "product_version", "name": "7.0(5)N1" }, { "branches": [ { "category": "service_pack", "name": "7.0(6)N1(1)", "product": { "name": "7.0(6)N1(1)", "product_id": "CSAFPID-208805" } }, { "category": "service_pack", "name": "7.0(6)N1(4s)", "product": { "name": "7.0(6)N1(4s)", "product_id": "CSAFPID-230498" } }, { "category": "service_pack", "name": "7.0(6)N1(3s)", "product": { "name": "7.0(6)N1(3s)", "product_id": "CSAFPID-230499" } }, { "category": "service_pack", "name": "7.0(6)N1(2s)", "product": { "name": "7.0(6)N1(2s)", "product_id": "CSAFPID-230500" } } ], "category": "product_version", "name": "7.0(6)N1" }, { "branches": [ { "category": "service_pack", "name": "7.0(7)N1(1)", "product": { "name": "7.0(7)N1(1)", "product_id": "CSAFPID-212040" } }, { "category": "service_pack", "name": "7.0(7)N1(1b)", "product": { "name": "7.0(7)N1(1b)", "product_id": "CSAFPID-230495" } }, { "category": "service_pack", "name": "7.0(7)N1(1a)", "product": { "name": "7.0(7)N1(1a)", "product_id": "CSAFPID-230496" } } ], "category": "product_version", "name": "7.0(7)N1" }, { "branches": [ { "category": "service_pack", "name": "7.0(8)N1(1)", "product": { "name": "7.0(8)N1(1)", "product_id": "CSAFPID-220727" } }, { "category": "service_pack", "name": "7.0(8)N1(1a)", "product": { "name": "7.0(8)N1(1a)", "product_id": "CSAFPID-230493" } } ], "category": "product_version", "name": "7.0(8)N1" }, { "branches": [ { "category": "service_pack", "name": "7.1(0)N1(1a)", "product": { "name": "7.1(0)N1(1a)", "product_id": "CSAFPID-212041" } }, { "category": "service_pack", "name": "7.1(0)N1(1b)", "product": { "name": "7.1(0)N1(1b)", "product_id": "CSAFPID-212042" } }, { "category": "service_pack", "name": "7.1(0)N1(1)", "product": { "name": "7.1(0)N1(1)", "product_id": "CSAFPID-230492" } } ], "category": "product_version", "name": "7.1(0)N1" }, { "branches": [ { "category": "service_pack", "name": "7.1(1)N1(1)", "product": { "name": "7.1(1)N1(1)", "product_id": "CSAFPID-208806" } }, { "category": "service_pack", "name": "7.1(1)N1(1a)", "product": { "name": "7.1(1)N1(1a)", "product_id": "CSAFPID-230487" } } ], "category": "product_version", "name": "7.1(1)N1" }, { "branches": [ { "category": "service_pack", "name": "7.1(2)N1(1)", "product": { "name": "7.1(2)N1(1)", "product_id": "CSAFPID-212043" } }, { "category": "service_pack", "name": "7.1(2)N1(1a)", "product": { "name": "7.1(2)N1(1a)", "product_id": "CSAFPID-230485" } } ], "category": "product_version", "name": "7.1(2)N1" }, { "branches": [ { "category": "service_pack", "name": "7.1(3)N1(1)", "product": { "name": "7.1(3)N1(1)", "product_id": "CSAFPID-212044" } }, { "category": "service_pack", "name": "7.1(3)N1(2)", "product": { "name": "7.1(3)N1(2)", "product_id": "CSAFPID-220733" } }, { "category": "service_pack", "name": "7.1(3)N1(5)", "product": { "name": "7.1(3)N1(5)", "product_id": "CSAFPID-230478" } }, { "category": "service_pack", "name": "7.1(3)N1(4)", "product": { "name": "7.1(3)N1(4)", "product_id": "CSAFPID-230479" } }, { "category": "service_pack", "name": "7.1(3)N1(3)", "product": { "name": "7.1(3)N1(3)", "product_id": "CSAFPID-230480" } }, { "category": "service_pack", "name": "7.1(3)N1(2a)", "product": { "name": "7.1(3)N1(2a)", "product_id": "CSAFPID-230481" } } ], "category": "product_version", "name": "7.1(3)N1" }, { "branches": [ { "category": "service_pack", "name": "7.1(4)N1(1)", "product": { "name": "7.1(4)N1(1)", "product_id": "CSAFPID-220734" } }, { "category": "service_pack", "name": "7.1(4)N1(1d)", "product": { "name": "7.1(4)N1(1d)", "product_id": "CSAFPID-230474" } }, { "category": "service_pack", "name": "7.1(4)N1(1c)", "product": { "name": "7.1(4)N1(1c)", "product_id": "CSAFPID-230475" } }, { "category": "service_pack", "name": "7.1(4)N1(1a)", "product": { "name": "7.1(4)N1(1a)", "product_id": "CSAFPID-230476" } } ], "category": "product_version", "name": "7.1(4)N1" }, { "branches": [ { "category": "service_pack", "name": "7.1(5)N1(1)", "product": { "name": "7.1(5)N1(1)", "product_id": "CSAFPID-230473" } } ], "category": "product_version", "name": "7.1(5)N1" }, { "branches": [ { "category": "service_pack", "name": "7.2(0)D1(1)", "product": { "name": "7.2(0)D1(1)", "product_id": "CSAFPID-230440" } } ], "category": "product_version", "name": "7.2(0)D1" }, { "branches": [ { "category": "service_pack", "name": "7.2(0)N1(1)", "product": { "name": "7.2(0)N1(1)", "product_id": "CSAFPID-212045" } } ], "category": "product_version", "name": "7.2(0)N1" }, { "branches": [ { "category": "service_pack", "name": "7.2(1)D1(1)", "product": { "name": "7.2(1)D1(1)", "product_id": "CSAFPID-225659" } } ], "category": "product_version", "name": "7.2(1)D1" }, { "branches": [ { "category": "service_pack", "name": "7.2(1)N1(1)", "product": { "name": "7.2(1)N1(1)", "product_id": "CSAFPID-212046" } } ], "category": "product_version", "name": "7.2(1)N1" }, { "branches": [ { "category": "service_pack", "name": "7.2(2)D1(2)", "product": { "name": "7.2(2)D1(2)", "product_id": "CSAFPID-230438" } }, { "category": "service_pack", "name": "7.2(2)D1(1)", "product": { "name": "7.2(2)D1(1)", "product_id": "CSAFPID-230439" } }, { "category": "service_pack", "name": "7.2(2)D1(3)", "product": { "name": "7.2(2)D1(3)", "product_id": "CSAFPID-265129" } }, { "category": "service_pack", "name": "7.2(2)D1(4)", "product": { "name": "7.2(2)D1(4)", "product_id": "CSAFPID-265130" } } ], "category": "product_version", "name": "7.2(2)D1" }, { "branches": [ { "category": "service_pack", "name": "7.3(0)D1(1)", "product": { "name": "7.3(0)D1(1)", "product_id": "CSAFPID-230437" } } ], "category": "product_version", "name": "7.3(0)D1" }, { "branches": [ { "category": "service_pack", "name": "7.3(0)DX(1)", "product": { "name": "7.3(0)DX(1)", "product_id": "CSAFPID-230436" } } ], "category": "product_version", "name": "7.3(0)DX" }, { "branches": [ { "category": "service_pack", "name": "7.3(0)DY(1)", "product": { "name": "7.3(0)DY(1)", "product_id": "CSAFPID-230448" } } ], "category": "product_version", "name": "7.3(0)DY" }, { "branches": [ { "category": "service_pack", "name": "7.3(0)N1(1)", "product": { "name": "7.3(0)N1(1)", "product_id": "CSAFPID-220737" } }, { "category": "service_pack", "name": "7.3(0)N1(1b)", "product": { "name": "7.3(0)N1(1b)", "product_id": "CSAFPID-230468" } }, { "category": "service_pack", "name": "7.3(0)N1(1a)", "product": { "name": "7.3(0)N1(1a)", "product_id": "CSAFPID-230469" } } ], "category": "product_version", "name": "7.3(0)N1" }, { "branches": [ { "category": "service_pack", "name": "7.3(1)D1(1)", "product": { "name": "7.3(1)D1(1)", "product_id": "CSAFPID-230435" } } ], "category": "product_version", "name": "7.3(1)D1" }, { "branches": [ { "category": "service_pack", "name": "7.3(1)DY(1)", "product": { "name": "7.3(1)DY(1)", "product_id": "CSAFPID-230446" } } ], "category": "product_version", "name": "7.3(1)DY" }, { "branches": [ { "category": "service_pack", "name": "7.3(1)N1(1)", "product": { "name": "7.3(1)N1(1)", "product_id": "CSAFPID-227352" } } ], "category": "product_version", "name": "7.3(1)N1" }, { "branches": [ { "category": "service_pack", "name": "7.3(2)D1(1)", "product": { "name": "7.3(2)D1(1)", "product_id": "CSAFPID-230433" } }, { "category": "service_pack", "name": "7.3(2)D1(2)", "product": { "name": "7.3(2)D1(2)", "product_id": "CSAFPID-239439" } }, { "category": "service_pack", "name": "7.3(2)D1(3)", "product": { "name": "7.3(2)D1(3)", "product_id": "CSAFPID-256870" } }, { "category": "service_pack", "name": "7.3(2)D1(3a)", "product": { "name": "7.3(2)D1(3a)", "product_id": "CSAFPID-256871" } }, { "category": "service_pack", "name": "7.3(2)D1(1d)", "product": { "name": "7.3(2)D1(1d)", "product_id": "CSAFPID-275060" } } ], "category": "product_version", "name": "7.3(2)D1" }, { "branches": [ { "category": "service_pack", "name": "7.3(2)N1(1)", "product": { "name": "7.3(2)N1(1)", "product_id": "CSAFPID-230467" } }, { "category": "service_pack", "name": "7.3(2)N1(1b)", "product": { "name": "7.3(2)N1(1b)", "product_id": "CSAFPID-265131" } }, { "category": "service_pack", "name": "7.3(2)N1(1c)", "product": { "name": "7.3(2)N1(1c)", "product_id": "CSAFPID-265132" } } ], "category": "product_version", "name": "7.3(2)N1" }, { "branches": [ { "category": "service_pack", "name": "7.3(3)N1(1)", "product": { "name": "7.3(3)N1(1)", "product_id": "CSAFPID-239639" } } ], "category": "product_version", "name": "7.3(3)N1" }, { "branches": [ { "category": "service_pack", "name": "8.0(1)", "product": { "name": "8.0(1)", "product_id": "CSAFPID-227357" } } ], "category": "product_version", "name": "8.0" }, { "branches": [ { "category": "service_pack", "name": "8.1(1)", "product": { "name": "8.1(1)", "product_id": "CSAFPID-227356" } }, { "category": "service_pack", "name": "8.1(2)", "product": { "name": "8.1(2)", "product_id": "CSAFPID-239440" } }, { "category": "service_pack", "name": "8.1(2a)", "product": { "name": "8.1(2a)", "product_id": "CSAFPID-239441" } }, { "category": "service_pack", "name": "8.1(1a)", "product": { "name": "8.1(1a)", "product_id": "CSAFPID-239510" } }, { "category": "service_pack", "name": "8.1(1b)", "product": { "name": "8.1(1b)", "product_id": "CSAFPID-256209" } } ], "category": "product_version", "name": "8.1" }, { "branches": [ { "category": "service_pack", "name": "8.2(1)", "product": { "name": "8.2(1)", "product_id": "CSAFPID-230429" } }, { "category": "service_pack", "name": "8.2(2)", "product": { "name": "8.2(2)", "product_id": "CSAFPID-239442" } } ], "category": "product_version", "name": "8.2" }, { "branches": [ { "category": "service_pack", "name": "8.3(1)", "product": { "name": "8.3(1)", "product_id": "CSAFPID-248859" } }, { "category": "service_pack", "name": "8.3(2)", "product": { "name": "8.3(2)", "product_id": "CSAFPID-265140" } } ], "category": "product_version", "name": "8.3" }, { "branches": [ { "category": "service_pack", "name": "7.3(4)N1(1)", "product": { "name": "7.3(4)N1(1)", "product_id": "CSAFPID-257397" } }, { "category": "service_pack", "name": "7.3(4)N1(1a)", "product": { "name": "7.3(4)N1(1a)", "product_id": "CSAFPID-265135" } } ], "category": "product_version", "name": "7.3(4)N1" }, { "branches": [ { "category": "service_pack", "name": "7.3(3)D1(1)", "product": { "name": "7.3(3)D1(1)", "product_id": "CSAFPID-257400" } } ], "category": "product_version", "name": "7.3(3)D1" }, { "branches": [ { "category": "service_pack", "name": "7.0(3)IA7(1)", "product": { "name": "7.0(3)IA7(1)", "product_id": "CSAFPID-265117" } }, { "category": "service_pack", "name": "7.0(3)IA7(2)", "product": { "name": "7.0(3)IA7(2)", "product_id": "CSAFPID-265118" } } ], "category": "product_version", "name": "7.0(3)IA7" }, { "branches": [ { "category": "service_pack", "name": "7.0(3)IC4(4)", "product": { "name": "7.0(3)IC4(4)", "product_id": "CSAFPID-265120" } } ], "category": "product_version", "name": "7.0(3)IC4" }, { "branches": [ { "category": "service_pack", "name": "7.0(3)IM3(1)", "product": { "name": "7.0(3)IM3(1)", "product_id": "CSAFPID-265122" } }, { "category": "service_pack", "name": "7.0(3)IM3(2)", "product": { "name": "7.0(3)IM3(2)", "product_id": "CSAFPID-265123" } }, { "category": "service_pack", "name": "7.0(3)IM3(2a)", "product": { "name": "7.0(3)IM3(2a)", "product_id": "CSAFPID-265124" } }, { "category": "service_pack", "name": "7.0(3)IM3(2b)", "product": { "name": "7.0(3)IM3(2b)", "product_id": "CSAFPID-265125" } }, { "category": "service_pack", "name": "7.0(3)IM3(3)", "product": { "name": "7.0(3)IM3(3)", "product_id": "CSAFPID-265126" } } ], "category": "product_version", "name": "7.0(3)IM3" }, { "branches": [ { "category": "service_pack", "name": "7.0(3)IM7(2)", "product": { "name": "7.0(3)IM7(2)", "product_id": "CSAFPID-265128" } } ], "category": "product_version", "name": "7.0(3)IM7" } ], "category": "product_family", "name": "Cisco NX-OS Software" }, { "category": "product_family", "name": "Cisco Unified Computing System (Managed)", "product": { "name": "Cisco Unified Computing System (Managed) ", "product_id": "CSAFPID-112776" } }, { "category": "product_name", "name": "Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product": { "name": "Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-265086" } }, { "category": "product_name", "name": "Cisco Nexus 7000 Series Switches", "product": { "name": "Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-265088" } }, { "category": "product_name", "name": "Cisco Nexus 5000 Series Switches", "product": { "name": "Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-265090" } }, { "category": "product_name", "name": "Cisco Nexus 3000 Series Switches", "product": { "name": "Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-265091" } }, { "category": "product_name", "name": "Cisco Nexus 6000 Series Switches", "product": { "name": "Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-265094" } }, { "category": "product_name", "name": "Cisco Nexus 9000 Series Switches", "product": { "name": "Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265096" } } ], "category": "vendor", "name": "Cisco" } ], "relationships": [ { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A3(1) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239590:265091" }, "product_reference": "CSAFPID-239590", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A3(2) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239591:265091" }, "product_reference": "CSAFPID-239591", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A3(4) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239592:265091" }, "product_reference": "CSAFPID-239592", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A4(1) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239593:265091" }, "product_reference": "CSAFPID-239593", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A4(2) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239594:265091" }, "product_reference": "CSAFPID-239594", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A4(3) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239595:265091" }, "product_reference": "CSAFPID-239595", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A4(4) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239596:265091" }, "product_reference": "CSAFPID-239596", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A4(5) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239597:265091" }, "product_reference": "CSAFPID-239597", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A4(6) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239598:265091" }, "product_reference": "CSAFPID-239598", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A6(1) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239599:265091" }, "product_reference": "CSAFPID-239599", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A6(1a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239600:265091" }, "product_reference": "CSAFPID-239600", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A6(2) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239601:265091" }, "product_reference": "CSAFPID-239601", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A6(2a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239602:265091" }, "product_reference": "CSAFPID-239602", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A6(3) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239603:265091" }, "product_reference": "CSAFPID-239603", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A6(3a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239604:265091" }, "product_reference": "CSAFPID-239604", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A6(4) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239605:265091" }, "product_reference": "CSAFPID-239605", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A6(4a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239606:265091" }, "product_reference": "CSAFPID-239606", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A6(5) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239607:265091" }, "product_reference": "CSAFPID-239607", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A6(5a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239608:265091" }, "product_reference": "CSAFPID-239608", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A6(5b) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239609:265091" }, "product_reference": "CSAFPID-239609", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A6(6) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239610:265091" }, "product_reference": "CSAFPID-239610", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A6(7) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239611:265091" }, "product_reference": "CSAFPID-239611", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A6(8) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239612:265091" }, "product_reference": "CSAFPID-239612", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A7(1) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239613:265091" }, "product_reference": "CSAFPID-239613", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A7(1a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239614:265091" }, "product_reference": "CSAFPID-239614", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A7(2) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239615:265091" }, "product_reference": "CSAFPID-239615", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A7(2a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239616:265091" }, "product_reference": "CSAFPID-239616", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A8(1) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239617:265091" }, "product_reference": "CSAFPID-239617", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A8(2) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239618:265091" }, "product_reference": "CSAFPID-239618", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A8(3) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239619:265091" }, "product_reference": "CSAFPID-239619", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A8(4) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239620:265091" }, "product_reference": "CSAFPID-239620", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A8(4a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239621:265091" }, "product_reference": "CSAFPID-239621", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A8(5) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239622:265091" }, "product_reference": "CSAFPID-239622", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A8(6) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239623:265091" }, "product_reference": "CSAFPID-239623", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A8(7) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239624:265091" }, "product_reference": "CSAFPID-239624", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A8(7a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239625:265091" }, "product_reference": "CSAFPID-239625", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A8(7b) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239626:265091" }, "product_reference": "CSAFPID-239626", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A8(8) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239627:265091" }, "product_reference": "CSAFPID-239627", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A8(9) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239628:265091" }, "product_reference": "CSAFPID-239628", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A8(10a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-256526:265091" }, "product_reference": "CSAFPID-256526", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)A8(10) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-256527:265091" }, "product_reference": "CSAFPID-256527", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U2(1) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-205077:265091" }, "product_reference": "CSAFPID-205077", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U2(2) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-205078:265091" }, "product_reference": "CSAFPID-205078", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U2(3) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-205079:265091" }, "product_reference": "CSAFPID-205079", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U2(4) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-205080:265091" }, "product_reference": "CSAFPID-205080", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U2(5) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-205081:265091" }, "product_reference": "CSAFPID-205081", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U2(6) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-205082:265091" }, "product_reference": "CSAFPID-205082", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U3(1) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-205083:265091" }, "product_reference": "CSAFPID-205083", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U3(2) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-205084:265091" }, "product_reference": "CSAFPID-205084", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U3(3) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-205085:265091" }, "product_reference": "CSAFPID-205085", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U3(4) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-205086:265091" }, "product_reference": "CSAFPID-205086", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U3(5) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-205087:265091" }, "product_reference": "CSAFPID-205087", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U3(6) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239536:265091" }, "product_reference": "CSAFPID-239536", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U3(7) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239537:265091" }, "product_reference": "CSAFPID-239537", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U3(8) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239538:265091" }, "product_reference": "CSAFPID-239538", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U3(9) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239539:265091" }, "product_reference": "CSAFPID-239539", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U4(1) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-203349:265091" }, "product_reference": "CSAFPID-203349", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U4(2) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-205088:265091" }, "product_reference": "CSAFPID-205088", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U4(3) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-205089:265091" }, "product_reference": "CSAFPID-205089", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U4(4) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239545:265091" }, "product_reference": "CSAFPID-239545", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U5(1) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-205090:265091" }, "product_reference": "CSAFPID-205090", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U5(2) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-220702:265091" }, "product_reference": "CSAFPID-220702", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U5(3) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-220703:265091" }, "product_reference": "CSAFPID-220703", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U5(4) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-220704:265091" }, "product_reference": "CSAFPID-220704", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U6(1) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-213569:265091" }, "product_reference": "CSAFPID-213569", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U6(2) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-213570:265091" }, "product_reference": "CSAFPID-213570", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U6(3) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-213571:265091" }, "product_reference": "CSAFPID-213571", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U6(4) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-213572:265091" }, "product_reference": "CSAFPID-213572", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U6(5) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-213573:265091" }, "product_reference": "CSAFPID-213573", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U6(6) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-220699:265091" }, "product_reference": "CSAFPID-220699", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U6(7) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-220700:265091" }, "product_reference": "CSAFPID-220700", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U6(8) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-220701:265091" }, "product_reference": "CSAFPID-220701", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U6(1a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239546:265091" }, "product_reference": "CSAFPID-239546", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U6(2a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239547:265091" }, "product_reference": "CSAFPID-239547", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U6(3a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239548:265091" }, "product_reference": "CSAFPID-239548", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U6(4a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239549:265091" }, "product_reference": "CSAFPID-239549", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U6(5a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239550:265091" }, "product_reference": "CSAFPID-239550", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U6(5b) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239551:265091" }, "product_reference": "CSAFPID-239551", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U6(5c) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239552:265091" }, "product_reference": "CSAFPID-239552", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U6(9) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239553:265091" }, "product_reference": "CSAFPID-239553", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.0(2)U6(10) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239554:265091" }, "product_reference": "CSAFPID-239554", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(2) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-196609:265088" }, "product_reference": "CSAFPID-196609", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(2a) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-196610:265088" }, "product_reference": "CSAFPID-196610", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(6) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-202738:265088" }, "product_reference": "CSAFPID-202738", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(6b) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-205071:265088" }, "product_reference": "CSAFPID-205071", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(8) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-205072:265088" }, "product_reference": "CSAFPID-205072", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(8a) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-205073:265088" }, "product_reference": "CSAFPID-205073", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(8b) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-205074:265088" }, "product_reference": "CSAFPID-205074", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(10) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-205075:265088" }, "product_reference": "CSAFPID-205075", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(12) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-208194:265088" }, "product_reference": "CSAFPID-208194", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(18) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-230441:265088" }, "product_reference": "CSAFPID-230441", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(16) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-230442:265088" }, "product_reference": "CSAFPID-230442", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(14b) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-230443:265088" }, "product_reference": "CSAFPID-230443", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(14) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-230527:265088" }, "product_reference": "CSAFPID-230527", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(14a) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-230528:265088" }, "product_reference": "CSAFPID-230528", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(6a) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-239437:265088" }, "product_reference": "CSAFPID-239437", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(20) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-239445:265088" }, "product_reference": "CSAFPID-239445", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(1) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239482:265086" }, "product_reference": "CSAFPID-239482", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(3) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239483:265086" }, "product_reference": "CSAFPID-239483", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(5) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239484:265086" }, "product_reference": "CSAFPID-239484", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(5a) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239485:265086" }, "product_reference": "CSAFPID-239485", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(5b) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239486:265086" }, "product_reference": "CSAFPID-239486", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(7) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239487:265086" }, "product_reference": "CSAFPID-239487", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(9) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239488:265086" }, "product_reference": "CSAFPID-239488", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(9a) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239489:265086" }, "product_reference": "CSAFPID-239489", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(9b) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239490:265086" }, "product_reference": "CSAFPID-239490", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(9c) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239491:265086" }, "product_reference": "CSAFPID-239491", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(11) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239492:265086" }, "product_reference": "CSAFPID-239492", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(11b) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239493:265086" }, "product_reference": "CSAFPID-239493", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(11c) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239494:265086" }, "product_reference": "CSAFPID-239494", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(11d) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239495:265086" }, "product_reference": "CSAFPID-239495", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(11e) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239496:265086" }, "product_reference": "CSAFPID-239496", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(13) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239497:265086" }, "product_reference": "CSAFPID-239497", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(13a) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239498:265086" }, "product_reference": "CSAFPID-239498", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(13b) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239499:265086" }, "product_reference": "CSAFPID-239499", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(15) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239500:265086" }, "product_reference": "CSAFPID-239500", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(17) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239501:265086" }, "product_reference": "CSAFPID-239501", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(19) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239502:265086" }, "product_reference": "CSAFPID-239502", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(21) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239503:265086" }, "product_reference": "CSAFPID-239503", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(23) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239504:265086" }, "product_reference": "CSAFPID-239504", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(20a) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-248858:265088" }, "product_reference": "CSAFPID-248858", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(25) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-256166:265086" }, "product_reference": "CSAFPID-256166", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 6.2(17a) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-265097:265086" }, "product_reference": "CSAFPID-265097", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(0)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-201884:265090" }, "product_reference": "CSAFPID-201884", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(0)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-201884:265094" }, "product_reference": "CSAFPID-201884", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(1)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-201885:265090" }, "product_reference": "CSAFPID-201885", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(1)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-201885:265094" }, "product_reference": "CSAFPID-201885", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(2)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-201886:265090" }, "product_reference": "CSAFPID-201886", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(2)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-201886:265094" }, "product_reference": "CSAFPID-201886", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)F1(1) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-239805:265096" }, "product_reference": "CSAFPID-239805", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)F2(1) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-239806:265096" }, "product_reference": "CSAFPID-239806", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)F2(2) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-239807:265096" }, "product_reference": "CSAFPID-239807", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)F3(1) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239632:265091" }, "product_reference": "CSAFPID-239632", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)F3(1) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-239632:265096" }, "product_reference": "CSAFPID-239632", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)F3(2) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239633:265091" }, "product_reference": "CSAFPID-239633", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)F3(3) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239634:265091" }, "product_reference": "CSAFPID-239634", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)F3(3) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-239634:265096" }, "product_reference": "CSAFPID-239634", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)F3(3a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239635:265091" }, "product_reference": "CSAFPID-239635", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)F3(3a) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-239635:265096" }, "product_reference": "CSAFPID-239635", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)F3(4) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239636:265091" }, "product_reference": "CSAFPID-239636", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)F3(4) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-239636:265096" }, "product_reference": "CSAFPID-239636", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)F3(3c) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-248790:265091" }, "product_reference": "CSAFPID-248790", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)F3(3c) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-248790:265096" }, "product_reference": "CSAFPID-248790", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)F3(5) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-256529:265091" }, "product_reference": "CSAFPID-256529", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)F3(5) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-256529:265096" }, "product_reference": "CSAFPID-256529", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-220741:265091" }, "product_reference": "CSAFPID-220741", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2a) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-220741:265096" }, "product_reference": "CSAFPID-220741", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2b) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-220742:265091" }, "product_reference": "CSAFPID-220742", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2b) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-220742:265096" }, "product_reference": "CSAFPID-220742", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2c) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-220743:265091" }, "product_reference": "CSAFPID-220743", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2c) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-220743:265096" }, "product_reference": "CSAFPID-220743", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2d) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-220744:265091" }, "product_reference": "CSAFPID-220744", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2d) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-220744:265096" }, "product_reference": "CSAFPID-220744", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2e) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-220745:265091" }, "product_reference": "CSAFPID-220745", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2e) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-220745:265096" }, "product_reference": "CSAFPID-220745", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(3) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-220746:265091" }, "product_reference": "CSAFPID-220746", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(3) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-220746:265096" }, "product_reference": "CSAFPID-220746", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(4) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-220747:265091" }, "product_reference": "CSAFPID-220747", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(4) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-220747:265096" }, "product_reference": "CSAFPID-220747", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(5) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-230554:265091" }, "product_reference": "CSAFPID-230554", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(5) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-230554:265096" }, "product_reference": "CSAFPID-230554", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(1) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-230567:265091" }, "product_reference": "CSAFPID-230567", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(1) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-230567:265096" }, "product_reference": "CSAFPID-230567", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(1a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-230568:265091" }, "product_reference": "CSAFPID-230568", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(1a) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-230568:265096" }, "product_reference": "CSAFPID-230568", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-230569:265091" }, "product_reference": "CSAFPID-230569", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-230569:265096" }, "product_reference": "CSAFPID-230569", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2r) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-265101:265091" }, "product_reference": "CSAFPID-265101", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2r) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265101:265096" }, "product_reference": "CSAFPID-265101", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2s) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-265102:265091" }, "product_reference": "CSAFPID-265102", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2s) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265102:265096" }, "product_reference": "CSAFPID-265102", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2v) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-265103:265091" }, "product_reference": "CSAFPID-265103", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2v) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265103:265096" }, "product_reference": "CSAFPID-265103", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2w) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-265104:265091" }, "product_reference": "CSAFPID-265104", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2w) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265104:265096" }, "product_reference": "CSAFPID-265104", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2x) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-265105:265091" }, "product_reference": "CSAFPID-265105", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2x) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265105:265096" }, "product_reference": "CSAFPID-265105", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2y) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-265106:265091" }, "product_reference": "CSAFPID-265106", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I2(2y) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265106:265096" }, "product_reference": "CSAFPID-265106", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I3(1) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-220748:265091" }, "product_reference": "CSAFPID-220748", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I3(1) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-220748:265096" }, "product_reference": "CSAFPID-220748", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(1) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-220749:265091" }, "product_reference": "CSAFPID-220749", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(1) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-220749:265096" }, "product_reference": "CSAFPID-220749", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(2) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-220750:265091" }, "product_reference": "CSAFPID-220750", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(2) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-220750:265096" }, "product_reference": "CSAFPID-220750", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(3) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-220751:265091" }, "product_reference": "CSAFPID-220751", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(3) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-220751:265096" }, "product_reference": "CSAFPID-220751", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(4) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-230530:265091" }, "product_reference": "CSAFPID-230530", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(4) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-230530:265096" }, "product_reference": "CSAFPID-230530", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(5) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-230531:265091" }, "product_reference": "CSAFPID-230531", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(5) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-230531:265096" }, "product_reference": "CSAFPID-230531", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(6) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-230532:265091" }, "product_reference": "CSAFPID-230532", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(6) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-230532:265096" }, "product_reference": "CSAFPID-230532", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(7) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-230534:265091" }, "product_reference": "CSAFPID-230534", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(7) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-230534:265096" }, "product_reference": "CSAFPID-230534", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(8) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239472:265091" }, "product_reference": "CSAFPID-239472", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(8) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-239472:265096" }, "product_reference": "CSAFPID-239472", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(8a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-256872:265091" }, "product_reference": "CSAFPID-256872", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(8a) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-256872:265096" }, "product_reference": "CSAFPID-256872", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(8b) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-256873:265091" }, "product_reference": "CSAFPID-256873", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(8b) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-256873:265096" }, "product_reference": "CSAFPID-256873", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(8z) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-256874:265091" }, "product_reference": "CSAFPID-256874", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(8z) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-256874:265096" }, "product_reference": "CSAFPID-256874", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(1t) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-265107:265091" }, "product_reference": "CSAFPID-265107", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(1t) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265107:265096" }, "product_reference": "CSAFPID-265107", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(6t) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-265108:265091" }, "product_reference": "CSAFPID-265108", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I4(6t) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265108:265096" }, "product_reference": "CSAFPID-265108", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I5(1) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-230535:265091" }, "product_reference": "CSAFPID-230535", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I5(1) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-230535:265096" }, "product_reference": "CSAFPID-230535", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I5(2) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-230536:265091" }, "product_reference": "CSAFPID-230536", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I5(2) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-230536:265096" }, "product_reference": "CSAFPID-230536", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I5(3) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-265110:265091" }, "product_reference": "CSAFPID-265110", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I5(3) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265110:265096" }, "product_reference": "CSAFPID-265110", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I5(3a) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-265111:265091" }, "product_reference": "CSAFPID-265111", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I5(3a) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265111:265096" }, "product_reference": "CSAFPID-265111", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I5(3b) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-265112:265091" }, "product_reference": "CSAFPID-265112", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I5(3b) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265112:265096" }, "product_reference": "CSAFPID-265112", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I6(1) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-230541:265091" }, "product_reference": "CSAFPID-230541", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I6(1) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-230541:265096" }, "product_reference": "CSAFPID-230541", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I6(2) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239476:265091" }, "product_reference": "CSAFPID-239476", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I6(2) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-239476:265096" }, "product_reference": "CSAFPID-239476", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I7(1) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-230542:265091" }, "product_reference": "CSAFPID-230542", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I7(1) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-230542:265096" }, "product_reference": "CSAFPID-230542", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I7(2) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239478:265091" }, "product_reference": "CSAFPID-239478", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I7(2) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-239478:265096" }, "product_reference": "CSAFPID-239478", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I7(3) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-239479:265091" }, "product_reference": "CSAFPID-239479", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I7(3) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-239479:265096" }, "product_reference": "CSAFPID-239479", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I7(3z) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-265113:265091" }, "product_reference": "CSAFPID-265113", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)I7(3z) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265113:265096" }, "product_reference": "CSAFPID-265113", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-201887:265090" }, "product_reference": "CSAFPID-201887", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-201887:265094" }, "product_reference": "CSAFPID-201887", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(4)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-212037:265090" }, "product_reference": "CSAFPID-212037", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(4)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-212037:265094" }, "product_reference": "CSAFPID-212037", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(4)N1(1a) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230505:265090" }, "product_reference": "CSAFPID-230505", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(4)N1(1a) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230505:265094" }, "product_reference": "CSAFPID-230505", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(5)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-212038:265090" }, "product_reference": "CSAFPID-212038", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(5)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-212038:265094" }, "product_reference": "CSAFPID-212038", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(5)N1(1a) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-212039:265090" }, "product_reference": "CSAFPID-212039", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(5)N1(1a) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-212039:265094" }, "product_reference": "CSAFPID-212039", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(6)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-208805:265090" }, "product_reference": "CSAFPID-208805", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(6)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-208805:265094" }, "product_reference": "CSAFPID-208805", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(6)N1(4s) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230498:265090" }, "product_reference": "CSAFPID-230498", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(6)N1(4s) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230498:265094" }, "product_reference": "CSAFPID-230498", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(6)N1(3s) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230499:265090" }, "product_reference": "CSAFPID-230499", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(6)N1(3s) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230499:265094" }, "product_reference": "CSAFPID-230499", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(6)N1(2s) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230500:265090" }, "product_reference": "CSAFPID-230500", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(6)N1(2s) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230500:265094" }, "product_reference": "CSAFPID-230500", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(7)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-212040:265090" }, "product_reference": "CSAFPID-212040", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(7)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-212040:265094" }, "product_reference": "CSAFPID-212040", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(7)N1(1b) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230495:265090" }, "product_reference": "CSAFPID-230495", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(7)N1(1b) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230495:265094" }, "product_reference": "CSAFPID-230495", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(7)N1(1a) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230496:265090" }, "product_reference": "CSAFPID-230496", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(7)N1(1a) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230496:265094" }, "product_reference": "CSAFPID-230496", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(8)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-220727:265090" }, "product_reference": "CSAFPID-220727", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(8)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-220727:265094" }, "product_reference": "CSAFPID-220727", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(8)N1(1a) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230493:265090" }, "product_reference": "CSAFPID-230493", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(8)N1(1a) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230493:265094" }, "product_reference": "CSAFPID-230493", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(0)N1(1a) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-212041:265090" }, "product_reference": "CSAFPID-212041", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(0)N1(1a) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-212041:265094" }, "product_reference": "CSAFPID-212041", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(0)N1(1b) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-212042:265090" }, "product_reference": "CSAFPID-212042", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(0)N1(1b) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-212042:265094" }, "product_reference": "CSAFPID-212042", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(0)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230492:265090" }, "product_reference": "CSAFPID-230492", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(0)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230492:265094" }, "product_reference": "CSAFPID-230492", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(1)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-208806:265090" }, "product_reference": "CSAFPID-208806", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(1)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-208806:265094" }, "product_reference": "CSAFPID-208806", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(1)N1(1a) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230487:265090" }, "product_reference": "CSAFPID-230487", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(1)N1(1a) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230487:265094" }, "product_reference": "CSAFPID-230487", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(2)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-212043:265090" }, "product_reference": "CSAFPID-212043", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(2)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-212043:265094" }, "product_reference": "CSAFPID-212043", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(2)N1(1a) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230485:265090" }, "product_reference": "CSAFPID-230485", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(2)N1(1a) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230485:265094" }, "product_reference": "CSAFPID-230485", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(3)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-212044:265090" }, "product_reference": "CSAFPID-212044", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(3)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-212044:265094" }, "product_reference": "CSAFPID-212044", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(3)N1(2) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-220733:265090" }, "product_reference": "CSAFPID-220733", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(3)N1(2) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-220733:265094" }, "product_reference": "CSAFPID-220733", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(3)N1(5) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230478:265090" }, "product_reference": "CSAFPID-230478", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(3)N1(5) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230478:265094" }, "product_reference": "CSAFPID-230478", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(3)N1(4) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230479:265090" }, "product_reference": "CSAFPID-230479", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(3)N1(4) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230479:265094" }, "product_reference": "CSAFPID-230479", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(3)N1(3) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230480:265090" }, "product_reference": "CSAFPID-230480", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(3)N1(3) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230480:265094" }, "product_reference": "CSAFPID-230480", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(3)N1(2a) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230481:265090" }, "product_reference": "CSAFPID-230481", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(3)N1(2a) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230481:265094" }, "product_reference": "CSAFPID-230481", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(4)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-220734:265090" }, "product_reference": "CSAFPID-220734", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(4)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-220734:265094" }, "product_reference": "CSAFPID-220734", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(4)N1(1d) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230474:265090" }, "product_reference": "CSAFPID-230474", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(4)N1(1d) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230474:265094" }, "product_reference": "CSAFPID-230474", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(4)N1(1c) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230475:265090" }, "product_reference": "CSAFPID-230475", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(4)N1(1c) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230475:265094" }, "product_reference": "CSAFPID-230475", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(4)N1(1a) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230476:265090" }, "product_reference": "CSAFPID-230476", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(4)N1(1a) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230476:265094" }, "product_reference": "CSAFPID-230476", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(5)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230473:265090" }, "product_reference": "CSAFPID-230473", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.1(5)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230473:265094" }, "product_reference": "CSAFPID-230473", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.2(0)D1(1) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-230440:265088" }, "product_reference": "CSAFPID-230440", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.2(0)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-212045:265090" }, "product_reference": "CSAFPID-212045", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.2(0)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-212045:265094" }, "product_reference": "CSAFPID-212045", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.2(1)D1(1) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-225659:265088" }, "product_reference": "CSAFPID-225659", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.2(1)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-212046:265090" }, "product_reference": "CSAFPID-212046", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.2(1)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-212046:265094" }, "product_reference": "CSAFPID-212046", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.2(2)D1(2) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-230438:265088" }, "product_reference": "CSAFPID-230438", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.2(2)D1(1) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-230439:265088" }, "product_reference": "CSAFPID-230439", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.2(2)D1(3) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-265129:265088" }, "product_reference": "CSAFPID-265129", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.2(2)D1(4) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-265130:265088" }, "product_reference": "CSAFPID-265130", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(0)D1(1) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-230437:265086" }, "product_reference": "CSAFPID-230437", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(0)D1(1) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-230437:265088" }, "product_reference": "CSAFPID-230437", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(0)DX(1) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-230436:265088" }, "product_reference": "CSAFPID-230436", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(0)DY(1) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-230448:265086" }, "product_reference": "CSAFPID-230448", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(0)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-220737:265090" }, "product_reference": "CSAFPID-220737", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(0)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-220737:265094" }, "product_reference": "CSAFPID-220737", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(0)N1(1b) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230468:265090" }, "product_reference": "CSAFPID-230468", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(0)N1(1b) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230468:265094" }, "product_reference": "CSAFPID-230468", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(0)N1(1a) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230469:265090" }, "product_reference": "CSAFPID-230469", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(0)N1(1a) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230469:265094" }, "product_reference": "CSAFPID-230469", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(1)D1(1) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-230435:265086" }, "product_reference": "CSAFPID-230435", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(1)D1(1) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-230435:265088" }, "product_reference": "CSAFPID-230435", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(1)DY(1) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-230446:265086" }, "product_reference": "CSAFPID-230446", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(1)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-227352:265090" }, "product_reference": "CSAFPID-227352", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(1)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-227352:265094" }, "product_reference": "CSAFPID-227352", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(2)D1(1) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-230433:265088" }, "product_reference": "CSAFPID-230433", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(2)D1(2) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-239439:265088" }, "product_reference": "CSAFPID-239439", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(2)D1(3) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-256870:265088" }, "product_reference": "CSAFPID-256870", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(2)D1(3a) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-256871:265088" }, "product_reference": "CSAFPID-256871", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(2)D1(1d) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-275060:265088" }, "product_reference": "CSAFPID-275060", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(2)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-230467:265090" }, "product_reference": "CSAFPID-230467", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(2)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-230467:265094" }, "product_reference": "CSAFPID-230467", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(2)N1(1b) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-265131:265090" }, "product_reference": "CSAFPID-265131", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(2)N1(1b) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-265131:265094" }, "product_reference": "CSAFPID-265131", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(2)N1(1c) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-265132:265090" }, "product_reference": "CSAFPID-265132", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(2)N1(1c) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-265132:265094" }, "product_reference": "CSAFPID-265132", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(3)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-239639:265090" }, "product_reference": "CSAFPID-239639", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(3)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-239639:265094" }, "product_reference": "CSAFPID-239639", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 8.0(1) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-227357:265088" }, "product_reference": "CSAFPID-227357", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 8.1(1) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-227356:265086" }, "product_reference": "CSAFPID-227356", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 8.1(1) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-227356:265088" }, "product_reference": "CSAFPID-227356", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 8.1(2) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-239440:265088" }, "product_reference": "CSAFPID-239440", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 8.1(2a) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-239441:265088" }, "product_reference": "CSAFPID-239441", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 8.1(1a) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239510:265086" }, "product_reference": "CSAFPID-239510", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 8.1(1b) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-256209:265086" }, "product_reference": "CSAFPID-256209", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 8.2(1) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-230429:265086" }, "product_reference": "CSAFPID-230429", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 8.2(1) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-230429:265088" }, "product_reference": "CSAFPID-230429", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 8.2(2) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-239442:265086" }, "product_reference": "CSAFPID-239442", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 8.2(2) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-239442:265088" }, "product_reference": "CSAFPID-239442", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 8.3(1) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-248859:265086" }, "product_reference": "CSAFPID-248859", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 8.3(1) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-248859:265088" }, "product_reference": "CSAFPID-248859", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 8.3(2) when installed on Cisco MDS 9000 Multilayer Directors and Fabric Switches", "product_id": "CSAFPID-265140:265086" }, "product_reference": "CSAFPID-265140", "relates_to_product_reference": "CSAFPID-265086" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 8.3(2) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-265140:265088" }, "product_reference": "CSAFPID-265140", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(4)N1(1) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-257397:265090" }, "product_reference": "CSAFPID-257397", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(4)N1(1) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-257397:265094" }, "product_reference": "CSAFPID-257397", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(4)N1(1a) when installed on Cisco Nexus 5000 Series Switches", "product_id": "CSAFPID-265135:265090" }, "product_reference": "CSAFPID-265135", "relates_to_product_reference": "CSAFPID-265090" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(4)N1(1a) when installed on Cisco Nexus 6000 Series Switches", "product_id": "CSAFPID-265135:265094" }, "product_reference": "CSAFPID-265135", "relates_to_product_reference": "CSAFPID-265094" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.3(3)D1(1) when installed on Cisco Nexus 7000 Series Switches", "product_id": "CSAFPID-257400:265088" }, "product_reference": "CSAFPID-257400", "relates_to_product_reference": "CSAFPID-265088" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)IA7(1) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265117:265096" }, "product_reference": "CSAFPID-265117", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)IA7(2) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265118:265096" }, "product_reference": "CSAFPID-265118", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)IC4(4) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-265120:265091" }, "product_reference": "CSAFPID-265120", "relates_to_product_reference": "CSAFPID-265091" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)IC4(4) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265120:265096" }, "product_reference": "CSAFPID-265120", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)IM3(1) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265122:265096" }, "product_reference": "CSAFPID-265122", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)IM3(2) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265123:265096" }, "product_reference": "CSAFPID-265123", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)IM3(2a) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265124:265096" }, "product_reference": "CSAFPID-265124", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)IM3(2b) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265125:265096" }, "product_reference": "CSAFPID-265125", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)IM3(3) when installed on Cisco Nexus 9000 Series Switches", "product_id": "CSAFPID-265126:265096" }, "product_reference": "CSAFPID-265126", "relates_to_product_reference": "CSAFPID-265096" }, { "category": "installed_on", "full_product_name": { "name": "Cisco NX-OS Software 7.0(3)IM7(2) when installed on Cisco Nexus 3000 Series Switches", "product_id": "CSAFPID-265128:265091" }, "product_reference": "CSAFPID-265128", "relates_to_product_reference": "CSAFPID-265091" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-1965", "ids": [ { "system_name": "Cisco Bug ID", "text": "CSCvi15409" }, { "system_name": "Cisco Bug ID", "text": "CSCvn50393" }, { "system_name": "Cisco Bug ID", "text": "CSCvn50443" }, { "system_name": "Cisco Bug ID", "text": "CSCvn50446" }, { "system_name": "Cisco Bug ID", "text": "CSCvn52167" } ], "notes": [ { "category": "other", "text": "Complete.", "title": "Affected Product Comprehensiveness" } ], "product_status": { "known_affected": [ "CSAFPID-196609:265088", "CSAFPID-196610:265088", "CSAFPID-201884:265090", "CSAFPID-201884:265094", "CSAFPID-201885:265090", "CSAFPID-201885:265094", "CSAFPID-201886:265090", "CSAFPID-201886:265094", "CSAFPID-201887:265090", "CSAFPID-201887:265094", "CSAFPID-202738:265088", "CSAFPID-203349:265091", "CSAFPID-205071:265088", "CSAFPID-205072:265088", "CSAFPID-205073:265088", "CSAFPID-205074:265088", "CSAFPID-205075:265088", "CSAFPID-205077:265091", "CSAFPID-205078:265091", "CSAFPID-205079:265091", "CSAFPID-205080:265091", "CSAFPID-205081:265091", "CSAFPID-205082:265091", "CSAFPID-205083:265091", "CSAFPID-205084:265091", "CSAFPID-205085:265091", "CSAFPID-205086:265091", "CSAFPID-205087:265091", "CSAFPID-205088:265091", "CSAFPID-205089:265091", "CSAFPID-205090:265091", "CSAFPID-208194:265088", "CSAFPID-208805:265090", "CSAFPID-208805:265094", "CSAFPID-208806:265090", "CSAFPID-208806:265094", "CSAFPID-212037:265090", "CSAFPID-212037:265094", "CSAFPID-212038:265090", "CSAFPID-212038:265094", "CSAFPID-212039:265090", "CSAFPID-212039:265094", "CSAFPID-212040:265090", "CSAFPID-212040:265094", "CSAFPID-212041:265090", "CSAFPID-212041:265094", "CSAFPID-212042:265090", "CSAFPID-212042:265094", "CSAFPID-212043:265090", "CSAFPID-212043:265094", "CSAFPID-212044:265090", "CSAFPID-212044:265094", "CSAFPID-212045:265090", "CSAFPID-212045:265094", "CSAFPID-212046:265090", "CSAFPID-212046:265094", "CSAFPID-213569:265091", "CSAFPID-213570:265091", "CSAFPID-213571:265091", "CSAFPID-213572:265091", "CSAFPID-213573:265091", "CSAFPID-220699:265091", "CSAFPID-220700:265091", "CSAFPID-220701:265091", "CSAFPID-220702:265091", "CSAFPID-220703:265091", "CSAFPID-220704:265091", "CSAFPID-220727:265090", "CSAFPID-220727:265094", "CSAFPID-220733:265090", "CSAFPID-220733:265094", "CSAFPID-220734:265090", "CSAFPID-220734:265094", "CSAFPID-220737:265090", "CSAFPID-220737:265094", "CSAFPID-220741:265091", "CSAFPID-220741:265096", "CSAFPID-220742:265091", "CSAFPID-220742:265096", "CSAFPID-220743:265091", "CSAFPID-220743:265096", "CSAFPID-220744:265091", "CSAFPID-220744:265096", "CSAFPID-220745:265091", "CSAFPID-220745:265096", "CSAFPID-220746:265091", "CSAFPID-220746:265096", "CSAFPID-220747:265091", "CSAFPID-220747:265096", "CSAFPID-220748:265091", "CSAFPID-220748:265096", "CSAFPID-220749:265091", "CSAFPID-220749:265096", "CSAFPID-220750:265091", "CSAFPID-220750:265096", "CSAFPID-220751:265091", "CSAFPID-220751:265096", "CSAFPID-225659:265088", "CSAFPID-227352:265090", "CSAFPID-227352:265094", "CSAFPID-227356:265086", "CSAFPID-227356:265088", "CSAFPID-227357:265088", "CSAFPID-230429:265086", "CSAFPID-230429:265088", "CSAFPID-230433:265088", "CSAFPID-230435:265086", "CSAFPID-230435:265088", "CSAFPID-230436:265088", "CSAFPID-230437:265086", "CSAFPID-230437:265088", "CSAFPID-230438:265088", "CSAFPID-230439:265088", "CSAFPID-230440:265088", "CSAFPID-230441:265088", "CSAFPID-230442:265088", "CSAFPID-230443:265088", "CSAFPID-230446:265086", "CSAFPID-230448:265086", "CSAFPID-230467:265090", "CSAFPID-230467:265094", "CSAFPID-230468:265090", "CSAFPID-230468:265094", "CSAFPID-230469:265090", "CSAFPID-230469:265094", "CSAFPID-230473:265090", "CSAFPID-230473:265094", "CSAFPID-230474:265090", "CSAFPID-230474:265094", "CSAFPID-230475:265090", "CSAFPID-230475:265094", "CSAFPID-230476:265090", "CSAFPID-230476:265094", "CSAFPID-230478:265090", "CSAFPID-230478:265094", "CSAFPID-230479:265090", "CSAFPID-230479:265094", "CSAFPID-230480:265090", "CSAFPID-230480:265094", "CSAFPID-230481:265090", "CSAFPID-230481:265094", "CSAFPID-230485:265090", "CSAFPID-230485:265094", "CSAFPID-230487:265090", "CSAFPID-230487:265094", "CSAFPID-230492:265090", "CSAFPID-230492:265094", "CSAFPID-230493:265090", "CSAFPID-230493:265094", "CSAFPID-230495:265090", "CSAFPID-230495:265094", "CSAFPID-230496:265090", "CSAFPID-230496:265094", "CSAFPID-230498:265090", "CSAFPID-230498:265094", "CSAFPID-230499:265090", "CSAFPID-230499:265094", "CSAFPID-230500:265090", "CSAFPID-230500:265094", "CSAFPID-230505:265090", "CSAFPID-230505:265094", "CSAFPID-230527:265088", "CSAFPID-230528:265088", "CSAFPID-230530:265091", "CSAFPID-230530:265096", "CSAFPID-230531:265091", "CSAFPID-230531:265096", "CSAFPID-230532:265091", "CSAFPID-230532:265096", "CSAFPID-230534:265091", "CSAFPID-230534:265096", "CSAFPID-230535:265091", "CSAFPID-230535:265096", "CSAFPID-230536:265091", "CSAFPID-230536:265096", "CSAFPID-230541:265091", "CSAFPID-230541:265096", "CSAFPID-230542:265091", "CSAFPID-230542:265096", "CSAFPID-230554:265091", "CSAFPID-230554:265096", "CSAFPID-230567:265091", "CSAFPID-230567:265096", "CSAFPID-230568:265091", "CSAFPID-230568:265096", "CSAFPID-230569:265091", "CSAFPID-230569:265096", "CSAFPID-239437:265088", "CSAFPID-239439:265088", "CSAFPID-239440:265088", "CSAFPID-239441:265088", "CSAFPID-239442:265086", "CSAFPID-239442:265088", "CSAFPID-239445:265088", "CSAFPID-239472:265091", "CSAFPID-239472:265096", "CSAFPID-239476:265091", "CSAFPID-239476:265096", "CSAFPID-239478:265091", "CSAFPID-239478:265096", "CSAFPID-239479:265091", "CSAFPID-239479:265096", "CSAFPID-239482:265086", "CSAFPID-239483:265086", "CSAFPID-239484:265086", "CSAFPID-239485:265086", "CSAFPID-239486:265086", "CSAFPID-239487:265086", "CSAFPID-239488:265086", "CSAFPID-239489:265086", "CSAFPID-239490:265086", "CSAFPID-239491:265086", "CSAFPID-239492:265086", "CSAFPID-239493:265086", "CSAFPID-239494:265086", "CSAFPID-239495:265086", "CSAFPID-239496:265086", "CSAFPID-239497:265086", "CSAFPID-239498:265086", "CSAFPID-239499:265086", "CSAFPID-239500:265086", "CSAFPID-239501:265086", "CSAFPID-239502:265086", "CSAFPID-239503:265086", "CSAFPID-239504:265086", "CSAFPID-239510:265086", "CSAFPID-239536:265091", "CSAFPID-239537:265091", "CSAFPID-239538:265091", "CSAFPID-239539:265091", "CSAFPID-239545:265091", "CSAFPID-239546:265091", "CSAFPID-239547:265091", "CSAFPID-239548:265091", "CSAFPID-239549:265091", "CSAFPID-239550:265091", "CSAFPID-239551:265091", "CSAFPID-239552:265091", "CSAFPID-239553:265091", "CSAFPID-239554:265091", "CSAFPID-239590:265091", "CSAFPID-239591:265091", "CSAFPID-239592:265091", "CSAFPID-239593:265091", "CSAFPID-239594:265091", "CSAFPID-239595:265091", "CSAFPID-239596:265091", "CSAFPID-239597:265091", "CSAFPID-239598:265091", "CSAFPID-239599:265091", "CSAFPID-239600:265091", "CSAFPID-239601:265091", "CSAFPID-239602:265091", "CSAFPID-239603:265091", "CSAFPID-239604:265091", "CSAFPID-239605:265091", "CSAFPID-239606:265091", "CSAFPID-239607:265091", "CSAFPID-239608:265091", "CSAFPID-239609:265091", "CSAFPID-239610:265091", "CSAFPID-239611:265091", "CSAFPID-239612:265091", "CSAFPID-239613:265091", "CSAFPID-239614:265091", "CSAFPID-239615:265091", "CSAFPID-239616:265091", "CSAFPID-239617:265091", "CSAFPID-239618:265091", "CSAFPID-239619:265091", "CSAFPID-239620:265091", "CSAFPID-239621:265091", "CSAFPID-239622:265091", "CSAFPID-239623:265091", "CSAFPID-239624:265091", "CSAFPID-239625:265091", "CSAFPID-239626:265091", "CSAFPID-239627:265091", "CSAFPID-239628:265091", "CSAFPID-239632:265091", "CSAFPID-239632:265096", "CSAFPID-239633:265091", "CSAFPID-239634:265091", "CSAFPID-239634:265096", "CSAFPID-239635:265091", "CSAFPID-239635:265096", "CSAFPID-239636:265091", "CSAFPID-239636:265096", "CSAFPID-239639:265090", "CSAFPID-239639:265094", "CSAFPID-239805:265096", "CSAFPID-239806:265096", "CSAFPID-239807:265096", "CSAFPID-248790:265091", "CSAFPID-248790:265096", "CSAFPID-248858:265088", "CSAFPID-248859:265086", "CSAFPID-248859:265088", "CSAFPID-256166:265086", "CSAFPID-256209:265086", "CSAFPID-256526:265091", "CSAFPID-256527:265091", "CSAFPID-256529:265091", "CSAFPID-256529:265096", "CSAFPID-256870:265088", "CSAFPID-256871:265088", "CSAFPID-256872:265091", "CSAFPID-256872:265096", "CSAFPID-256873:265091", "CSAFPID-256873:265096", "CSAFPID-256874:265091", "CSAFPID-256874:265096", "CSAFPID-257397:265090", "CSAFPID-257397:265094", "CSAFPID-257400:265088", "CSAFPID-265097:265086", "CSAFPID-265101:265091", "CSAFPID-265101:265096", "CSAFPID-265102:265091", "CSAFPID-265102:265096", "CSAFPID-265103:265091", "CSAFPID-265103:265096", "CSAFPID-265104:265091", "CSAFPID-265104:265096", "CSAFPID-265105:265091", "CSAFPID-265105:265096", "CSAFPID-265106:265091", "CSAFPID-265106:265096", "CSAFPID-265107:265091", "CSAFPID-265107:265096", "CSAFPID-265108:265091", "CSAFPID-265108:265096", "CSAFPID-265110:265091", "CSAFPID-265110:265096", "CSAFPID-265111:265091", "CSAFPID-265111:265096", "CSAFPID-265112:265091", "CSAFPID-265112:265096", "CSAFPID-265113:265091", "CSAFPID-265113:265096", "CSAFPID-265117:265096", "CSAFPID-265118:265096", "CSAFPID-265120:265091", "CSAFPID-265120:265096", "CSAFPID-265122:265096", "CSAFPID-265123:265096", "CSAFPID-265124:265096", "CSAFPID-265125:265096", "CSAFPID-265126:265096", "CSAFPID-265128:265091", "CSAFPID-265129:265088", "CSAFPID-265130:265088", "CSAFPID-265131:265090", "CSAFPID-265131:265094", "CSAFPID-265132:265090", "CSAFPID-265132:265094", "CSAFPID-265135:265090", "CSAFPID-265135:265094", "CSAFPID-265140:265086", "CSAFPID-265140:265088", "CSAFPID-275060:265088", "CSAFPID-112776" ] }, "release_date": "2019-08-28T16:00:00+00:00", "remediations": [ { "category": "vendor_fix", "details": "Cisco has released software updates that address this vulnerability.", "product_ids": [ "CSAFPID-112776", "CSAFPID-196609:265088", "CSAFPID-196610:265088", "CSAFPID-201884:265090", "CSAFPID-201884:265094", "CSAFPID-201885:265090", "CSAFPID-201885:265094", "CSAFPID-201886:265090", "CSAFPID-201886:265094", "CSAFPID-201887:265090", "CSAFPID-201887:265094", "CSAFPID-202738:265088", "CSAFPID-203349:265091", "CSAFPID-205071:265088", "CSAFPID-205072:265088", "CSAFPID-205073:265088", "CSAFPID-205074:265088", "CSAFPID-205075:265088", "CSAFPID-205077:265091", "CSAFPID-205078:265091", "CSAFPID-205079:265091", "CSAFPID-205080:265091", "CSAFPID-205081:265091", "CSAFPID-205082:265091", "CSAFPID-205083:265091", "CSAFPID-205084:265091", "CSAFPID-205085:265091", "CSAFPID-205086:265091", "CSAFPID-205087:265091", "CSAFPID-205088:265091", "CSAFPID-205089:265091", "CSAFPID-205090:265091", "CSAFPID-208194:265088", "CSAFPID-208805:265090", "CSAFPID-208805:265094", "CSAFPID-208806:265090", "CSAFPID-208806:265094", "CSAFPID-212037:265090", "CSAFPID-212037:265094", "CSAFPID-212038:265090", "CSAFPID-212038:265094", "CSAFPID-212039:265090", "CSAFPID-212039:265094", "CSAFPID-212040:265090", "CSAFPID-212040:265094", "CSAFPID-212041:265090", "CSAFPID-212041:265094", "CSAFPID-212042:265090", "CSAFPID-212042:265094", "CSAFPID-212043:265090", "CSAFPID-212043:265094", "CSAFPID-212044:265090", "CSAFPID-212044:265094", "CSAFPID-212045:265090", "CSAFPID-212045:265094", "CSAFPID-212046:265090", "CSAFPID-212046:265094", "CSAFPID-213569:265091", "CSAFPID-213570:265091", "CSAFPID-213571:265091", "CSAFPID-213572:265091", "CSAFPID-213573:265091", "CSAFPID-220699:265091", "CSAFPID-220700:265091", "CSAFPID-220701:265091", "CSAFPID-220702:265091", "CSAFPID-220703:265091", "CSAFPID-220704:265091", "CSAFPID-220727:265090", "CSAFPID-220727:265094", "CSAFPID-220733:265090", "CSAFPID-220733:265094", "CSAFPID-220734:265090", "CSAFPID-220734:265094", "CSAFPID-220737:265090", "CSAFPID-220737:265094", "CSAFPID-220741:265091", "CSAFPID-220741:265096", "CSAFPID-220742:265091", "CSAFPID-220742:265096", "CSAFPID-220743:265091", "CSAFPID-220743:265096", "CSAFPID-220744:265091", "CSAFPID-220744:265096", "CSAFPID-220745:265091", "CSAFPID-220745:265096", "CSAFPID-220746:265091", "CSAFPID-220746:265096", "CSAFPID-220747:265091", "CSAFPID-220747:265096", "CSAFPID-220748:265091", "CSAFPID-220748:265096", "CSAFPID-220749:265091", "CSAFPID-220749:265096", "CSAFPID-220750:265091", "CSAFPID-220750:265096", "CSAFPID-220751:265091", "CSAFPID-220751:265096", "CSAFPID-225659:265088", "CSAFPID-227352:265090", "CSAFPID-227352:265094", "CSAFPID-227356:265086", "CSAFPID-227356:265088", "CSAFPID-227357:265088", "CSAFPID-230429:265086", "CSAFPID-230429:265088", "CSAFPID-230433:265088", "CSAFPID-230435:265086", "CSAFPID-230435:265088", "CSAFPID-230436:265088", "CSAFPID-230437:265086", "CSAFPID-230437:265088", "CSAFPID-230438:265088", "CSAFPID-230439:265088", "CSAFPID-230440:265088", "CSAFPID-230441:265088", "CSAFPID-230442:265088", "CSAFPID-230443:265088", "CSAFPID-230446:265086", "CSAFPID-230448:265086", "CSAFPID-230467:265090", "CSAFPID-230467:265094", "CSAFPID-230468:265090", "CSAFPID-230468:265094", "CSAFPID-230469:265090", "CSAFPID-230469:265094", "CSAFPID-230473:265090", "CSAFPID-230473:265094", "CSAFPID-230474:265090", "CSAFPID-230474:265094", "CSAFPID-230475:265090", "CSAFPID-230475:265094", "CSAFPID-230476:265090", "CSAFPID-230476:265094", "CSAFPID-230478:265090", "CSAFPID-230478:265094", "CSAFPID-230479:265090", "CSAFPID-230479:265094", "CSAFPID-230480:265090", "CSAFPID-230480:265094", "CSAFPID-230481:265090", "CSAFPID-230481:265094", "CSAFPID-230485:265090", "CSAFPID-230485:265094", "CSAFPID-230487:265090", "CSAFPID-230487:265094", "CSAFPID-230492:265090", "CSAFPID-230492:265094", "CSAFPID-230493:265090", "CSAFPID-230493:265094", "CSAFPID-230495:265090", "CSAFPID-230495:265094", "CSAFPID-230496:265090", "CSAFPID-230496:265094", "CSAFPID-230498:265090", "CSAFPID-230498:265094", "CSAFPID-230499:265090", "CSAFPID-230499:265094", "CSAFPID-230500:265090", "CSAFPID-230500:265094", "CSAFPID-230505:265090", "CSAFPID-230505:265094", "CSAFPID-230527:265088", "CSAFPID-230528:265088", "CSAFPID-230530:265091", "CSAFPID-230530:265096", "CSAFPID-230531:265091", "CSAFPID-230531:265096", "CSAFPID-230532:265091", "CSAFPID-230532:265096", "CSAFPID-230534:265091", "CSAFPID-230534:265096", "CSAFPID-230535:265091", "CSAFPID-230535:265096", "CSAFPID-230536:265091", "CSAFPID-230536:265096", "CSAFPID-230541:265091", "CSAFPID-230541:265096", "CSAFPID-230542:265091", "CSAFPID-230542:265096", "CSAFPID-230554:265091", "CSAFPID-230554:265096", "CSAFPID-230567:265091", "CSAFPID-230567:265096", "CSAFPID-230568:265091", "CSAFPID-230568:265096", "CSAFPID-230569:265091", "CSAFPID-230569:265096", "CSAFPID-239437:265088", "CSAFPID-239439:265088", "CSAFPID-239440:265088", "CSAFPID-239441:265088", "CSAFPID-239442:265086", "CSAFPID-239442:265088", "CSAFPID-239445:265088", "CSAFPID-239472:265091", "CSAFPID-239472:265096", "CSAFPID-239476:265091", "CSAFPID-239476:265096", "CSAFPID-239478:265091", "CSAFPID-239478:265096", "CSAFPID-239479:265091", "CSAFPID-239479:265096", "CSAFPID-239482:265086", "CSAFPID-239483:265086", "CSAFPID-239484:265086", "CSAFPID-239485:265086", "CSAFPID-239486:265086", "CSAFPID-239487:265086", "CSAFPID-239488:265086", "CSAFPID-239489:265086", "CSAFPID-239490:265086", "CSAFPID-239491:265086", "CSAFPID-239492:265086", "CSAFPID-239493:265086", "CSAFPID-239494:265086", "CSAFPID-239495:265086", "CSAFPID-239496:265086", "CSAFPID-239497:265086", "CSAFPID-239498:265086", "CSAFPID-239499:265086", "CSAFPID-239500:265086", "CSAFPID-239501:265086", "CSAFPID-239502:265086", "CSAFPID-239503:265086", "CSAFPID-239504:265086", "CSAFPID-239510:265086", "CSAFPID-239536:265091", "CSAFPID-239537:265091", "CSAFPID-239538:265091", "CSAFPID-239539:265091", "CSAFPID-239545:265091", "CSAFPID-239546:265091", "CSAFPID-239547:265091", "CSAFPID-239548:265091", "CSAFPID-239549:265091", "CSAFPID-239550:265091", "CSAFPID-239551:265091", "CSAFPID-239552:265091", "CSAFPID-239553:265091", "CSAFPID-239554:265091", "CSAFPID-239590:265091", "CSAFPID-239591:265091", "CSAFPID-239592:265091", "CSAFPID-239593:265091", "CSAFPID-239594:265091", "CSAFPID-239595:265091", "CSAFPID-239596:265091", "CSAFPID-239597:265091", "CSAFPID-239598:265091", "CSAFPID-239599:265091", "CSAFPID-239600:265091", "CSAFPID-239601:265091", "CSAFPID-239602:265091", "CSAFPID-239603:265091", "CSAFPID-239604:265091", "CSAFPID-239605:265091", "CSAFPID-239606:265091", "CSAFPID-239607:265091", "CSAFPID-239608:265091", "CSAFPID-239609:265091", "CSAFPID-239610:265091", "CSAFPID-239611:265091", "CSAFPID-239612:265091", "CSAFPID-239613:265091", "CSAFPID-239614:265091", "CSAFPID-239615:265091", "CSAFPID-239616:265091", "CSAFPID-239617:265091", "CSAFPID-239618:265091", "CSAFPID-239619:265091", "CSAFPID-239620:265091", "CSAFPID-239621:265091", "CSAFPID-239622:265091", "CSAFPID-239623:265091", "CSAFPID-239624:265091", "CSAFPID-239625:265091", "CSAFPID-239626:265091", "CSAFPID-239627:265091", "CSAFPID-239628:265091", "CSAFPID-239632:265091", "CSAFPID-239632:265096", "CSAFPID-239633:265091", "CSAFPID-239634:265091", "CSAFPID-239634:265096", "CSAFPID-239635:265091", "CSAFPID-239635:265096", "CSAFPID-239636:265091", "CSAFPID-239636:265096", "CSAFPID-239639:265090", "CSAFPID-239639:265094", "CSAFPID-239805:265096", "CSAFPID-239806:265096", "CSAFPID-239807:265096", "CSAFPID-248790:265091", "CSAFPID-248790:265096", "CSAFPID-248858:265088", "CSAFPID-248859:265086", "CSAFPID-248859:265088", "CSAFPID-256166:265086", "CSAFPID-256209:265086", "CSAFPID-256526:265091", "CSAFPID-256527:265091", "CSAFPID-256529:265091", "CSAFPID-256529:265096", "CSAFPID-256870:265088", "CSAFPID-256871:265088", "CSAFPID-256872:265091", "CSAFPID-256872:265096", "CSAFPID-256873:265091", "CSAFPID-256873:265096", "CSAFPID-256874:265091", "CSAFPID-256874:265096", "CSAFPID-257397:265090", "CSAFPID-257397:265094", "CSAFPID-257400:265088", "CSAFPID-265097:265086", "CSAFPID-265101:265091", "CSAFPID-265101:265096", "CSAFPID-265102:265091", "CSAFPID-265102:265096", "CSAFPID-265103:265091", "CSAFPID-265103:265096", "CSAFPID-265104:265091", "CSAFPID-265104:265096", "CSAFPID-265105:265091", "CSAFPID-265105:265096", "CSAFPID-265106:265091", "CSAFPID-265106:265096", "CSAFPID-265107:265091", "CSAFPID-265107:265096", "CSAFPID-265108:265091", "CSAFPID-265108:265096", "CSAFPID-265110:265091", "CSAFPID-265110:265096", "CSAFPID-265111:265091", "CSAFPID-265111:265096", "CSAFPID-265112:265091", "CSAFPID-265112:265096", "CSAFPID-265113:265091", "CSAFPID-265113:265096", "CSAFPID-265117:265096", "CSAFPID-265118:265096", "CSAFPID-265120:265091", "CSAFPID-265120:265096", "CSAFPID-265122:265096", "CSAFPID-265123:265096", "CSAFPID-265124:265096", "CSAFPID-265125:265096", "CSAFPID-265126:265096", "CSAFPID-265128:265091", "CSAFPID-265129:265088", "CSAFPID-265130:265088", "CSAFPID-265131:265090", "CSAFPID-265131:265094", "CSAFPID-265132:265090", "CSAFPID-265132:265094", "CSAFPID-265135:265090", "CSAFPID-265135:265094", "CSAFPID-265140:265086", "CSAFPID-265140:265088", "CSAFPID-275060:265088" ], "url": "https://software.cisco.com" } ], "scores": [ { "cvss_v3": { "baseScore": 7.7, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H", "version": "3.0" }, "products": [ "CSAFPID-196609:265088", "CSAFPID-196610:265088", "CSAFPID-201884:265090", "CSAFPID-201884:265094", "CSAFPID-201885:265090", "CSAFPID-201885:265094", "CSAFPID-201886:265090", "CSAFPID-201886:265094", "CSAFPID-201887:265090", "CSAFPID-201887:265094", "CSAFPID-202738:265088", "CSAFPID-203349:265091", "CSAFPID-205071:265088", "CSAFPID-205072:265088", "CSAFPID-205073:265088", "CSAFPID-205074:265088", "CSAFPID-205075:265088", "CSAFPID-205077:265091", "CSAFPID-205078:265091", "CSAFPID-205079:265091", "CSAFPID-205080:265091", "CSAFPID-205081:265091", "CSAFPID-205082:265091", "CSAFPID-205083:265091", "CSAFPID-205084:265091", "CSAFPID-205085:265091", "CSAFPID-205086:265091", "CSAFPID-205087:265091", "CSAFPID-205088:265091", "CSAFPID-205089:265091", "CSAFPID-205090:265091", "CSAFPID-208194:265088", "CSAFPID-208805:265090", "CSAFPID-208805:265094", "CSAFPID-208806:265090", "CSAFPID-208806:265094", "CSAFPID-212037:265090", "CSAFPID-212037:265094", "CSAFPID-212038:265090", "CSAFPID-212038:265094", "CSAFPID-212039:265090", "CSAFPID-212039:265094", "CSAFPID-212040:265090", "CSAFPID-212040:265094", "CSAFPID-212041:265090", "CSAFPID-212041:265094", "CSAFPID-212042:265090", "CSAFPID-212042:265094", "CSAFPID-212043:265090", "CSAFPID-212043:265094", "CSAFPID-212044:265090", "CSAFPID-212044:265094", "CSAFPID-212045:265090", "CSAFPID-212045:265094", "CSAFPID-212046:265090", "CSAFPID-212046:265094", "CSAFPID-213569:265091", "CSAFPID-213570:265091", "CSAFPID-213571:265091", "CSAFPID-213572:265091", "CSAFPID-213573:265091", "CSAFPID-220699:265091", "CSAFPID-220700:265091", "CSAFPID-220701:265091", "CSAFPID-220702:265091", "CSAFPID-220703:265091", "CSAFPID-220704:265091", "CSAFPID-220727:265090", "CSAFPID-220727:265094", "CSAFPID-220733:265090", "CSAFPID-220733:265094", "CSAFPID-220734:265090", "CSAFPID-220734:265094", "CSAFPID-220737:265090", "CSAFPID-220737:265094", "CSAFPID-220741:265091", "CSAFPID-220741:265096", "CSAFPID-220742:265091", "CSAFPID-220742:265096", "CSAFPID-220743:265091", "CSAFPID-220743:265096", "CSAFPID-220744:265091", "CSAFPID-220744:265096", "CSAFPID-220745:265091", "CSAFPID-220745:265096", "CSAFPID-220746:265091", "CSAFPID-220746:265096", "CSAFPID-220747:265091", "CSAFPID-220747:265096", "CSAFPID-220748:265091", "CSAFPID-220748:265096", "CSAFPID-220749:265091", "CSAFPID-220749:265096", "CSAFPID-220750:265091", "CSAFPID-220750:265096", "CSAFPID-220751:265091", "CSAFPID-220751:265096", "CSAFPID-225659:265088", "CSAFPID-227352:265090", "CSAFPID-227352:265094", "CSAFPID-227356:265086", "CSAFPID-227356:265088", "CSAFPID-227357:265088", "CSAFPID-230429:265086", "CSAFPID-230429:265088", "CSAFPID-230433:265088", "CSAFPID-230435:265086", "CSAFPID-230435:265088", "CSAFPID-230436:265088", "CSAFPID-230437:265086", "CSAFPID-230437:265088", "CSAFPID-230438:265088", "CSAFPID-230439:265088", "CSAFPID-230440:265088", "CSAFPID-230441:265088", "CSAFPID-230442:265088", "CSAFPID-230443:265088", "CSAFPID-230446:265086", "CSAFPID-230448:265086", "CSAFPID-230467:265090", "CSAFPID-230467:265094", "CSAFPID-230468:265090", "CSAFPID-230468:265094", "CSAFPID-230469:265090", "CSAFPID-230469:265094", "CSAFPID-230473:265090", "CSAFPID-230473:265094", "CSAFPID-230474:265090", "CSAFPID-230474:265094", "CSAFPID-230475:265090", "CSAFPID-230475:265094", "CSAFPID-230476:265090", "CSAFPID-230476:265094", "CSAFPID-230478:265090", "CSAFPID-230478:265094", "CSAFPID-230479:265090", "CSAFPID-230479:265094", "CSAFPID-230480:265090", "CSAFPID-230480:265094", "CSAFPID-230481:265090", "CSAFPID-230481:265094", "CSAFPID-230485:265090", "CSAFPID-230485:265094", "CSAFPID-230487:265090", "CSAFPID-230487:265094", "CSAFPID-230492:265090", "CSAFPID-230492:265094", "CSAFPID-230493:265090", "CSAFPID-230493:265094", "CSAFPID-230495:265090", "CSAFPID-230495:265094", "CSAFPID-230496:265090", "CSAFPID-230496:265094", "CSAFPID-230498:265090", "CSAFPID-230498:265094", "CSAFPID-230499:265090", "CSAFPID-230499:265094", "CSAFPID-230500:265090", "CSAFPID-230500:265094", "CSAFPID-230505:265090", "CSAFPID-230505:265094", "CSAFPID-230527:265088", "CSAFPID-230528:265088", "CSAFPID-230530:265091", "CSAFPID-230530:265096", "CSAFPID-230531:265091", "CSAFPID-230531:265096", "CSAFPID-230532:265091", "CSAFPID-230532:265096", "CSAFPID-230534:265091", "CSAFPID-230534:265096", "CSAFPID-230535:265091", "CSAFPID-230535:265096", "CSAFPID-230536:265091", "CSAFPID-230536:265096", "CSAFPID-230541:265091", "CSAFPID-230541:265096", "CSAFPID-230542:265091", "CSAFPID-230542:265096", "CSAFPID-230554:265091", "CSAFPID-230554:265096", "CSAFPID-230567:265091", "CSAFPID-230567:265096", "CSAFPID-230568:265091", "CSAFPID-230568:265096", "CSAFPID-230569:265091", "CSAFPID-230569:265096", "CSAFPID-239437:265088", "CSAFPID-239439:265088", "CSAFPID-239440:265088", "CSAFPID-239441:265088", "CSAFPID-239442:265086", "CSAFPID-239442:265088", "CSAFPID-239445:265088", "CSAFPID-239472:265091", "CSAFPID-239472:265096", "CSAFPID-239476:265091", "CSAFPID-239476:265096", "CSAFPID-239478:265091", "CSAFPID-239478:265096", "CSAFPID-239479:265091", "CSAFPID-239479:265096", "CSAFPID-239482:265086", "CSAFPID-239483:265086", "CSAFPID-239484:265086", "CSAFPID-239485:265086", "CSAFPID-239486:265086", "CSAFPID-239487:265086", "CSAFPID-239488:265086", "CSAFPID-239489:265086", "CSAFPID-239490:265086", "CSAFPID-239491:265086", "CSAFPID-239492:265086", "CSAFPID-239493:265086", "CSAFPID-239494:265086", "CSAFPID-239495:265086", "CSAFPID-239496:265086", "CSAFPID-239497:265086", "CSAFPID-239498:265086", "CSAFPID-239499:265086", "CSAFPID-239500:265086", "CSAFPID-239501:265086", "CSAFPID-239502:265086", "CSAFPID-239503:265086", "CSAFPID-239504:265086", "CSAFPID-239510:265086", "CSAFPID-239536:265091", "CSAFPID-239537:265091", "CSAFPID-239538:265091", "CSAFPID-239539:265091", "CSAFPID-239545:265091", "CSAFPID-239546:265091", "CSAFPID-239547:265091", "CSAFPID-239548:265091", "CSAFPID-239549:265091", "CSAFPID-239550:265091", "CSAFPID-239551:265091", "CSAFPID-239552:265091", "CSAFPID-239553:265091", "CSAFPID-239554:265091", "CSAFPID-239590:265091", "CSAFPID-239591:265091", "CSAFPID-239592:265091", "CSAFPID-239593:265091", "CSAFPID-239594:265091", "CSAFPID-239595:265091", "CSAFPID-239596:265091", "CSAFPID-239597:265091", "CSAFPID-239598:265091", "CSAFPID-239599:265091", "CSAFPID-239600:265091", "CSAFPID-239601:265091", "CSAFPID-239602:265091", "CSAFPID-239603:265091", "CSAFPID-239604:265091", "CSAFPID-239605:265091", "CSAFPID-239606:265091", "CSAFPID-239607:265091", "CSAFPID-239608:265091", "CSAFPID-239609:265091", "CSAFPID-239610:265091", "CSAFPID-239611:265091", "CSAFPID-239612:265091", "CSAFPID-239613:265091", "CSAFPID-239614:265091", "CSAFPID-239615:265091", "CSAFPID-239616:265091", "CSAFPID-239617:265091", "CSAFPID-239618:265091", "CSAFPID-239619:265091", "CSAFPID-239620:265091", "CSAFPID-239621:265091", "CSAFPID-239622:265091", "CSAFPID-239623:265091", "CSAFPID-239624:265091", "CSAFPID-239625:265091", "CSAFPID-239626:265091", "CSAFPID-239627:265091", "CSAFPID-239628:265091", "CSAFPID-239632:265091", "CSAFPID-239632:265096", "CSAFPID-239633:265091", "CSAFPID-239634:265091", "CSAFPID-239634:265096", "CSAFPID-239635:265091", "CSAFPID-239635:265096", "CSAFPID-239636:265091", "CSAFPID-239636:265096", "CSAFPID-239639:265090", "CSAFPID-239639:265094", "CSAFPID-239805:265096", "CSAFPID-239806:265096", "CSAFPID-239807:265096", "CSAFPID-248790:265091", "CSAFPID-248790:265096", "CSAFPID-248858:265088", "CSAFPID-248859:265086", "CSAFPID-248859:265088", "CSAFPID-256166:265086", "CSAFPID-256209:265086", "CSAFPID-256526:265091", "CSAFPID-256527:265091", "CSAFPID-256529:265091", "CSAFPID-256529:265096", "CSAFPID-256870:265088", "CSAFPID-256871:265088", "CSAFPID-256872:265091", "CSAFPID-256872:265096", "CSAFPID-256873:265091", "CSAFPID-256873:265096", "CSAFPID-256874:265091", "CSAFPID-256874:265096", "CSAFPID-257397:265090", "CSAFPID-257397:265094", "CSAFPID-257400:265088", "CSAFPID-265097:265086", "CSAFPID-265101:265091", "CSAFPID-265101:265096", "CSAFPID-265102:265091", "CSAFPID-265102:265096", "CSAFPID-265103:265091", "CSAFPID-265103:265096", "CSAFPID-265104:265091", "CSAFPID-265104:265096", "CSAFPID-265105:265091", "CSAFPID-265105:265096", "CSAFPID-265106:265091", "CSAFPID-265106:265096", "CSAFPID-265107:265091", "CSAFPID-265107:265096", "CSAFPID-265108:265091", "CSAFPID-265108:265096", "CSAFPID-265110:265091", "CSAFPID-265110:265096", "CSAFPID-265111:265091", "CSAFPID-265111:265096", "CSAFPID-265112:265091", "CSAFPID-265112:265096", "CSAFPID-265113:265091", "CSAFPID-265113:265096", "CSAFPID-265117:265096", "CSAFPID-265118:265096", "CSAFPID-265120:265091", "CSAFPID-265120:265096", "CSAFPID-265122:265096", "CSAFPID-265123:265096", "CSAFPID-265124:265096", "CSAFPID-265125:265096", "CSAFPID-265126:265096", "CSAFPID-265128:265091", "CSAFPID-265129:265088", "CSAFPID-265130:265088", "CSAFPID-265131:265090", "CSAFPID-265131:265094", "CSAFPID-265132:265090", "CSAFPID-265132:265094", "CSAFPID-265135:265090", "CSAFPID-265135:265094", "CSAFPID-265140:265086", "CSAFPID-265140:265088", "CSAFPID-275060:265088", "CSAFPID-112776" ] } ], "title": "Cisco NX-OS Software Remote Management Memory Leak Denial of Service Vulnerability" } ] }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.