- Overview of Cisco Analog Video Gateway Software Installation
- Installing Cisco Analog Video Gateway Module on a New System
- Upgrading Software Using the Online Installer (No Backup and Restore Required)
- Installing Software Using the Boot Helper
- Backing Up Files
- Restoring Files
- Verifying Cisco IP Video Surveillance Installation
- Index
Activating IP Connectivity on a New System
This chapter contains procedures for activating IP connectivity for the Cisco Analog Video Gateway:
•Activating IP Connectivity to Cisco Analog Video Gateway Software
Task List

Note The Cisco Analog Video Gateway software is installed on the Cisco Analog Video Gateway module at the factory. Spare modules also ship with the software installed.
Table 1 lists procedures required for configuring a new installation of Cisco Analog Video Gateway module:
|
|
---|---|
1. |
|
2. Note |
|
Activating IP Connectivity to Cisco Analog Video Gateway Software
After you install the Cisco Analog Video Gateway module, activate the IP communication link between the system and the Cisco Analog Video Gateway application.
Prerequisites
The following information is required for activating the software:
•Slot and unit numbers of the Cisco Analog Video Gateway module on the Cisco IOS router that hosts the Cisco Analog Video Gateway.
•IP address and subnet mask of the Cisco IOS router that hosts Cisco Analog Video Gateway or the unnumbered interface type and number.
•IP address of the Cisco Analog Video Gateway module. This IP address must be on the same subnet as the IP address of the Cisco IOS router that hosts the Cisco Analog Video Gateway module.
•IP address of the default gateway of the Cisco router. This IP address must be the same IP address as the Cisco IOS router that hosts the Cisco Analog Video Gateway.
SUMMARY STEPS
1. interface video-service-engine slot/unit
2. ip unnumbered if-type number
3. service-module ip address ip-address subnet-mask
4. service-module ip default-gateway gw-ipaddr
5. exit
6. ip route service-module-ip-address subnet-mask video-service-engine slot/unit
DETAILED STEPS
Examples
The following example shows the IP connectivity activation procedure:
Router(config)# interface video-service-engine 2/0
Router(config-if)# ip unnumbered gigabitethernet 0/1
Router(config-if)# service-module ip address 10.0.0.9 255.0.0.0
Router(config-if)# service-module ip default-gateway 10.0.100.10
Router(config-if)# exit
Router(config)# ip route 10.0.0.9 255.0.0.0 video-service-engine 2/0
The following example displays the output of the show running-config command:
Router# show running-config interface v2/0
interface Video-Service-Engine2/0 ip unnumbered GigabitEthernet0/1 service-module ip address 10.0.0.9 255.0.0.0 service-module ip default-gateway 10.0.100.10 no keepalive ! ip route 0.0.0.9 255.0.0.0 Video-Service-Engine2/0
What to Do Next
After you configure connectivity to the Cisco Analog Video Gateway module, run the initialization wizard to begin configuring the Cisco Analog Video Gateway database. See Cisco Analog Video Gateway XML API Guide.

Note If you want to use CLI commands to perform the configuration tasks covered by the initialization wizard (for example, if you want to use a configuration script), you can skip the initialization wizard by using the web skipinitwizard command in Cisco Analog Video Gateway EXEC mode. This command turns off the initialization wizard. You cannot turn it on or restart it unless you reimage the Cisco Analog Video Gateway module.