Cisco Systems SMNMADPTR Router User Manual


 
29
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
DETAILED STEPS
Command or Action Purpose
Step 1
enable
Enter IOS exec mode.
Step 2
configure terminal
Enter IOS configuration from terminal
mode.
Step 3
interface loopback <loopback-number>
Router (config)# interface loopback 0
Router (config-if)#
Create a loopback interface 0 on the
router.
Step 4
ip address <bogus-address> <subnetmask>
Example:
Router(config-if)# ip address 10.1.1.1 255.255.255.0
Set a bogus address on the loopback
interface. In the example, interface
loopback0 is assigned with an address
10.1.1.1/24.
Step 5
no shutdown
Enable the loopback interface.
Step 6
exit
Example:
Router(config-if)# exit
Router(config)#
Exit from interface configuration mode
to the global configuration mode.
Step 7
interface integrated-service-engine slot/0
(or for the NM-NAM)
interface analysis-module slot/0
Enter the IOS interface configuration
mode for the integrated-service-engine
interface.
Step 8
ip unnumber loopback <number>
Example:
Router (config-if)# ip unnumbered loopback 0
Borrow the address that was set to the
loopback interface in Step 4.
Step 9
no shutdown
Bring up the integrated-service-engine
interface.
Step 10
service-module external ip address <NAM-Address> <subnetmask>
(or for the NM-NAM)
analysis-module ip address <NAM-Address> <subnetmask>
Example:
Router (config-if)# service-module external ip address
209.165.201.2 255.255.255.224
Set <NAM-Address> to the NAM
External interface.