Specifications
© 2006 Cisco Systems, Inc.
All rights reserved.
System Admin 4-21
NAM / Traffic Analyzer v3.5 Tutorial
© 2006 Cisco Systems, Inc. All rights reserved.
Sys tem Admin 4-21
NAM / Traffic Analyzer v3.5 Tutorial
NM-NAM Administration
Router Analysis Module Interface Configuration
NM-NAM Administration
Router Analysis Module Interface Configuration
Router (config)# interface analysis-module slot/port
/* If you use the ip unnumbered command, requires static requires
static route if Internal NAM interface is the Management Interface */
Router (config-if)# ip unnumbered FastEthernet slot/port
/* If you use a routable IP address and subnet mask */
Router (config-if)# ip address ip_address netmask
Router (config-if)# no shutdown
Configure Analysis-Module Interface
Configure Analysis-Module Interface
Activate Analysis-Module Interface
Activate Analysis-Module Interface
Set Analysis-Module Interface IP Address
Set Analysis-Module Interface IP Address
Router Analysis Module Interface Configuration (NM-NAM)
The first step in configuring the NAM is to first configure the router’s analysis module interface. Since all
connected interfaces of a router require an IP address, and the analysis module interface is connected to the
NM-NAM, the first step is to give the router’s analysis module interface an IP address.
The above commands provide the basics for configuring the analysis module interface. If end-user are to
communicate with the NAM through this interface then it must include a route to it.
Note(s):
• For the ip unnumbered command, make sure that a static route is configured on the router CLI for
the NAM IP address that you configure through the NAM CLI. The following is a sample configuration:
ip route <nam-ip-address> 255.255.255.255 Analysis-Module slot/0
• On the NAM, the IP address must belong to the subnet of the parent interface for the Analysis-Module
slot/0 (such as fa0/0). The NAM default gateway should be the parent interface IP.
• For a detailed explanation, see: Configuring a Static Route to the NAM Through the Analysis-Module
Interface at:
http://www.cisco.com/en/US/products/sw/iosswrel/ps5413/products_feature
_guide09186a00801d6096.html#wp1046001