- Support Portal
- Features
- Actions
-
Getting Started
-
Docs
-
Product Overview Videos
-
Alerts
-
Product Tutorials
-
Features
- Getting started
- User Interface
- Discovery
- Monitoring
- Topology
- Configuration Management - Backup Restore, Firmware Deploy
- Alarms Events and Syslogs
- Automation and Event processing Rules
- Traffic Flow
- Reporting
- Server Management
- Systems Administration
- Actions
- Installation and Upgrade
- Hyper Converged Infrastructure
- Video Archive
- Cruz Edge Orchestrator
- Compliance
- Hierarchy Views
- User Roles and Permissions
-
Troubleshooting
-
Integration
-
Discovery
-
Performance Monitoring
-
System Administration
-
Services
-
Fabric
Add a continue pattern for a CLI script
N-Series switches ask a question "Are you sure you want to save? (y/n)" when executing a command, a Regex continuing pattern for the script can be addedto allow the script to continue.
Add Continue Pattern to the Action
NOTE: This process can also be used to allow a script continue after an error pattern encountered during script execution.
Click > Actions/Automation > Actions > Right Click on your Action > Copy > Copy Full
Copy is used to create a new script for modification. You can also edit the script directly.
1. Update the name under General Tab
2. Click on Script Tab
3. Edit the current cli script
4. Click on Continue Patterns Tab
5. Click on Add New continue pattern
6. Enter the following:
type .*\?.* into continuing pattern field (This will handle and ? that is prompted)
type Y into the answer field
Click Send new line [x]
Click Apply>
Note: You can also test the RegEx using the shield icon to the right of the "Continue Pattern" on the blue title bar.
7. Click Save>
8. Re-execute the script