Skip to content

ND4.1: dcnm_fabric for Vxlan EVPN Fabric heartbeatInterval #602

@ccoueffe

Description

@ccoueffe

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"
}

Image Image

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_fabric

DCNM version

  • V 12.4

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions