- Overview of the Cisco Integrated Storage System Installation
- Activating IP Connectivity and Licensing
- Upgrading Software Using the Online Installer (No Backup and Restore Required)
- Installing New Software Using the Online Installer (Backup and Restore Required)
- Installing Software Using the Boot Helper
- Index
Activating IP Connectivity
After you install the Cisco Integrated Storage System module hardware into the host router, activate the IP communication link between the host router and the Cisco Integrated Storage System module. For instructions on installing the Cisco Integrated Storage System hardware, see Installing Cisco Network Modules in Cisco Access Routers.

Note The Cisco Integrated Storage System software is installed on the module at the factory. Spare modules (that is, field-replaceable spare modules) are also shipped with the software installed.
Before installing new software or upgrading existing software to a later version, you must first establish communications with the Cisco Integrated Storage System module. After you install new software or upgrade existing software, begin configuring the Cisco Integrated Storage System software using the Cisco Integrated Storage System CLI Administrator Guide.
Activating Module Connectivity
Prerequisites
The following information is required for activating the software:
•Slot and unit numbers of the Cisco Integrated Storage System module on the Cisco IOS router that hosts the module.
•IP address and subnet mask of the Cisco IOS router that hosts the Cisco Integrated Storage System module, or the unnumbered interface type and number.
•IP address of the Cisco Integrated Storage System module.
•IP address of the default gateway of the module. This can be the IP address of the unnumbered interface.
SUMMARY STEPS
1. interface integrated-service-engine slot/unit
2. ip unnumbered if-type number
3. service-module ip address ip-address subnet-mask
4. service-module external ip address ip-address subnet-mask
5. service-module ip default-gateway gw-ipaddr
6. exit
7. ip route ip-address subnet-mask integrated-service-engine slot/unit
DETAILED STEPS
Examples
The following example shows the IP connectivity activation procedure:
Router(config)# interface GigabitEthernet0/1
Router(config-if)# ip address 10.0.0.8 255.255.0.0
Router(config-if)# duplex auto
Router(config-if)# speed auto
Router(config-if)# media-type rj45
Router(config-if)# no keepalive
Router(config-if)# exit
Router(config)# interface integrated-service-engine 2/0
Router(config-if)# ip unnumbered gigabitethernet 0/1
Router(config-if)# service-module ip address 10.0.0.9 255.255.0.0
Router(config-if)# service-module ip default-gateway ip 10.0.0.8
Router(config-if)# exit
Router(config)# ip route 10.0.0.9 255.255.255.255 integrated-service-engine 2/0
The following example shows output for the show running-config command:
Router# show running-config interface i2/0
interface integrated-Service-Engine2/0
ip unnumbered GigabitEthernet0/1
service-module ip address 10.0.0.9 255.255.255.255
service-module ip default-gateway 10.0.0.8
no keepalive
!