Datasheet

Network Analysis Module (NM-NAM)
How to Configure and Manage the Network Analysis Module (NM-NAM)
14
Cisco IOS Release: Multiple releases (see the Feature History Table)
DETAILED STEPS
Command or Action Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
interface type number
Example:
Router(config)# interface loopback 0
(Optional) Configures an interface, and enters interface
configuration mode.
Perform this step if you plan to configure the
Analysis-Module interface as an IP unnumbered
interface.
This step configures the router interface (such as a
loopback or Fast Ethernet interface) whose IP address
you plan to borrow for the IP unnumbered
Analysis-Module interface.
Step 4
ip address ip-address mask
Example:
Router(config-if)# ip address 10.20.30.40
255.255.255.0
(Optional) Sets an IP address and mask for the interface.
Perform this step if you plan to configure the
Analysis-Module interface as an IP unnumbered
interface.
If you plan to use the internal NAM interface for
management traffic, this IP address must come from a
routable subnet.
Step 5
interface analysis-module slot/0
Example:
Router(config)# interface analysis-module 1/0
Configures the Analysis-Module interface.
This is the Fast Ethernet interface on the router that is
connected to the internal NM-NAM interface.
Step 6
ip unnumbered interface number
or
ip address ip-address mask
Example:
Router(config-if)# ip unnumbered loopback 0
Example:
Router(config-if)# ip address 10.20.30.40
255.255.255.0
Configures the Analysis-Module interface as IP
unnumbered and specifies the interface whose IP address is
borrowed by the Analysis-Module interface.
or
Sets an IP address and mask on the Analysis-Module
interface.
Use the ip unnumbered command if you performed
Step 3 and Step 4.