Table Of Contents
Cisco SRE Internal Service Modules Configuration Guide
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
Configuring the ISM Interface on the Router
Configuring the MGF Interface on the Module
Shutting Down and Starting Up the Cisco ISM-SRE
Cisco SRE Internal Service Modules Configuration Guide
First Published: October 2, 2009The 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
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.
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
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.
Figure 1 Router and ISM Interfaces
Callout Interface Location Configure From 1Service-Module interface
(Module interface to router)PCIe
Cisco IOS CLI
2MGF 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
Note
•
If 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 number5.
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
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
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.
Note
•
Before 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 CLIStep 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 InterfaceStep 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 CLIStep 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?).
Note
•
Some 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.
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.
Additional References
The following sections provide references related to the ISM-SRE.
Related Documents
Related Topic Document TitleCisco applications
•
Cisco Application eXtension Platform
Cisco IOS commands
•
Cisco IOS Interface and Hardware Component Command Reference
Internal service module installation
•
Cisco 1900 Series Hardware Installation Guide
•
Cisco 2900 Series and 3900 Series Hardware Installation Guide
•
Cisco High-Speed Intrachassis Module Interconnect (HIMI) Configuration Guide
•
Cisco Network Modules and Interface Cards Regulatory Compliance and Safety Information
Technical Assistance
CCDE, CCENT, Cisco Eos, Cisco HealthPresence, the Cisco logo, Cisco Lumin, Cisco Nexus, Cisco StadiumVision, Cisco TelePresence, Cisco WebEx, DCE, and Welcome to the Human Network are trademarks; Changing the Way We Work, Live, Play, and Learn and Cisco Store are service marks; and Access Registrar, Aironet, AsyncOS, Bringing the Meeting To You, Catalyst, CCDA, CCDP, CCIE, CCIP, CCNA, CCNP, CCSP, CCVP, Cisco, the Cisco Certified Internetwork Expert logo, Cisco IOS, Cisco Press, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Cisco Unity, Collaboration Without Limitation, EtherFast, EtherSwitch, Event Center, Fast Step, Follow Me Browsing, FormShare, GigaDrive, HomeLink, Internet Quotient, IOS, iPhone, iQuick Study, IronPort, the IronPort logo, LightStream, Linksys, MediaTone, MeetingPlace, MeetingPlace Chime Sound, MGX, Networkers, Networking Academy, Network Registrar, PCNow, PIX, PowerPanels, ProConnect, ScriptShare, SenderBase, SMARTnet, Spectrum Expert, StackWise, The Fastest Way to Increase Your Internet Quotient, TransPath, WebEx, and the WebEx logo are registered trademarks of Cisco Systems, Inc. and/or its affiliates in the United States and certain other countries.
All other trademarks mentioned in this document or website are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (0812R)
Any Internet Protocol (IP) addresses used in this document are not intended to be actual addresses. Any examples, command display output, and figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses in illustrative content is unintentional and coincidental.
© 2009 Cisco Systems, Inc. All rights reserved.



