7
Configuring Cisco Access Routers and the NME-WAE Network Module for ACNS Deployments
OL-13140-02
Setting Up Cisco WAE Network Modules and Opening a Session
Detailed Steps
From the host router CLI, perform the following steps:
Procedure Command
Step1 Enter privileged EXEC mode on the host router. Enter
your password if prompted.
enable
Example:
Router> enable
Step2 Enter global configuration mode on the host router. configure terminal
Example:
Router# configure terminal
Step3 Enter interface configuration mode for the slot where the
network module resides.
interface integrated-service-engine slot/0
Example:
Router(config)# interface
integrated-service-engine 1/0
Step4 Specify the router interface to the module (see callout 2 in
Figure 2). Arguments are as follows:
router-side-ip-address subnet-mask—IP address and
subnet mask for the interface.
ip address router-side-ip-address subnet-mask
Example:
Router(config-if)# ip address 10.0.0.20
255.255.255.0
Step5 Specify the IP address for the module interface to the
router (see callout 3 in Figure 2). To configure the
external interface (see callout 4 in Figure 2) instead of the
internal interface, use the second form of the command.
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
subnet specified in Step 4.
service-module ip address module-side-ip-address
subnet-mask
or
service-module external ip address
module-side-ip-address subnet-mask
Example:
Router(config-if)# service-module ip address
10.0.0.30 255.255.255.0
or
Router(config-if)# service-module external ip
address 10.0.0.30 255.255.255.0
Step6 Specify 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.
service-module ip default-gateway
gateway-ip-address
Example:
Router(config-if)# service-module ip
default-gateway 10.0.0.20
Step7 Return to global configuration mode on the host router. end
Example:
Router(config-if)# end