Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Add new parameter in advanced section:
- heartbeatInterval: 190 (default: 190, min: 150, max: 5000)
Method: PUT
templateName: Easy_Fabric
/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/control/fabrics/{fabricName}/{templateName}
Payload:
{
"heartbeatInterval": "190",
"ENABLE_NGOAM": "true"
}
We need to document the option: heartbeatInterval in the dcnm_fabric
config:
description:
- A list of fabric configuration dictionaries
type: list
elements: dict
suboptions:
VXLAN_EVPN_FABRIC_PARAMETERS:
description:
- Data Center VXLAN EVPN fabric specific parameters.
- Fabric for a VXLAN EVPN deployment with Nexus 9000 and 3000 switches.
- The following parameters are specific to VXLAN EVPN fabrics.
- The indentation of these parameters is meant only to logically group them.
- They should be at the same YAML level as FABRIC_TYPE and FABRIC_NAME.
suboptions:
heartbeatInterval:
default: 190
description:
- Xconnect HeartBeat Interval (Min: 150, Max: 5000)
required: false
type: int
New or Affected modules(s):
DCNM version
Potential ansible task config
---
- name: Configure fabric with Heartbeat in Vxlan EVPN
hosts: myFab
gather_facts: false
tasks:
- name: Configure Fabric
cisco.dcnm.dcnm_fabric:
state: merged
skip_validation: false
config:
- FABRIC_NAME: MyFabric
FABRIC_TYPE: VXLAN_EVPN
heartbeatInterval: 220
ENABLE_NGOAM: true
BGP_AS: 65000
References
Additional context
Add any other context or screenshots about the feature request here.
Community Note
Description
Add new parameter in advanced section:
Method: PUT
templateName: Easy_Fabric
/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/control/fabrics/{fabricName}/{templateName}
Payload:
{
"heartbeatInterval": "190",
"ENABLE_NGOAM": "true"
}
We need to document the option: heartbeatInterval in the dcnm_fabric
New or Affected modules(s):
DCNM version
Potential ansible task config
References
Additional context
Add any other context or screenshots about the feature request here.