Replies: 2 comments
-
Hi @milan2655 , This is a scenario where the out-of-the-box hier_config does not work. Hier_config is agnostic to the OS, so it isn't going to understand that the ip address has to be re-applied when an interface adds or removes a vrf. In this instance, you will need to create a remediation plan that you can side load. In the past, I've done this by creating python functions for specific use cases and calling the python functions as part of the remediation workflow. Here is a basic example:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I've moved this issue to discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hallo!
where I try to change the vrf of an interface, ip_address gets deleted and would need to be reapplied.
how to achieve this with hier_config?
Running:
Intended:
Result:
Beta Was this translation helpful? Give feedback.
All reactions