Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 103

Advertising
background image

Network OS NETCONF Operations Guide

71

53-1003231-02

Overriding Dynamic POD assignments

6

<tengigabitethernet>

<name>1/0/10</name>

<shutdown/>

</tengigabitethernet>

</interface>

</config>

</edit-config>

</rpc>

<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="720">

<ok/>

</rpc-reply>

2. Issue the <edit-config> RPC to configure the <dpod> node located in the

urn:brocade.com:mgmt:brocade-license namespace and set the <operation> element to
“release”.

The following example releases ports 5/0/10 and 5/0/11.

<?xml version="1.0" encoding="UTF-8"?>

<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="721">

<edit-config>

<target>

<running/>

</target>

<config>

<dpod xmlns="urn:brocade.com:mgmt:brocade-license">

<port-id>

<port-id>5/0/10</port-id>

<operation>release</operation>

</port-id>

<port-id>

<port-id>1/0/10</port-id>

<operation>release</operation>

</port-id>

</dpod>

</config>

</edit-config>

</rpc>

<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="721">

<ok/>

</rpc-reply>

3. Issue the <edit-config> RPC to configure the <interface>/<tengigabitethernet> node in the

urn:brocade.com:mgmt:brocade-interface namespace and include the following elements to
re-enable the port:

a. In the <name> element, specify the port name in [rbridge-id/]slot/port format.

b. In the <shutdown> element, include the delete operation in the element tag to enable the

port.

<?xml version="1.0" encoding="UTF-8"?>

<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="722">

<edit-config>

<target>

<running/>

</target>

<config>

Advertising