---
title: "Trigger-Prompt"
canonical: "https://docs.infoblox.com/space/NCSG/23199889/Trigger-Prompt"
format: markdown
---
**Used** **In:** Trigger sections

**Status:** Optional

Use the T`rigger-Prompt` attribute to override the device prompt when the command(s) executed in the `Trigger-Commands` attribute change the prompt on the device.

---

**Note:** The default CCS scripting engine works for many of the cases.

---

**Example**

`Trigger: acl test3 `

`Trigger-Template:`

`ip access-list extended test2`

`Trigger-Prompt: /(DEVrtr01(config-ext-nacl)#)|(DEVrtr01(config)#)|(DEVrtr01#)/ `

`Trigger-Commands:`

`conf t`

`ip access-list extended test3 `

`exit`