-
Notifications
You must be signed in to change notification settings - Fork 18
Expand Global iBGP Fabric Params #574
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: develop
Are you sure you want to change the base?
Conversation
ENABLE_NGOAM: {{ vxlan.global.ibgp.enable_ngoam | default(defaults.vxlan.global.ibgp.enable_ngoam) }} | ||
ENABLE_TENANT_DHCP: {{ vxlan.global.ibgp.enable_tenant_dhcp | default(defaults.vxlan.global.ibgp.enable_tenant_dhcp) }} | ||
STRICT_CC_MODE: {{ vxlan.global.ibgp.strict_config_compliance | default(defaults.vxlan.global.ibgp.strict_config_compliance) }} | ||
ENABLE_DEFAULT_QUEUING_POLICY: {{ vxlan.global.ibgp.enable_default_queuing_policy | default(defaults.vxlan.global.ibgp.enable_default_queuing_policy) }} |
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.
Do we now need to care about the actual policies or just whatever the defaults? I want to implement correctly here...
AUTO_UNIQUE_VRF_LITE_IP_PREFIX: {{ vxlan.global.ibgp.auto_unique_vrflite_ip_prefix | default(defaults.vxlan.global.ibgp.auto_unique_vrflite_ip_prefix) }} | ||
PER_VRF_LOOPBACK_AUTO_PROVISION: {{ vxlan.global.ibgp.per_vrf_loopback_v4_auto_provision | default(defaults.vxlan.global.ibgp.per_vrf_loopback_v4_auto_provision) }} |
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.
Pull these for now?
roles/validate/files/defaults.yml
Outdated
auto_unique_vrflite_ip_prefix: false | ||
per_vrf_loopback_v4_auto_provision: false |
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.
Pull these for now?
Related Issue(s)
Related Collection Role
Related Data Model Element
Proposed Changes
Add new parameter for ibgp vxlan evpn
Test Notes
Cisco NDFC Version
Checklist