Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 345

Advertising
background image

Network OS NETCONF Operations Guide

313

53-1003231-02

Virtual Fabric configuration with NETCONF overview

23

Community VLAN

At least two of these three types of VLANS must be configured to create a Virtual Fabric.

1. Under the <vlan> node, specify the <name> element containing the new VLAN ID to create

VLAN instances that are equal to or greater than 4096, through 8191. Repeat this command
for three Virtual Fabrics: 5000, 6000, and 7000.

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

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

<edit-config>

<target>

<running/>

</target>

<config>

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

<interface>

<vlan>

<name>5000</name>

</vlan>

</interface>

</interface-vlan>

</config>

</edit-config>

</rpc>

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

<ok/>

</rpc-reply>

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

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

<edit-config>

<target>

<running/>

</target>

<config>

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

<interface>

<vlan>

<name>6000</name>

</vlan>

</interface>

</interface-vlan>

</config>

</edit-config>

</rpc>

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

<ok/>

</rpc-reply>

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

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

<edit-config>

<target>

<running/>

</target>

Advertising