Cisco Systems SMNMADPTR Router User Manual


 
8
Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.0
OL-14942-02
How to Install, Upgrade, or Downgrade NME-NAM-120S
DETAILED STEPS
Command or Action Purpose
From the Host-Router CLI
Step 1
enable
Example:
Router> enable
Enters privileged EXEC mode on the host router. Enter your
password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode on the host router.
Step 3
interface integrated-service-engine slot/0
Example:
Router(config)#
interface integrated-service-engine 1/0
Enters interface configuration mode for the slot and port
where the network module resides.
Step 4
ip address router-side-ip-address subnet-mask
or
ip unnumbered type number
Example:
Router(config-if)#
ip address 10.0.0.20 255.255.255.0
or
Router(config-if)# ip unnumbered ethernet 0/0
Specifies the router interface to the module. Arguments are
as follows:
router-side-ip-address subnet-mask—IP address and
subnet mask for the interface.
type number—Type and number of another interface on
which the router has an assigned IP address. It cannot
be another unnumbered interface. Serial interfaces
using High Level Data Link Control (HDLC),
Point-to-Point Protocol (PPP), Link Access Procedure,
Balanced (LAPB), Frame Relay encapsulations, Serial
Line Internet Protocol (SLIP), and tunnel interfaces can
be unnumbered.
Step 5
service-module ip address
module-side-ip-address subnet-mask
Example:
Router(config-if)# service-module
ip address 172.0.0.20 255.255.255.0
Specifies the IP address for the module interface to the
router. Arguments are as follows:
module-side-ip-address—IP address for the interface
subnet-mask—Subnet mask to append to the IP
address; must be in the same subnet as the host router
This command selects and configures the internal interface
for management traffic. This command is equivalent to
using the commands ip interface internal and ip address
<address> <mask> on the NME-NAM-120S CLI.
Note If you want to use the external interface for
management traffic use the Step 6 instead.