Networking
Sample input JSON
The following is the sample input JSON:"networking": {
"underlay": [
{
"name": "ILO-OOBM",
"type": "ILO-OOBM",
"cidr": "XX.XX.XX.XX/XY",
"gateway": "XX.XX.XX.XX",
"ip_range_start": "XX.XX.XX.XX",
"ip_range_end": "XX.XX.XX.XX",
"vlan": "340",
"vlan_range": "NA",
"vxlan": "NA",
"vxlan_range": "NA",
"description": "ILO network for manage servers"
},
{
"name": "OAM",
"type": "OAM",
"cidr": "XX.XX.XX.XX/XY",
"gateway": "XX.XX.XX.XX",
"ip_range_start": "NA",
"ip_range_end": "NA",
"vlan": "324",
"vlan_range": "NA",
"vxlan": "NA",
"vxlan_range": "NA",
"description": "OAM network for manage servers"
},
{
"name": "OCP",
"type": "OCP",
"cidr": "XX.XX.XX.XX/XY",
"gateway": "XX.XX.XX.XX",
"ip_range_start": "XX.XX.XX.XX",
"ip_range_end": "XX.XX.XX.XX",
"vlan": "3401",
"vlan_range": "NA",
"vxlan": "NA",
"vxlan_range": "NA",
"description": "OCP network for manage servers"
},
{
"name": "PROVIDER-VLAN",
"type": "PROVIDER-VLAN",
"cidr": "NA",
"gateway": "NA",
"ip_range_start": "NA",
"ip_range_end": "NA",
"vlan": "NA",
"vlan_range": "3450-3460",
"vxlan": "NA",
"vxlan_range": "NA",
"description": "Provider-vlan network for manage servers"
}
],
"description": "List of all networking information configured"
},
Parameters
The following table describes the parameters in the
underlay
subsection with the example values:
NOTE:
The details of the
ILO-OOBM
network are provided as an example in the following table. The remaining networks are similarly configured.
Parameters | Description |
---|---|
underlay |
Underlay is the Layer 3 (L3) IP network that routes VXLAN packets as normal IP traffic. |
name |
Enter the descriptive name of the corresponding network.
NOTE:
We recommend not to use the same name for multiple networks. |
type |
Specifies the type of network
ILO-OOBM or
OCP or
OAM or
Provider-VLAN .
|
cidr |
Enter the cidr value based on the customer input. |
gateway |
Enter the gateway value based on the network. |
ip_range_start |
Enter the IP address range based on the server and switch counts.
NOTE:
This parameter is applicable only to the
|
ip_range_end |
Enter the IP address range based on the server and switch counts.
NOTE:
This parameter is applicable only to the
|
vlan |
Enter the vlan value based on the customer input. |
vlan_range |
The total range of the VLANs that can be used.
NOTE:
This parameter is applicable only to the
|
vxlan |
Enter the vxlan value based on the customer input. |
vxlan_range |
The total range of the VxLANs that can be used. |
description |
Enter the description of the corresponding network. |