Cisco Systems SMNMADPTR Router User Manual


 
9
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
Examples
The following partial output from the show running-config command shows how the interfaces are
configured.
interface Integrated-Service-engine1/0
ip address 10.0.0.20 255.255.255.0
service-module ip address 10.0.0.21 255.255.255.0
service-module ip default-gateway 10.0.0.20
Step 6
service-module external ip address
external-ip-address subnet-mask
Example:
Router(config-if)# service-module external ip
address 172.0.0.30 255.255.255.0
Specifies the IP address for the external LAN interface on
the module. Arguments are as follows:
external-ip-address—IP address for the interface
subnet-mask—Subnet mask to append to the IP address
This command selects and configures the external interface
for management traffic. This command is equivalent to
using the commands ip interface external and ip address
<address> <mask> on the NME-NAM-120S CLI.
Note If you want to use the internal interface for
management traffic, use the Step 5 instead.
Step 7
service-module ip default-gateway
gateway-ip-address
Example:
Router(config-if)# service-module ip
default-gateway 10.0.0.40
Specifies the IP address for the default gateway router for
the module. The argument is as follows:
gateway-ip-address—IP address for the gateway router
Note Use this step only if you used Step 5 or Step 6.
Step 8
end
Example:
Router(config-if)# exit
Returns to global configuration mode on the host router.
Step 9
copy running-config startup-config
Example:
Router# copy running-config startup-config
Saves the router’s new running configuration.
Step 10
show running-config
Example:
Router# show running-config
Displays the router’s running configuration, so that you can
verify address configurations.
Command or Action Purpose