Guest

Cisco Services-Ready Engine (SRE) Modules

Cisco SRE Internal Service Modules Configuration Guide

Table Of Contents

Cisco SRE Internal Service Modules Configuration Guide

Contents

Prerequisites for the Cisco ISM-SRE

Restrictions for the Cisco ISM-SRE

Information About the Cisco ISM-SRE

ISM Network Interfaces

Service-Module Interface

MGF Interface

Power Efficiency Management

How to Configure the Cisco ISM-SRE

Configuring the ISM Interface on the Router

Examples

Configuring the MGF Interface on the Module

Examples

What to Do Next

Opening and Closing a Session

Shutting Down and Starting Up the Cisco ISM-SRE

Verifying the System Status

Additional References

Related Documents

Technical Assistance


Cisco SRE Internal Service Modules Configuration Guide


First Published: October 2, 2009
 

The Cisco Services Ready Engine Internal Service Module (ISM-SRE family of devices) for the Cisco Integrated Services Router Generation 2 enables the routers to host Cisco, third-party, and custom applications. SRE modules have their own processors, storage, network interfaces, and memory that operate independently of the host router resources, helping to ensure maximum concurrent routing and application performance. A service-ready deployment model enables branch-office applications to be provisioned remotely on the modules at any time. The ISM-SRE also supports Cisco Software Licensing (CSL) and Pay-as-you-Grow (PAY-GO) features.

Contents

Prerequisites for the Cisco ISM-SRE

Restrictions for the Cisco ISM-SRE

Information About the Cisco ISM-SRE

How to Configure the Cisco ISM-SRE

Additional References

Prerequisites for the Cisco ISM-SRE

Router

Plan software upgrades or downgrades for times when you can take all applications that run on the host router out of service or offline.

Ensure that you have the appropriate Cisco Integrated Services Router Generation 2 (ISR G2) to serve as the host router. The Cisco ISM-SRE is supported on the following routers:

Cisco 1900 Series, 2900 Series, and 3900 Series ISRs

Ensure that the host router is running Cisco IOS Release 15.0(1)M or a later release. To see which release your router is currently running, examine output from the show version command.


Note When minimum release requirements are met, you can change images on either the router or the internal service module without affecting performance.


Internal Service Module

Install the ISM-SRE in the internal service module (ISM) slot of the Cisco 1900 Series, 2900 Series, or 3900 Series router. See the following:

Cisco 1900 Series Hardware Installation Guide

Cisco 2900 Series and 3900 Series Hardware Installation Guide

Cisco Network Modules and Interface Cards Regulatory Compliance and Safety Information

All ISM-SRE models ship from the factory with the hardware preinstalled as listed in Table 1.

Table 1 ISM-SRE Hardware

Model
Processor
eUSB Flash
Memory

ISM-SRE-300-K9

1.066 GHz

4 GB

512 MB


Restrictions for the Cisco ISM-SRE

Only one ISM-SRE can be installed in a single router chassis.

Cisco 1900 Series routers do not support the ISM-SRE if an internal wireless module is installed. Because these modules are installed in the same location, Cisco 1900 Series routers can support either the internal wireless card or the ISM-SRE but not both at the same time.

Information About the Cisco ISM-SRE

To configure and manage the ISM-SRE, you should understand the following concept:

ISM Network Interfaces

Power Efficiency Management

ISM Network Interfaces

The ISM communicates with the host router through two internal Gigabit Ethernet (GE) interfaces (see Figure 1). One Gigabit Ethernet interface connects to the router Peripheral Component Interconnect Express (PCIe) back plane and is configured and managed using the Cisco IOS CLI; the other GE interface connects to the Multi-Gigabit Fabric (MGF) which is configured using the Cisco IOS CLI and managed by the application installed on the module.

Service-Module Interface

MGF Interface

Figure 1 Router and ISM Interfaces

Callout
Interface
Location
Configure From
1

Service-Module interface
(Module interface to router)

PCIe

Cisco IOS CLI

2

MGF interface
(Module interface to MGF)

