Closed rjoensen closed 1 year ago
If you could share the relevant CLI snippets we can look into it. Be aware that you can also use the generic iosxr_gnmi
resource to manage any configuration where we do not have a dedicated resource yet. The easiest way to work with iosxr_gnmi
is by configuring the respective config via CLI first, then display the modelled config using sh run ... | json unified-model
and use it to derive the iosxr_gnmi
config from it.
Hello,
NTP example in the cli config looks like this;
ntp
server
BFD example in the cli config looks like this;
bfd
interface
flow export/monitor/sampler examples;
flow exporter-map
note, this also requires "flow ipv4/ipv6 monitor" abilities in iosxr_interface resource to be able to apply to interfaces.
I’ll take a look at iosxr_gnmi and see what I can get working for now. Thanks for the recommendation, and thank you for your help.
Best wishes, rjoensen
Accidentally closed this issue. reopening.
I'd like to add on the BFD part to be able to enable per node (iosxr_router_bgp or iosxr_router_bgp_vrf) and not only inside the node group (iosxr_router_bgp_neighbor_group)
Could you please add the related CLI config snippets? Thanks.
All of this should be included in the v0.2.3 release. I could not test the flow resources due to missing support on XRv. If anything is not working as expected, please re-open this issue.
Hello,
First of all, I'd like to thank you for all the work you have done on this provider. It works great, and especially in the last month or so, it has improved a lot. Its awesome!
I am in the process of rewriting a whole router config using terraform, and therefore I am posting these features that I see as missing.
Would be nice to see these added as well in the future.
Thank you and best wishes, rjoensen