From c6cf038ce738c67cd3e56f440b10c2ebf1cad590 Mon Sep 17 00:00:00 2001 From: Steve Date: Tue, 11 Jun 2019 14:33:25 +0300 Subject: [PATCH] Update networking_standard.md added typical workflows section --- Documentation/networking_standard.md | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/Documentation/networking_standard.md b/Documentation/networking_standard.md index 3c667b5..27b20ab 100644 --- a/Documentation/networking_standard.md +++ b/Documentation/networking_standard.md @@ -569,3 +569,42 @@ An example for the "saved_artifact_info" input: ``` Notes: The artifact types supported by Networking orchestration_restore command are "ftp", "tftp", "filesystem" and "scp". The "requires_same_resource" restore rule for Networking devices is always True. The "created_date" refers to the creation date of the snapshot. + +# Typical Workflows + +#### **Workflow 1** - *Save configuration* +1. In CloudShell Portal, reserve the resource. + +2. Run the **Save** resource command. + +3. In the **Command Inputs** sub-pane, 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 resource. + +2. Run the **Restore** resource command. + +3. In the **Command Inputs** sub-pane, 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 resource. + +2. Run the **Load Firmware** resource command. + +3. In the **Command Inputs** sub-pane, 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/both.tim. + +4. Click **Run**.