MGF

Cisco IOS CLI


Service-Module Interface

The service-module interface is used to access the service module console for configuration. Visible only to the Cisco IOS software on the router, the service-module interface is an internal Gigabit Ethernet interface between the router and the ISM-SRE. The service-module interface connects to the router's PCIe backplane, and all configuration and management of the service-module interface is performed from the Cisco IOS CLI.

MGF Interface

The Multi-Gigabit Fabric (MGF) interface enables the ISM-SRE to communicate with one or more service modules installed in the host router. This interface is an internal Gigabit Ethernet interface using a High-Speed Intrachassis Module Interconnect (HIMI) connection to the router's MGF, providing a logical connection between the ISM and a service module. Configuration of the MGF interface is performed from the Cisco IOS CLI. The Cisco-authorized application running on the ISM-SRE manages the connections.

For information about configuring a HIMI connection, see the Cisco High-Speed Intrachassis Module Interconnect (HIMI) Configuration Guide.

For information about managing the HIMI-backplane interface, see the documentation for your Cisco-authorized application running on the ISM-SRE.

Power Efficiency Management

The power efficiency management feature is used to manage power that is supplied to the ISM-SRE on the Cisco 1900 Series, 2900 Series, and 3900 Series ISRs. The power efficiency management feature on these routers can be configured to power down unused modules and disable unused clocks to the modules and peripherals to reduce power consumption. The energywise levels for power efficiency management may differ for each type of module. For information on configuring power efficiency features, see the Cisco 3900 Series, 2900 Series, and 1900 Series Integrated Services Routers Software Configuration Guide.

How to Configure the Cisco ISM-SRE

This section describes how to configure basic network parameters for the internal service module using the Cisco IOS CLI. For additional configuration instructions, see the Cisco Services Ready Engine Configuration Guide or online help included with the Cisco-authorized application installed on the module.

This section contains the following tasks:

Configuring the ISM Interface on the Router

Configuring the MGF Interface on the Module

Opening and Closing a Session

Shutting Down and Starting Up the Cisco ISM-SRE

Verifying the System Status


NoteIf you lose power or connection during any of the following procedures, the system usually detects the interruption and tries to recover. If it fails to recover, reinstall the system using the boothelper.


Configuring the ISM Interface on the Router

Your first configuration task is to set up the internal interface between the ISM and the host router, which enables you to access the internal service module to install and configure Cisco-authorized applications.

SUMMARY STEPS

From the Host-Router CLI

1. enable

2. configure terminal

3. interface ism 0/0

4. ip address router-side-ip-address subnet-mask
or
ip unnumbered type number

5. service-module ip address module-side-ip-address subnet-mask

6. service-module ip default-gateway gateway-ip-address

7. end

8. copy running-config startup-config

9. show running-config

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 ism 0/0

Example:

Router(config)# interface ism 0/0

Enters interface configuration mode to configure the interface between the router and the ISM.

Step 4 

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

 

or

ip unnumbered type number

Example:

Router(config-if)# ip address 10.0.0.1 255.255.255.0

 or

Router(config-if)# ip unnumbered gigabitethernet 0/0

Specifies the IP address for the router side of the interface.

router-side-ip-address subnet-mask—IP address and subnet mask for the router.

or

Enables IP processing on an interface without assigning an explicit IP address to the interface.

type—Type of interface on which the router has an assigned IP address.

number—Number of the interface on which the router has an assigned IP address.

The unnumbered interface cannot be another unnumbered interface.

Step 5 

service-module ip address module-side-ip-address subnet-mask

Example:

Router(config-if)# service-module ip address 10.0.0.2 255.255.255.0

Specifies the IP address for the module side of the interface.

module-side-ip-address—IP address for the module.

subnet-mask—Subnet mask to append to the IP address; must be in the same subnet as the host router

Step 6 

service-module ip default-gateway gateway-ip-address

Example:

Router(config-if)# service-module ip default-gateway 10.0.0.1

Specifies the IP address of the default gateway for the module.

