Transit staff must remove a previously added static route on an IOS XE router using RESTCONF. Which action is correct?
Select an answer to reveal the explanation.
Short Explanation
To retire a static route, delete that keyed filing card—prefix and next-hop—don’t bulldoze the whole RIB from the console or wait for GET to invent a delete.
Full Explanation
Removing a static route via RESTCONF is a DELETE (or equivalent edit) addressed by the same prefix/next-hop keys used to create it. Clearing the RIB from the console is not utilizing RESTCONF. Meraki Dashboard and read-only GET loops do not remove an IOS XE static-route YANG object.