From e62814b7400d930163450940d1209ff3f9f78414 Mon Sep 17 00:00:00 2001 From: Steve Date: Tue, 11 Jun 2019 14:41:29 +0300 Subject: [PATCH] Update firewall_standard.md added a typical workflows section --- Documentation/firewall_standard.md | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/Documentation/firewall_standard.md b/Documentation/firewall_standard.md index 0ea16b4..6e1f22d 100644 --- a/Documentation/firewall_standard.md +++ b/Documentation/firewall_standard.md @@ -475,3 +475,42 @@ An example for the "saved_artifact_info" input: The artifact types supported by firewall orchestration_restore command are "ftp", "tftp" and "filesystem". The "requires_same_resource" restore rule for firewall devices is always True. + +## Typical Workflows + +#### **Workflow 1** - *Save configuration* +1. In CloudShell Portal, reserve the **A10 ACOS Firewall** resource. + +2. Run the **Save** resource command. + +3. In the command inputs field, enter the following information: + * **Folder Path**: For example, *tftp://ipaddress/shared folder*. + * **Configuration Type**: **Startup** or **Running**. + * **VRF Management Name**: Provide the VRF Management name, if relevant. + +4. Click **Run**. + +The **Startup** or **Running** configuration is saved to a file named *--*, which will be stored in the folder path you entered above. + +#### **Workflow 2** - *Restore configuration* +1. In CloudShell Portal, reserve the **A10 ACOS Firewall** resource. + +2. Run the **Restore** resource command. + +3. In the command inputs field, enter the following information: + * **Path**: (Mandatory) Enter the full path of the configuration file. + * **Restore Method**: (Optional) Possible values are **Override** or **Append**. If left empty, the **Override** method is used. + * **Configuration Type**: (Mandatory) Possible values are **Startup** or **Running**. + * **VRF Management Name**: (Optional) Provide the VRF Management name, if relevant. + +4. Click **Run**. + +#### **Workflow 3** - *Load firmware* +1. In CloudShell portal, reserve the **A10 ACOS Firewall** resource. + +2. Run the **Load Firmware** resource command. + +3. In the command inputs field, enter the following information: + * **Path** (Mandatory). Enter the full path to the firmware file on the remote host, for example: *tftp://10.1.1.1/ACOS_non_FTA_4_1_0-P10_105.64.upg*. + +4. Click **Run**.