A county courts campus runs Catalyst stacks and debates whether stack members should share one management IP or keep per-member addresses for outage recovery. What is the soundest operational trade-off for day-to-day management versus member failure?
Select an answer to reveal the explanation.
Short Explanation
A stack’s management IP is like the courthouse main switchboard—one number for daily calls. When the active member drops, you still need a back door to the remaining gear. Shared active management for ops plus a recovery path for member loss is the practical balance.
Full Explanation
Stackwise-style systems typically present a single active management address for the logical stack, which simplifies monitoring and configuration. That convenience must not erase recovery: if the member owning management fails, operators need console, OOB, or another path to surviving members. Duplicate identical IPs on every member create ARP conflicts; managing only through user data ports couples control-plane access to production VLAN health. Design for one operational management endpoint and explicit outage reachability.