Closed scila1996 closed 3 years ago
Hello, the protocol indicators are called bgp_enabled
and ospf_enabled
:
https://registry.terraform.io/providers/vmware/nsxt/latest/docs/resources/policy_gateway_redistribution_config#bgp_enabled
Hope this helps!
Hello, the protocol indicators are called
bgp_enabled
andospf_enabled
: https://registry.terraform.io/providers/vmware/nsxt/latest/docs/resources/policy_gateway_redistribution_config#bgp_enabledHope this helps!
Thank for reply ! But trust me, I was passed VCP-NV and i know what exactly of VMware NSX-T 3.1, bgp_enabled
and ospf_enabled
optional refer to Common Status of BGP and OSPF, but inside rule
argument, we have more than 10 redistribution types, and we need to config some type of them to only one routing protocol such BGP or OSPF.
This below image describe about Common status as you said. But in first comment with above image, it's rule
with redistribution types
and we need to map several redistribution types
with only OSPF or BGP, that why we need to add Destination Protocol
to rule
argument
And one more thing. With redistribution rules, we can create maximum of 2 rule corresponding to OSPF rule and BGP rule. But with nsxt_policy_gateway_redistribution_config
, it's current only can have one default rule with "list of redistribution types". In my config in NSX-T 3.1, I can add two rule with some redistribution types
will belong to Destination Protocol
(OSPF/BGP)
Thank you for the clarification @scila1996, I understand the ask now.
Please add support optional for Destination Protocol. In VMware doc, it is not description about it, however, in NSX-T 3.1, it is necessary if I need to re-route from segment to T-0 -> OSPF/BGP. Please add support for it