10-46
Cisco Nexus 7000 Series Hardware Installation and Reference Guide
OL-23069-07
Chapter 10 Installing or Replacing Components
Installing a NAM Module
6. no shutdown
7. exit
DETAILED STEPS
Specifying the NAM IP Configuration and Enabling the Web Server
After you assign the NAM to a VDC and set up a SPAN session between the switch and the NAM, you
must go to the VDC for the NAM, set up the IP configuration for the NAM, and enable the web server.
You can enable the NAM to function as either an HTTP server or an HTTPS secure server, but not both
simultaneously. After you enable the web server, the NAM is functional.
Step 1 Use the Cisco NX-OS attach module slot_number processor number command to open a span session.
attach module slot_number processor 1
Example:
switch# attach module 3 processor 1
opening...
nam.localdomain login: root
Password:
Cisco Nexus 7000 Series Network Analysis Module (N7K-SM-NAM-K9) Console, 6.0
Copyright (c) 1999-2013 by Cisco Systems, Inc.
Command Purpose
Step 1
config t
Example:
switch# config t
switch(config)#
Enters the global configuration
mode.
Step 2
monitor session ID_number
Example:
switch(config)# monitor session 1
switch(config-monitor)#
Creates a monitor session.
Step 3
switch_ip_address int interface
Example:
switch(config-monitor)# 10.10.10.10 int e4/1 rx
switch(config-monitor)#
Specifies the switch IP address and
the interface used for traffic.
Step 4
nam_ip_address interface port-channel
port-channel_number
Example:
switch(config-monitor)# 11.11.11.11 interface
port-channel 3
Specifies the NAM by its IP address
and port-channel number.
Step 5
no rate limit
Example:
switch(config-monitor)# no rate limit
switch(config-monitor)#
Specifies to not use a rate limit.
Step 6
no shutdown
Example:
switch(config-monitor)# no shutdown
switch(config-monitor)#
Starts the NAM.
Step 7
exit
Example:
switch(config-monitor)# exit
switch(config)#
Exits the monitor session.