Modifying the scc policy, Activating the scc policy – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual
Page 261

Network OS NETCONF Operations Guide
229
53-1003231-02
Switch Connection Control policy configuration
17
</secpolicy>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="1405" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Modifying the SCC policy
The same procedure that creates the SCC policy adds members. The defined SCC member entries
are cumulative. Use the delete operation in the opening tag of the <member-entry> element to
remove members from the policy.
The following example adds member 10:00:00:08:2f:00:79:00 and removes member
22:22:22:22:22:22:22:22.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="1406" 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>
<policy>SCC_POLICY</policy>
<member-entry>
<member>10:00:00:08:2f:00:79:00</member>
</member-entry>
<member-entry
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
operation="delete">
<member>22:22:22:22:22:22:22:22</member>
</member-entry>
</policies>
</defined-policy>
</secpolicy>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="1406" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Activating the SCC policy
To activate an SCC policy and verify activation, perform the following steps.
1. Define an SCC policy as shown in section
“Creating a defined SCC policy”
2. Issue the <activate> custom action located under the <secpolicy> node in the
urn:brocade.com:mgmt:brocade-fc-auth namespace.
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1407">