Brocade Network OS NETCONF Operations Guide v4.1.1 Manuel d'utilisateur Page 263

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 622
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 262
Network OS NETCONF Operations Guide 231
53-1003231-02
Switch Connection Control policy configuration
17
Removing the SCC policy
To remove the SCC policy, perform the following steps.
1. Issue the <edit-config> RPC to configure the <secpolicy> node in the
urn:brocade.com:mgmt:brocade-fc-auth namespace.
2. Under the <secpolicy> node, include the <defined-policy>/<policies> hierarchy of node
elements, and include the delete operation in the opening tag of the <policies> element.
3. Under the <policies> node, include the <policy> element and specify “SCC_POLICY” to identify
the policy you want to remove.
The following example removes the SCC policy.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="1409" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<secpolicy xmlns="urn:brocade.com:mgmt:brocade-fc-auth">
<defined-policy>
<policies xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
operation="delete">
<policy>SCC_POLICY</policy>
</policies>
</defined-policy>
</secpolicy>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="1409" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Vue de la page 262
1 2 ... 258 259 260 261 262 263 264 265 266 267 268 ... 621 622

Commentaires sur ces manuels

Pas de commentaire