gateway-ip-address—IP address for the default router.

Step 7 

end

Example:

Router(config-if)# end

Returns to global configuration mode on the host router.

Step 8 

copy running-config startup-config

Example:

Router# copy running-config startup-config

Saves the router's new running configuration.

Step 9 

show running-config

Example:

Router# show running-config

Displays the router's running configuration, so that you can verify address configurations.

Examples

The following example shows the configuration of the internal interface between the ISM and the router.

interface ISM0/0

 ip address 10.0.0.1 255.255.255.0

 service-module ip address 10.0.0.2 255.255.255.0

 service-module default-gateway 10.0.0.1

 hold-queue 60 out

Configuring the MGF Interface on the Module

To enable the ISM-SRE to communicate with one or more service modules installed in the host router, perform the following task.

SUMMARY STEPS

From the Host-Router CLI

1. enable

2. configure terminal

3. interface ism 0/1

4. service-module ip address module-side-ip-address subnet-mask

5. end

6. copy running-config startup-config

7. show running-config

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 ism 0/1

Example:

Router(config)# interface ism 0/1

Enters interface configuration mode to configure the MGF interface.

Step 4 

service-module ip address module-side-ip-address subnet-mask

Example:

Router(config-if)# service-module ip address 10.10.10.1 255.255.255.0

Specifies the IP address for the module side of the interface.

module-side-ip-address—IP address for the module.

subnet-mask—Subnet mask to append to the IP address; must be in the same subnet as the host router

Step 5 

end

Example:

Router(config-if)# end

Returns to global configuration mode on the host router.

Step 6 

copy running-config startup-config

Example:

Router# copy running-config startup-config

Saves the router's new running configuration.

Step 7 

show running-config

Example:

Router# show running-config

Displays the router's running configuration, so that you can verify address configurations.

Examples

The following example shows the configuration of the interface between the ISM and the MGF.

interface ISM0/1

 service-module ip address 10.10.10.1 255.255.255.0

What to Do Next

If you ordered the ISM-SRE with a Cisco-authorized application already installed on the module, see the online documentation for that application.

If you need to install a Cisco-authorized application on the ISM, see the Cisco Services Ready Engine Configuration Guide.

Opening and Closing a Session

You can now open and close a session on the internal service module.


NoteBefore you install your application software, opening a session brings up the bootloader. After you install the software, opening a session brings up the application.

You can conduct only one session at a time.


SUMMARY STEPS

From the Host-Router CLI

1. enable

2. service-module ism 0/0 status

3. service-module ism 0/0 session

From the Service-Module Interface

4. Do configuration or other procedures.

5. Control-Shift-6 x

From the Host-Router CLI

6. service-module ism 0/0 session clear

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 

service-module ism 0/0 status

Example:

Router# service-module ism 0/0 status

Displays the status of the specified module, so that you can ensure that the module is running (that is, in steady state).

Note If the module is not running, start it with one of the startup commands listed in the "Shutting Down and Starting Up the Cisco ISM-SRE" section.

Step 3 

service-module ism 0/0 session

Example:

Router# service-module ism 0/0 session

 

Trying 10.10.10.1, 2065 ... Open

Begins a session on the specified module. Do one of the following:

To interrupt the auto-boot sequence and access the bootloader, quickly type ***.

To start a configuration session, press Enter.

 
From the Service-Module Interface

Step 4 

.
.
.

Example (Bootloader):

ServicesEngine boot-loader> config

Example (Configuration):

SE-Module> configure terminal

SE-Module(config)>

.

.

.

SE-Module(config)> exit

SE-Module> write

Enter bootloader or configuration commands on the module as needed.

Bootloader command choices include boot, config, exit, help, ping, reboot, show, and verify.

Enter configuration commands. Exit global configuration mode with the exit command. Save your new configuration with the write command. Notice that you do not use the enable command and the prompt does not change from >.

Step 5 

Press Control-Shift-6 x.

Closes the service-module session and returns to the router CLI.

