Cisco Systems SMNMADPTR Router User Manual


 
26
Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.0
OL-14942-02
Configuring the NME-NAM-120S for Management
Configuration Example
In this configuration example:
The internal NAM interface is used for management traffic.
IP addresses from the same routable subnet are assigned to the Integrated-Service-Engine interface
and the NAM system.
A static route to the NAM through the Integrated-Service-Engine interface is configured.
The internal NAM interface is used to monitor WAN traffic on interface Serial 0/0, and the external
NAM interface is used to monitor LAN traffic on interface Fast Ethernet 0/0.
The NME-NAM-120S is installed in router slot 2.
Figure 3 shows the topology used in the example, and the following sections show the router and NAM
configurations:
Router Configuration (Cisco IOS Software), page 27
NAM Configuration (NAM Software), page 28
Step 3
interface integrated-service-engine slot/0
Or for NM-NAM devices:
interface analysis-module slot/0
Enter the IOS interface configuration mode
for the integrated-service-engine interface.
Step 4
ip address <router-side-address> <subnetmask>
Example:
Router (config-if)# ip address 209.165.200.225
255.255.255.224
Set a routable address to the
integrated-service-engine interface.
Step 5
no shutdown
Bring up the integrated-service-engine
interface.
Step 6
service-module ip address <NAM-Address> <subnetmask>
(or for the NM-NAM)
analysis-module ip address <NAM-Address> <subnetmask>
Example:
Router (config-if)# service-module ip address 209.165.200.226
255.255.255.224
(or for the NM-NAM)
Router (config-if)# analysis-module ip address
209.165.200.226 255.255.255.224
Set NAM-Address to the NAM Internal
interface.
Note The NAM-Address must be in the
same subnet as router-side-address.
Step 7
service-module ip default-gateway <router-side-address>
Example:
Router (config-if)# service-module ip default-gateway
209.165.200.225
Setup NAM default gateway address to be
the integrated-service-engine interface
address, which is router-side-address.
Step 8
end
Exit the router configuration mode.
Command or Action Purpose