You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this feature request is related to #672.
I found out that configuration "static-remote-vtep-list" option in a vxlan block in a "junos_bridge_domain" resource is also required a "remote-vtep-list" configuration for "junos_routing_instance". It's necessary when the type of routing instance is "virtual-switch"
From Junos docs:
"On some platforms, you can use this statement with the static-remote-vtep-list statement to also configure remote VTEPs at the VLAN or bridge domain level. When you use the static-remote-vtep-list option, you must configure the remote-vtep-list statement to specify the remote VTEPs at the global level as follows:
In an L2 routing instance of type virtual-switch at the [edit routing-instances name] hierarchy level.
In the default switch instance at the [edit switch-options] hierarchy level."
Vokunne
changed the title
Feature request: add "remote-vtep-list" option in "vxlan" block for resource junos_bridge_domain
Feature request: add "remote-vtep-list" option for resource junos_routing_instance
Jun 14, 2024
Description
Hi there,
this feature request is related to #672.
I found out that configuration "static-remote-vtep-list" option in a vxlan block in a "junos_bridge_domain" resource is also required a "remote-vtep-list" configuration for "junos_routing_instance". It's necessary when the type of routing instance is "virtual-switch"
New or Affected Resource(s)
junos_routing_instance
Example Junos Configuration
Potential Terraform Configuration
References
From Junos docs:
"On some platforms, you can use this statement with the static-remote-vtep-list statement to also configure remote VTEPs at the VLAN or bridge domain level. When you use the static-remote-vtep-list option, you must configure the remote-vtep-list statement to specify the remote VTEPs at the global level as follows:
In an L2 routing instance of type virtual-switch at the [edit routing-instances name] hierarchy level.
In the default switch instance at the [edit switch-options] hierarchy level."
Link to Junos docs:
https://www.juniper.net/documentation/us/en/software/junos/cli-reference/topics/ref/statement/remote-vtep-list-routing-instances.html
The text was updated successfully, but these errors were encountered: