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
Hi,
it is possible to add hsrp to provider "nxos_svi_interface" ?
We need this SVI interface configuration:
interface Vlan3812
no shutdown
vrf member ccsew
no ip redirects
ip address 172.25.51.234/29
no ipv6 redirects
hsrp bfd
hsrp version 2
hsrp 3812
preempt delay minimum 60
priority 200
ip 172.25.51.233
The text was updated successfully, but these errors were encountered:
As of now, the provider has a 1:1 mapping between TF resources and objects in the DME Data Model. Therefore it won't be possible to configure HSRP using the nxos_svi_interface because the HSRP configuration requires the creation of multiple additional objects.
I can create dedicated TF resources for the HSRP configuration but I wanted to let you know that you could use the nxos_rest resource to configure those objects that are not covered by the provider. In fact, you could configure everything on the NXOS switch just using the nxos_rest resource. Here an example of the HSRP configuration:
Hi,
it is possible to add hsrp to provider "nxos_svi_interface" ?
We need this SVI interface configuration:
The text was updated successfully, but these errors were encountered: