Cisco Systems SMNMADPTR Router User Manual


 
22
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
4. ip unnumber <interface> <number>
5. no shutdown
6. service-module ip address <NAM-Address> <subnetmask>
7. service-module ip default-gateway <NAM-Default-Gateway-Address>
8. exit
9. ip route <NAM-Address> 255.255.255.255 integrated-service-engine slot/0
10. end
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 integrated-service-engine slot/0
Enter IOS interface configuration mode
for the integrated-service-engine
interface.
Step 4
ip unnumber <interface> <number>
Example:
Router (config-if)# ip unnumbered gigabitethernet 0/1
Borrow the address that was set at
<interface>. In the example, interface
integrated-service-engine 1/0 borrows
the address set in gigabitethernet0/1
interface.
Step 5
no shutdown
Enable the integrated-service-engine
interface.
Step 6
service-module ip address <NAM-Address> <subnetmask>
Router (config-if)# service-module ip address 209.165.200.226
255.255.255.224
Set <NAM-Address> to the NAM
Internal interface.
Step 7
service-module ip default-gateway <NAM-Default-Gateway-Address>
Example:
Router (config-if)# service-module ip default-gateway
209.165.200.225
Setup the NAM default gateway
address.
Step 8
exit
Exit from the router interface
configuration mode to the router global
configuration mode.