Ignition Power Management

Ignition Power Management

Table 1. Feature History

Feature Name

Release Information

Description

Ignition Power Management

Cisco IOS XE Catalyst SD-WAN Release 17.9.1a

Cisco vManage Release 20.9.1

Ignition power management prevents a router from draining the charge of a vehicle battery in automotive applications.

Information About Ignition Power Management

When a router is installed in a vehicle and is powered by the electrical system of the vehicle, ignition power management prevents the router from draining the charge of the vehicle battery. When the vehicle engine is running, and charging the battery, the router remains operational. When the vehicle ignition is turned off, the router shuts down. You can configure a time interval to delay shutting down the router immediately.

For information about ignition power management, including feature limitations, see Ignition Power Management Overview in the Cisco Catalyst IR1800 Rugged Series Router Software Configuration Guide.

Supported Devices for Ignition Power Management

Cisco IR1835 router

Use Cases for Ignition Power Management

For a fleet of vehicles with Cisco IR1835 routers installed to provide network connectivity to each vehicle, you can configure the routers to sense the ignition status of the vehicle. The routers can start when the vehicle engine is running, and shut down shortly after the vehicle ignition is turned off. This ensures that the routers are operational and providing connectivity when the vehicles are in use, and not using power when the fleet vehicles are not in use.

Enable Ignition Power Management Using a CLI Template

  1. Enable ignition power management, which enables the router to detect whether a vehicle ignition is on or off.

    ignition enable
    ignition sense

    Note


    To disable ignition power management, configure no ignition enable and no ignition sense.


  2. Configure the battery type as 12 V or 24 V. The default is 12 V.

    ignition battery-type {12v | 24v}
  3. (Optional) Configure an off-timer delay, to delay router shutdown after the ignition status changes to off. The range is 120 to 32,400 seconds, and the default is 300 seconds. Note that the device shutdown process begins approximately 100 seconds before the configured off-timer value.

    ignition off-timer seconds
  4. (Optional) Configure the undervoltage parameter to trigger system shutdown if the voltage drops below a specific threshold. Configure the volts and millivolts as two separate inputs. The range of volts is 9 to 24, and the range of millivolts is 0 and 999. The default is 9.000 V.

    ignition undervoltage threshold volts millivolts

Here is a complete sample configuration, which configures a battery type of 12 V, an ignition off-timer of 300 seconds, and an undervoltage of 9 V (shown as 9 V and 0 millivolts)

ignition enable
ignition sense
ignition battery-type 12v
ignition off-timer 300
ignition undervoltage threshold 9 0

Verify the Ignition Power Management Configuration

show running-config

On the device, use the show running-config command, filtering for ignition, to show the ignition power management configuration.

The following example is for a 12 V battery. Note that configuring the battery type as 12 V configures the sense-voltage threshold automatically to 13,000 mV.

Device#show running-config | section ignition
ignition off-timer 300
ignition undervoltage threshold 9 000
ignition battery-type 12v
ignition sense-voltage threshold 13 000
ignition sense
ignition enable

The following example is for a 24 V battery. Note that configuring the battery type as 24 V configures the sense-voltage threshold automatically to 26,000 mV.

Device#show running-config | section ignition
ignition off-timer 300
ignition undervoltage threshold 9 000
ignition battery-type 24v
ignition sense-voltage threshold 26 000
ignition sense
ignition enable

show ignition

On the device, use the show ignition command to show ignition power management configuration information.

  • Configuring the battery type to 12 V configures the sense on value to 13.2 V and sense off to 12.8 V, and this appears in the show ignition output.

  • Configuring the battery type to 24 V configures the sense on value to 26.2 V and sense off to 25.8 V, and this appears in the show ignition output.

The following example is for a 12 V battery:

Device#show ignition
Status:
Ignition management: Disabled
Input voltage: 17.672 V
Ignition status: Power on
Ignition Sense: Disabled
Shutdown timer: 0.0 s to off [will begin power down at ~100 sec]
Config-ed battery: 12v
Thresholds:
Undervoltage: 9.000 V
Overvoltage: 37.000 V
Sense on: 13.200 V
Sense off: 12.800 V
Undervoltage timer: 20.0 s
Overvoltage timer: 1.0 s
Ignition-Off timer: 300.0 s