/
Trigger-Prompt
Trigger-Prompt
Used In: Trigger sections
Status: Optional
Use the Trigger-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
Related content
Action-Prompt
Action-Prompt
More like this
Trigger-Variables
Trigger-Variables
More like this
Trigger-Commands
Trigger-Commands
More like this
Trigger-Template
Trigger-Template
More like this
Looping with CCS Scripting
Looping with CCS Scripting
More like this
Action-Commands
Action-Commands
More like this