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:
interface Vlan480
vrf forwarding TEST
ip address 1.1.1.1 255.255.255.252
Intended:
interface Vlan480
ip address 1.1.1.1 255.255.255.252
Result:
interface Vlan480
no vrf forwarding TEST
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: