Hi
In ae interface configuration there is option "minimum-links". The entire ae bundle is brought down if there are less active links than this option specifies. Is there anything similar in RVI (l3-interface / routing-interface) configuration? I'm looking for an option that results the RVI to be brought down if there are less than X active switchports in the respective vlan.
Example:
vlan 10 has 3 access/trunk ports and ip interface irb.10 10.0.0.1/24. I want the router to bring irb.10 down if there are less than 2 active ports in vlan 10. Normally the irb is brought down if there are no active ports in vlan. But I would like to define the limit.
Motivation? This serves as a workaround in certain corner cases.
This should be possible with scripts, but I would like to avoid them.
Thanks