A public health clinic runs helper scripts in IOS XE Guest Shell and must plan for device reloads. What understanding should guide redeployment?
Select an answer to reveal the explanation.
Short Explanation
Guest Shell is like a clinic workstation image—reimage or some reload paths can wipe the local extras. Keep the scripts in a known repo or controller job and push them back on purpose. Hoping pip packages live forever is how morning clinics miss their helper.
Full Explanation
Guest Shell provides an on-box Linux environment for scripts, but persistence of the guest filesystem and installed packages depends on platform configuration and maintenance events such as reload or reimage. Operational practice is to treat guest content as redeployable from an authoritative source. Secrets should not rely solely on ephemeral guest files. Guest Shell can be configured to return after reboot; it is not inherently single-use.