Note The service-module session stays up until you clear it in the next step. While it remains up, you can return to it from the router CLI by pressing Enter.

 
From the Host-Router CLI

Step 6 

service-module ism 0/0 session clear

Example:

Router# service-module ism 0/0 session clear

Clears the service-module session for the specified module. When prompted to confirm this command, press Enter.

Shutting Down and Starting Up the Cisco ISM-SRE

To shut down or start up the internal service module, select from the common router commands listed in Table 2.


Note The tables in these sections list only the most common router commands.

To view a complete list of available commands, type ? at the prompt
(Example: Router(config-if)# ?).

To view a complete list of command keyword options, type ? at the end of the command
(Example: Router# service-module ism?).



NoteSome shutdown commands can potentially disrupt service. If the command output for such a command displays a confirmation prompt, confirm by pressing Enter or cancel by typing n and pressing Enter. You can prevent the prompt from displaying by using the no-confirm keyword.

Some commands shut the module or application down and then immediately restart it.


Table 2 Common Shutdown and Startup Commands 

Configuration Mode
Command
Purpose
Router#

service-module ism 0/0 reload

Shuts down the internal service module operating system gracefully and then restarts it from the bootloader.

Router#

service-module ism 0/0 reset

Resets the hardware on a module. Use this command only to recover from shutdown or a failed state.


Caution Using this command does not provide an orderly software shutdown and may impact file operations that are in progress.
Router#

service-module ism 0/0 session

Accesses the specified service engine and begins a service module configuration session.

Router#

service-module ism 0/0 shutdown

Shuts down the internal service module operating system gracefully. Use when removing or replacing a hot-swappable module during online insertion and removal (OIR).

Router#

service-module ism 0/0 status

Displays configuration and status information for the internal service module hardware and software.

Router(config)#

shutdown

Shuts down the entire system (both the host router and the internal service module) gracefully.


Verifying the System Status

To verify the status of an installation or to troubleshoot problems, use commands as needed from the common router commands listed in Table 3.


Note Many show commands provide keyword options to display diagnostic output on your screen or send the output to a file or a URL.


Table 3 Common Verification Commands 

Configuration Mode
Command
Purpose
Router#

ping

Pings a specified IP address to check network connectivity (does not accept a hostname as destination).

Router#

show arp

Displays the current Address Resolution Protocol (ARP) table.

Router#

show clock

Displays the current date and time.

Router#

show configuration

Displays the current bootloader configuration as entered by means of the configure command.

Router#

show controllers ism

Displays interface debug information.

Router#

show diag

Displays standard Cisco IOS diagnostic information including information about the Cisco application.

Router#

show hardware

Displays information about service module and host-router hardware.

Router#

show hosts

Displays the default domain name, style of name lookup, list of name-server hosts, and cached list of hostnames and addresses.

Router#

show interfaces

Displays information about hardware interfaces, including the network and the disk.

Router#

show interfaces ism

Displays information about the module side of the router-module interface.

Router#

show ntp status

Displays information about the Network Time Protocol (NTP).

Router#

show processes

Displays a list of the application processes that are running.

Router#

show running-config

Displays the configuration commands that are in effect.

Router#

show startup-config

Displays the startup configuration.

Router#

show tech-support

Displays general information about the host router. This information is useful to Cisco technical support for problem diagnosis.

Router#

show version

Displays information about the loaded router software or service module bootloader version as well as hardware and device information.

Router#

test scp ping

Pings the internal service module to check network connectivity.

Router#

verify

Displays version information for installed hardware and software.


Additional References

The following sections provide references related to the ISM-SRE.

Related Documents


Technical Assistance

Description
Link

The Cisco Support website provides extensive online resources, including documentation and tools for troubleshooting and resolving technical issues with Cisco products and technologies.

To receive security and technical information about your products, you can subscribe to various services, such as the Product Alert Tool (accessed from Field Notices), the Cisco Technical Services Newsletter, and Really Simple Syndication (RSS) Feeds.

Access to most tools on the Cisco Support website requires a Cisco.com user ID and password.

http://www.cisco.com/techsupport