Datasheet

Network Analysis Module (NM-NAM)
How to Configure and Manage the Network Analysis Module (NM-NAM)
15
Cisco IOS Release: Multiple releases (see the Feature History Table)
Tip To avoid losing your configuration at the next system reload or power cycle, save the running
configuration to the startup configuration by entering the copy run start command in privileged EXEC
mode.
Examples
This section provides the following examples:
Configuring the Analysis-Module Interface—Routable Subnet: Example, page 15
Configuring the Analysis-Module Interface—IP Unnumbered with Routable Subnet: Example,
page 16
Configuring the Analysis-Module Interface—IP Unnumbered with Subnet That Is Not Routable:
Example, page 16
Sample Output for the show ip interface brief Command, page 16
Configuring the Analysis-Module Interface—Routable Subnet: Example
In the following example, the Analysis-Module interface is configured with a routable IP address. The
NM-NAM is installed in router slot 2.
!
interface Analysis-Module 2/0
ip address 209.165.200.230 255.255.255.224
no shutdown
Step 7
no shutdown
Example:
Router(config-if)# no shutdown
Activates the Analysis-Module interface.
Step 8
end
Example:
Router(config-if)# end
Router#
Returns to privileged EXEC mode.
Step 9
show ip interface brief
or
show running-config
Example:
Router# show ip interface brief
Example:
Router# show running-config
Displays the IP addresses and summary status of the
interfaces.
or
Displays the contents of the currently running configuration
file.
Verify that you properly configured the
Analysis-Module interface.
If you configured the Analysis-Module interface as IP
unnumbered, then use the show running-config
command to verify proper configuration of both the
Analysis-Module interface and the interface whose IP
address you borrowed for the Analysis-Module
interface.
Command or Action Purpose