Feedback
|
Table Of Contents
Cisco NAM 4.2(1n) on Nexus 1010 Virtual Services Appliance Release Notes
NAM Virtual Blade Licensing Requirements
Installing NAM Software on a Nexus 1010 Appliance
NetFlow Records from the NAM (Nexus 1000V NAM Virtual Service Blade)
User Guide for the Cisco Network Analysis Module Virtual Service Blades, 4.2
Cisco Nexus 1000V NAM Virtual Service Blade Installation and Configuration Guide
Cisco NAM Command Reference, Release 4.2
Copyright Notices for the Cisco Network Analysis Module, Release 4.2
Obtaining Documentation and Submitting a Service Request
Cisco NAM 4.2(1n) on Nexus 1010 Virtual Services Appliance Release Notes
February 1, 2011OL-24393-01Contents
•
NAM Virtual Blade Licensing Requirements
•
Installing NAM Software on a Nexus 1010 Appliance
Introduction
The NAM 4.2(1n) software enhances performance of the NAM Traffic Analyzer on the Nexus 1010 Virtual Services Appliance by increasing throughput for ERSPAN and NetFlow over the management interface.
The Cisco Nexus 1010 Virtual Services Appliance has an integrated Cisco NAM VSB solution to monitor and troubleshoot the Cisco Nexus 1010 Virtual Services Appliance environment. As an integrated solution, the Cisco NAM VSB is ideal for customers who are deploying the Cisco Nexus 1010 Virtual Services Appliance, thereby providing greater investment protection, ease of deployment, and reduced network footprint.
The software enables network administrators to extend operational visibility into the VM network, including interactions across virtual machines. The feature can be used with the Nexus 1010 Virtual Services Appliance, deployed in the Data Center in conjunction with Nexus 1000V switch deployments. NAM supports the use of embedded management features, namely Encapsulated Remote Switched Port Analyzer (ERSPAN) and NetFlow, on the Cisco Nexus 1000V switch. ERSPAN can be configured on the Cisco Nexus 1000v switch to allow NAM to obtain visibility into specific ports or VLANs. NetFlow Data Export can also be configured on select virtual and physical interfaces to provide insight into traffic behavior in the virtual machine network.
Key benefits include:
•
Analyze network usage behavior by application, host/VM, and conversation to identify bottlenecks that may affect performance and availability
•
Troubleshoot performance issues with extended visibility into VM-to-VM traffic, virtual interface statistics, and transaction response times
•
Assess impact on network behavior due to changes such as VM migration, new application deployment, and port profile update
•
Improve the efficiency of your virtual infrastructure and distributed application components with comprehensive traffic analysis
As a distinctive advantage, NAM allows monitoring of virtual machines live while they migrate with VMotion.
System Requirements
NAM 4.2(1n) supports the Nexus 1010 (N1K-C1010) Virtual Services Appliance. Table 1 provides a description of the Cisco Nexus 1010 Virtual Services Appliance, its components, and deployment scenarios.
Note
You will need a configured Nexus 1010 Virtual Services Appliance to install the Network Analysis Module.
The memory, CPU, and disk drive requirements for the Nexus 1010 Virtual Services Appliance are built into the NAM image.
Hardware Supported
•
Cisco Nexus 1010 Virtual Services Appliance
Browser Requirements
Table 2 describes the browser requirements for all platforms. We recommend you use the Internet Explorer browser, but Firefox is also supported.
Table 2 Browser Requirements
Browser Versions Client Platform JVM Support1Internet Explorer
6.0 (with Service Pack 2)
•
Windows
•
Windows XP Professional
•
Java Plug-In 1.5.0_11
Internet Explorer
7.0
•
Windows Vista
Firefox
2.0
3.0
•
Windows
•
Windows XP Professional
•
Solaris
•
Linux (RHEL)
1 A Java plug-in might be required to use the Java Virtual Machine (JVM).
Note
Although Traffic Analyzer does not require a Java plug-in, you might be required to use the Java Virtual Machine (JVM). The Java plug-in versions listed have been tested for browsers that require a plug-in for the JVM. Cisco recommends JRE Version 5.0 Update 6.
NAM Virtual Blade Licensing Requirements
The NAM 4.2(1n) software for the Nexus 1010 Virtual Services Appliance requires you to install a product license in the form of a text file. An evaluation license allows you to use the software for up to 60 days, but you will be unable to log in to the NAM GUI after the evaluation license expires. When using an evaluation license, the NAM login window indicates how many days remain before the evaluation license expires.
You can provide licensing information, also known as node-locking information, during software installation or after software installation using the NAM CLI. During the NAM software installation, you will be prompted to enter a product identifier (PID) and serial number (SN).
To obtain a NAM Virtual Blade license, go to the following URL:
http://www.cisco.com/go/license
Follow the instructions on this page to obtain a NAM VB license file. You will need the appliance PID and SN to obtain the license file. After you enter the PID and SN or the Product Authorization Key, a license file will be sent to you by Email. Store this license file on an available FTP server. Use the license install command to install the license after the NAM software installation completes.
Installing NAM Software on a Nexus 1010 Appliance
You will need to remove the existing NAM image, and install Cisco NAM 4.2(1n) from the Nexus 1010 CLI.
Note
The NAM does not support High Availability (HA) mode.
Note
If you ordered a Cisco Nexus 1010 with NAM, the NAM installation media will already be loaded on the appliance. The installation media consists of an ISO file in bootflash:/repository.
If you have a Cisco Nexus 1010 without NAM software, and you want to add it, you will need to download it from Cisco.com to a local ftp or http server, and then install it using the command copy ftp://path/to/nam/nam.iso bootflash:/repository.
Step 1
Log in to the Nexus 1010 and enter virtual blade configuration mode:
vsm-nam1# conf tStep 2
List the contents of the repository.
vsm-nam1(config)# dir bootflash:/repository...153135104 Jan 24 09:37:17 2011 nam-4-2-1n.iso...Usage for bootflash://sup-local305664000 bytes used3685715968 bytes free3991379968 bytes totalvsm-nam1(config)#Use the directory listing to enter the correct ISO file that contains the NAM media.
In the example above, "nam-4-2-1n.iso" is the filename, and the user is using this command to find the nam install media (an iso file found in bootflash:/repository).
Step 3
If an existing NAM image is installed, you will need to remove it (if there is no NAM virtual service blade installed, skip this step and go to Step 4).
vsm-nam1(config)# virtual-service-blade NAMvsm-nam1(config-vb-config)# no enablevsm-nam1(config-vb-config)# no virtual-service-blade NAMvsm-nam1(config)#Step 4
To install the new NAM image, enter the virtual service blade creation mode.
vsm-nam1(config)# virtual-service-blade NAMvsm-nam1(config-vb-config)#Step 5
Enter the NAM configuration information.
Note
The data VLAN is used for both management and data (packet) collection for the virtual NAM. Unlike the VSM, the virtual NAM does not inherit the management VLAN from the VSB. The IP address assigned to the NAM must be in the data VLAN.
vsm-nam1(config-vb-config)# virtual-service-blade-type newnam-4-2-1n.isovsm-nam1(config-vb-config)# interface data vlan 3vsm-nam1(config-vb-config)# enableEnter vsb image:[nam-4-2-1n.iso]Enter Management IPV4 address: 172.20.122.107Enter Management subnet mask: 255.255.255.128IPv4 address of the default gateway: 172.20.122.1Enter Hostname: nam-vsm1Setting Web user/passwd will enable port 80. Press Enter[y/n]:yWeb User name: [admin]Web User password: adminvsm-nam1(config-vb-config)#Step 6
The NAM VSB installation will begin. You can use the show virtual-service-blade summary command to see the installation in progress.
vsm-nam1(config-vb-config)# show virtual-service-blade summaryStep 7
When the status says "POWER ON," you can log into the NAM console.
Note
The default password is "root."
vsm-nam1# login virtual-service-blade namTelnet escape character is '$'.Trying 127.1.0.18...Connected to 127.1.0.18.Escape character is '$'.Cisco Network Analysis Modulenam.cisco.com login: rootPassword:Last login: Mon Jan 24 15:18:47 2011 from dhcp-171-69-69-187.cisco.com on pts/2Cisco Virtual Blade on Nexus Appliance (Nexus VB) (R200-1120402) Console, 4.2(1n)Copyright (c) 1999-2011 by Cisco Systems, Inc.root@nam.cisco.com#
Limitations and Restrictions
This release for NAM is supported only on Cisco Nexus 1000V Release 4.2(1)SV1(4) releases.
NetFlow Records from the NAM (Nexus 1000V NAM Virtual Service Blade)
On the Nexus 1000V NAM Virtual Service Blade, NetFlow record-related CLIs will send NetFlow record types below, which can be decoded properly by NAM. If you define your own record, it may not be decoded by NAM. This pre-defined collection of records offered by this CLI will work for most customers. Under "flow monitor" section as below
flow monitor YourMonitorNamerecord netflow-originalrecord netflow-original" will send NetFlow records that can be decoded properly by NAM.
MIB Limitation
Due to a Nexus 1010 Virtual Services Appliance MIB limitation, NAM Release 4.2 can't display the following information when "Managed Device" is VSM:
•
Port Stat (at Monitor > Managed Device > Port Stats)
•
Managed device health (at Monitor > Managed Device > Health)
ACS Version Supported
The only ACS server version supported is 4.2.
Related Documentation
This section provides a list of the NAM 4.2 software documentation. You can find links to all NAM software documentation at the following URL:
http://www.cisco.com/en/US/products/sw/cscowork/ps5401/tsd_products
_support_series_home.htmlThe following is a list of the documentation for Cisco Network Analysis Module 4.2 (in the order in which you should address it).
•
User Guide for the Cisco Network Analysis Module Virtual Service Blades, 4.2
•
Cisco Nexus 1000V NAM Virtual Service Blade Installation and Configuration Guide
•
Cisco NAM Command Reference, Release 4.2
•
Copyright Notices for the Cisco Network Analysis Module, Release 4.2
You can access the URLs listed for each document on the World Wide Web.
User Guide for the Cisco Network Analysis Module Virtual Service Blades, 4.2
OL-21551-01
The User Guide for the Cisco Network Analysis Module Virtual Service Blades, 4.2 describes how to use the Network Analysis Module Traffic Analyzer and NAM 4.2 software with the WAAS appliance and the Nexus 1000V Virtual Service Blade.
Cisco Nexus 1000V NAM Virtual Service Blade Installation and Configuration Guide
OL-21578-01
The Cisco Nexus 1000V NAM Virtual Service Blade Installation and Configuration Guide provides detailed steps to install the NAM VSB on a Cisco Nexus 1010 Virtual Services Appliance and configure the NAM.
Cisco NAM Command Reference, Release 4.2
OL-21728-01
The Cisco NAM Command Reference, Release 4.2 provides information about how to use the NAM command-line interface to manage the NAM devices supported by NAM 4.2 software including:
•
NAM2220
•
NAM2204-RJ45
•
NAM2204-SFP
•
WS-SVC-NAM-1
•
WS-SVC-NAM-1-250S
•
WS-SVC-NAM-2
•
WS-SVC-NAM-2-250S
•
NME-NAM-80S
•
NME-NAM-120S
The Cisco NAM Command Reference, Release 4.2 also supports the following WAAS appliances:
•
WAVE-574
•
WAE-674
and the Nexus 1010 Virtual Services Appliance:
•
N1K-C1010
Copyright Notices for the Cisco Network Analysis Module, Release 4.2
OL-21732-01
The Copyright Notices for the Cisco Network Analysis Module, 4.2 provides a listing of all copyright notices for the open source third-party software used in NAM 4.2.
Obtaining Documentation and Submitting a Service Request
For information on obtaining documentation, submitting a service request, and gathering additional information, see the monthly What's New in Cisco Product Documentation, which also lists all new and revised Cisco technical documentation, at:
http://www.cisco.com/en/US/docs/general/whatsnew/whatsnew.html
Subscribe to the What's New in Cisco Product Documentation as a Really Simple Syndication (RSS) feed and set content to be delivered directly to your desktop using a reader application. The RSS feeds are a free service and Cisco currently supports RSS Version 2.0.
This document is to be used in conjunction with the documents listed in the "Related Documentation" section.
Cisco and the Cisco Logo are trademarks of Cisco Systems, Inc. and/or its affiliates in the U.S. and other countries. A listing of Cisco's trademarks can be found at www.cisco.com/go/trademarks. Third party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1005R)
Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental.
© 2011 Cisco Systems, Inc. All rights reserved.
Feedback