Skip to content

Commit

Permalink
editing description
Browse files Browse the repository at this point in the history
  • Loading branch information
Vibhu-gslab committed Jul 22, 2024
1 parent b40d003 commit f5f050e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vtep_diagnostic</samp>](## "<network_services_keys.name>.[].vrfs.[].vtep_diagnostic") | Dictionary | | | | Enable VTEP Network diagnostics.<br>This will create a loopback with virtual source-nat enable to perform diagnostics from the switch.<br> |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;loopback</samp>](## "<network_services_keys.name>.[].vrfs.[].vtep_diagnostic.loopback") | Integer | | | Min: 2<br>Max: 2100 | Loopback interface number, required when vtep_diagnotics defined.<br> |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;loopback_description</samp>](## "<network_services_keys.name>.[].vrfs.[].vtep_diagnostic.loopback_description") | String | | | | Provide a custom description for loopback interface. |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;loopback_ip_range</samp>](## "<network_services_keys.name>.[].vrfs.[].vtep_diagnostic.loopback_ip_range") | String | | | | IPv4_address/Mask.<br>Loopback ip range, a unique ip is derived from this ranged and assignedto each l3 leaf based on it's unique id.<br>Loopback is not created unless loopback_ip_range or loopback_ip_pools are set.<br> |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;loopback_ipv6_range</samp>](## "<network_services_keys.name>.[].vrfs.[].vtep_diagnostic.loopback_ipv6_range") | String | | | | IPv6_address/Mask.<br>Loopback ipv6 range, a unique ipv6 is derived from this ranged and assignedto each l3 leaf based on it's unique id.<br>Loopback is not created unless loopback_ipv6_range is set.<br> |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;loopback_ip_pools</samp>](## "<network_services_keys.name>.[].vrfs.[].vtep_diagnostic.loopback_ip_pools") | List, items: Dictionary | | | | For inventories with multiple PODs a loopback range can be set per POD to avoid overlaps.<br>This only takes effect when loopback_ip_range is not defined, ptional (loopback is not created unless loopback_ip_range or loopback_ip_pools are set).<br> |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;loopback_ip_range</samp>](## "<network_services_keys.name>.[].vrfs.[].vtep_diagnostic.loopback_ip_range") | String | | | | IPv4_address/Mask.<br>Loopback ip range, a unique ip is derived from this ranged and assigned to each l3 leaf based on it's unique id.<br>Loopback is not created unless loopback_ip_range or loopback_ip_pools are set.<br> |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;loopback_ipv6_range</samp>](## "<network_services_keys.name>.[].vrfs.[].vtep_diagnostic.loopback_ipv6_range") | String | | | | IPv6_address/Mask.<br>Loopback ipv6 range, a unique ipv6 is derived from this ranged and assigned to each l3 leaf based on it's unique id.<br>Loopback is not created unless loopback_ipv6_range or loopback_ip_pools are set.<br> |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;loopback_ip_pools</samp>](## "<network_services_keys.name>.[].vrfs.[].vtep_diagnostic.loopback_ip_pools") | List, items: Dictionary | | | | For inventories with multiple PODs a loopback range can be set per POD to avoid overlaps.<br>This only takes effect when loopback_ip_range is not defined, optional (loopback is not created unless loopback_ip_range or loopback_ip_pools are set).<br> |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;pod</samp>](## "<network_services_keys.name>.[].vrfs.[].vtep_diagnostic.loopback_ip_pools.[].pod") | String | | | | POD name. |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ipv4_pool</samp>](## "<network_services_keys.name>.[].vrfs.[].vtep_diagnostic.loopback_ip_pools.[].ipv4_pool") | String | | | | IPv4_address/Mask. |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ipv6_pool</samp>](## "<network_services_keys.name>.[].vrfs.[].vtep_diagnostic.loopback_ip_pools.[].ipv6_pool") | String | | | | IPv6_address/Mask. |
Expand Down Expand Up @@ -184,17 +184,17 @@
loopback_description: <str>

# IPv4_address/Mask.
# Loopback ip range, a unique ip is derived from this ranged and assignedto each l3 leaf based on it's unique id.
# Loopback ip range, a unique ip is derived from this ranged and assigned to each l3 leaf based on it's unique id.
# Loopback is not created unless loopback_ip_range or loopback_ip_pools are set.
loopback_ip_range: <str>

# IPv6_address/Mask.
# Loopback ipv6 range, a unique ipv6 is derived from this ranged and assignedto each l3 leaf based on it's unique id.
# Loopback is not created unless loopback_ipv6_range is set.
# Loopback ipv6 range, a unique ipv6 is derived from this ranged and assigned to each l3 leaf based on it's unique id.
# Loopback is not created unless loopback_ipv6_range or loopback_ip_pools are set.
loopback_ipv6_range: <str>

# For inventories with multiple PODs a loopback range can be set per POD to avoid overlaps.
# This only takes effect when loopback_ip_range is not defined, ptional (loopback is not created unless loopback_ip_range or loopback_ip_pools are set).
# This only takes effect when loopback_ip_range is not defined, optional (loopback is not created unless loopback_ip_range or loopback_ip_pools are set).
loopback_ip_pools:

# POD name.
Expand Down
9 changes: 5 additions & 4 deletions python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6007,7 +6007,7 @@ $defs:
description: 'IPv4_address/Mask.
Loopback ip range, a unique ip is derived from this ranged and
assignedto each l3 leaf based on it''s unique id.
assigned to each l3 leaf based on it''s unique id.
Loopback is not created unless loopback_ip_range or loopback_ip_pools
are set.
Expand All @@ -6018,9 +6018,10 @@ $defs:
description: 'IPv6_address/Mask.
Loopback ipv6 range, a unique ipv6 is derived from this ranged
and assignedto each l3 leaf based on it''s unique id.
and assigned to each l3 leaf based on it''s unique id.
Loopback is not created unless loopback_ipv6_range is set.
Loopback is not created unless loopback_ipv6_range or loopback_ip_pools
are set.
'
loopback_ip_pools:
Expand All @@ -6029,7 +6030,7 @@ $defs:
can be set per POD to avoid overlaps.
This only takes effect when loopback_ip_range is not defined,
ptional (loopback is not created unless loopback_ip_range or
optional (loopback is not created unless loopback_ip_range or
loopback_ip_pools are set).
'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,19 +430,19 @@ $defs:
type: str
description: |
IPv4_address/Mask.
Loopback ip range, a unique ip is derived from this ranged and assignedto each l3 leaf based on it's unique id.
Loopback ip range, a unique ip is derived from this ranged and assigned to each l3 leaf based on it's unique id.
Loopback is not created unless loopback_ip_range or loopback_ip_pools are set.
loopback_ipv6_range:
type: str
description: |
IPv6_address/Mask.
Loopback ipv6 range, a unique ipv6 is derived from this ranged and assignedto each l3 leaf based on it's unique id.
Loopback is not created unless loopback_ipv6_range is set.
Loopback ipv6 range, a unique ipv6 is derived from this ranged and assigned to each l3 leaf based on it's unique id.
Loopback is not created unless loopback_ipv6_range or loopback_ip_pools are set.
loopback_ip_pools:
type: list
description: |
For inventories with multiple PODs a loopback range can be set per POD to avoid overlaps.
This only takes effect when loopback_ip_range is not defined, ptional (loopback is not created unless loopback_ip_range or loopback_ip_pools are set).
This only takes effect when loopback_ip_range is not defined, optional (loopback is not created unless loopback_ip_range or loopback_ip_pools are set).
items:
type: dict
keys:
Expand Down

0 comments on commit f5f050e

Please # to comment.