Disabling a fabric trunk – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 121

Advertising
background image

Network OS NETCONF Operations Guide

89

53-1003231-02

Fabric interface configuration management

8

4. Under the <gigabitethernet>, <tengigabitethernet>, <fortygigabitethernet>, or

<hundredgigabitethernet> node element, include the <fabric> node element in the
urn:brocade.com:mgmt:brocade-fcoe namespace.

5. Under the <fabric> node, include the <fabric-trunk> node element.

6. Under the <fabric-trunk> node element, include the empty <fabric-trunk-enable> element to

enable trunking on the ISL.

The following example enables trunking on 10-Gigabit Ethernet port 1/0/4.

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

<edit-config>

<target>

<running/>

</target>

<config>

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

<tengigabitethernet>

<name>1/0/4</name>

<fabric xmlns=”urn:brocade.com:mgmt:brocade-fcoe”>

<fabric-trunk>

<fabric-trunk-enable/>

</fabric-trunk>

</fabric>

</tengigabitethernet>

</interface>

</config>

</edit-config>

</rpc>

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

<ok/>

</rpc-reply>

Disabling a fabric trunk

Fabric trunking is enabled by default. Disable fabric trunking to revert the ISL back to a standalone
adjacency between two Brocade VCS Fabric switches.

The following example disables fabric trunking on port 1/0/4.

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

<edit-config>

<target>

<running/>

</target>

<config>

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

<tengigabitethernet>

<name>1/0/4</name>

<fabric xmlns=”urn:brocade.com:mgmt:brocade-fcoe”>

<fabric-trunk>

<fabric-trunk-enable

xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"

operation="delete"/>

</fabric-trunk>

</fabric>

</tengigabitethernet>

</interface>

Advertising