unprotect
使用
<rpc> <load-configuration> <configuration> <!-- opening tag for each parent of the element --> <element unprotect="unprotect"> <name>identifier</name> <!-- if element has identifier --> </element> <!-- closing tag for each parent of the element --> </configuration> </load-configuration> </rpc>
描述
取消保护之前保护的配置元素。属性 unprotect
不能与其他属性组合,如 active
、 inactive
、 rename
或 replace
。如果某个元素受到保护,则同时取消保护和修改该元素的请求将取消该元素的保护,但也会生成一条警告消息,表明由于该元素受到保护,无法完成其他修改。您必须首先取消对元素的保护,然后进行修改。
版本信息
在 Junos OS 11.2 版中引入的属性。