Skip to content

Commit

Permalink
fix next section
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmccarron committed Nov 27, 2024
1 parent 5429773 commit d3f5f5a
Show file tree
Hide file tree
Showing 9 changed files with 570 additions and 279 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/rseries_deploying_a_tenant/image4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/initial_setup_of_rseries_network_layer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1108,6 +1108,8 @@ The following API command will list all the current interfaces within the applia
GET https://{{rseries_appliance1_ip}}:8888/restconf/data/openconfig-interfaces:interfaces
In the body of the API call enter the following JSON information.

.. code-block:: json
{
Expand Down Expand Up @@ -2395,6 +2397,8 @@ To configure interfaces (that are not part of a LAG), use the following PATCH AP
PATCH https://{{rseries_appliance1_ip}}:8888/restconf/data/openconfig-interfaces:interfaces
In the body of the API call, enter the following JSON information.

.. code-block:: json
{
Expand Down Expand Up @@ -2555,6 +2559,8 @@ To configure VLANs, use the following API command and JSON body. This will confi
PATCH https://{{rseries_appliance1_ip}}:8888/restconf/data/
In the bidy of the API call, enter the following JSON information.

.. code-block:: json
{
Expand Down Expand Up @@ -2997,6 +3003,8 @@ The next step is to add physical interfaces into the LAG group. Interfaces will
PATCH https://{{rseries_appliance1_ip}}:8888/restconf/data/
In the body of the API call, enter the following JSON information.

.. code-block:: json
{
Expand Down Expand Up @@ -3056,6 +3064,8 @@ The final step is adding LACP configuration for each LAG with the LACP mode **AC
PATCH https://{{rseries_appliance1_ip}}:8888/restconf/data/
In the body of the API call, enter the following JSON information.

.. code-block:: json
{
Expand Down Expand Up @@ -3091,6 +3101,8 @@ To view the final LAG configuration and status via the API, use the following AP
GET https://{{rseries_appliance1_ip}}:8888/restconf/data/openconfig-lacp:lacp
Below is an example of the API response.

.. code-block:: json
{
Expand Down Expand Up @@ -3250,6 +3262,8 @@ You can get more granular information down to the interface level using the foll
GET https://{{rseries_appliance1_ip}}:8888/restconf/data/openconfig-interfaces:interfaces
Below is an example of the API response.

.. code-block:: json
{
Expand Down
Loading

0 comments on commit d3f5f5a

Please sign in to comment.