-
Notifications
You must be signed in to change notification settings - Fork 73
evpn esi multihome model #301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
evpn esi multihome model #301
Conversation
'supported_by': 'community' | ||
} | ||
NETWORK_OS: sonic | ||
RESOURCE: snmp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RESOURCE: snmp | |
RESOURCE: evpn_esi_multihome |
COPYRIGHT: Copyright 2025 Dell Inc. or its subsidiaries. All Rights Reserved. | ||
DOCUMENTATION: | | ||
module: sonic_evpn_esi_multihome | ||
version_added: 4.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version_added: 4.5 | |
version_added: 3.1.0 |
DOCUMENTATION: | | ||
module: sonic_evpn_esi_multihome | ||
version_added: 4.5 | ||
short_description: Manage SNMP configuration on SONiC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
short_description: Manage SNMP configuration on SONiC | |
short_description: Manage EVPN ESI multihoming configuration on SONiC |
version_added: 4.5 | ||
short_description: Manage SNMP configuration on SONiC | ||
description: | ||
- This module provides configuration management of SNMP for devices running SONiC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- This module provides configuration management of SNMP for devices running SONiC | |
- This module provides configuration management of EVPN ESI multihoming for devices running SONiC |
options: | ||
config: | ||
description: | ||
- evpn esi multihome configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- evpn esi multihome configuration | |
- EVPN ESI multihoming configuration |
- evpn esi multihome configuration | ||
type: dict | ||
suboptions: | ||
mac-holdtime: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mac-holdtime: | |
mac_holdtime: |
attribute names should use underscores and not hyphens
suboptions: | ||
mac-holdtime: | ||
description: | ||
- mac holdtime |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- mac holdtime | |
- MAC hold time in seconds, range 0-86400 |
type: int | ||
neigh-holdtime: | ||
description: | ||
- neigh holdtime |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- neigh holdtime | |
- Neighbor hold time in seconds |
type: int | ||
startup-delay: | ||
description: | ||
- startup delay |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- startup delay | |
- Startup delay in seconds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add df_election_time and es_activation_delay as they are supported in CLI. Also, please add ranges for all attributes of type int.
# show running-configuration evpn-mh | ||
# | ||
# evpn esi-multihoming | ||
# mac-holdtime 1080 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# mac-holdtime 1080 |
# | ||
# evpn esi-multihoming | ||
# mac-holdtime 1080 | ||
# neigh-holdtime 1080 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# neigh-holdtime 1080 |
Replaced state should replace the entire existing config dictionary with the new config dictionary specified in the playbook.
No description provided.