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
You cannot apply router ospf then router ospf 2 vrf Customer in succession. The switch doesn't change to the other ospf config instance in the CLI.
Tried using exit after the first instance of ospf was configured but that didn't work while using ansible.
Worked around this by configuring one ospf instance > interface config > second ospf instance.
Tried using the feature start transaction so that I could apply the entire config on the switch then commit that to the running-config ran into this error Error: DATA, L3 configs present on this interface when trying to commit the config.
The text was updated successfully, but these errors were encountered:
Limitations/workarounds
Banners cannot be applied via ansible.
You cannot apply
router ospf
thenrouter ospf 2 vrf Customer
in succession. The switch doesn't change to the other ospf config instance in the CLI.exit
after the first instance of ospf was configured but that didn't work while using ansible.Tried using the feature
start transaction
so that I could apply the entire config on the switch thencommit
that to therunning-config
ran into this errorError: DATA, L3 configs present on this interface
when trying to commit the config.The text was updated successfully, but these errors were encountered: