Setting Up Cisco WAE Network Modules and Opening a Session

Detailed Steps

From the host router CLI, perform the following steps:

 

Procedure

Command

Step 1

 

 

Enter privileged EXEC mode on the host router. Enter

enable

 

your password if prompted.

Example:

 

 

 

 

Router> enable

Step 2

 

 

Enter global configuration mode on the host router.

configure terminal

 

 

Example:

 

 

Router# configure terminal

Step 3

 

 

Enter interface configuration mode for the slot where the

interface integrated-service-engine slot/0

 

network module resides.

Example:

 

 

 

 

Router(config)# interface

 

 

integrated-service-engine 1/0

Step 4

 

 

Specify the router interface to the module (see callout 2 in

ip address router-side-ip-address subnet-mask

 

Figure 2). Arguments are as follows:

Example:

 

router-side-ip-address subnet-mask—IP address and

 

subnet mask for the interface.

Router(config-if)#ip address 10.0.0.20

 

255.255.255.0

 

 

Step 5

 

 

Specify the IP address for the module interface to the

service-module ip address module-side-ip-address

 

router (see callout 3 in Figure 2). To configure the

subnet-mask

 

external interface (see callout 4 in Figure 2) instead of the

or

 

internal interface, use the second form of the command.

 

 

Arguments are as follows:

service-module external ip address

 

 

module-side-ip-address subnet-mask

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.

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

Step 6

 

 

Specify the IP address for the default gateway router for

service-module ip default-gateway

 

the module. The argument is as follows:

gateway-ip-address

 

gateway-ip-address—IP address for the gateway

Example:

 

router.

 

Router(config-if)# service-module ip

 

 

 

 

default-gateway 10.0.0.20

Step 7

 

 

Return to global configuration mode on the host router.

end

 

 

Example:

 

 

Router(config-if)# end

 

 

 

Configuring Cisco Access Routers and the NME-WAE Network Module for ACNS Deployments

 

OL-13140-02

7

 

 

 

Page 7
Image 7
Cisco Systems NME-WAE manual Procedure Command, Example