Creating a virtual fabric instance – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 344

Advertising
background image

312

Network OS NETCONF Operations Guide

53-1003231-02

Virtual Fabric configuration with NETCONF overview

23

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

<edit-config>

<target>

<running/>

</target>

<config>

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

<virtual-fabric><vfab-enable></vfab-enable></virtual-fabric>

</vcs>

</config>

</edit-config>

</rpc>

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

<ok/>

</rpc-reply>

Creating a Virtual Fabric instance

Under the <vlan> node, specify the <name> element containing the new VLAN ID, where vlan_id
<name> element is a number equal to or greater than 4096 through 8191, and is not a reserved
VLAN.

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

<rpc message-id="1101" 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="1101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<ok/>

</rpc-reply>

Configuring additional Layer 2 Virtual Fabric features

This section addresses additional features that are available on trunk ports once a Virtual Fabric is
established.

Configuring Virtual Fabrics and defining and associating PVLANs

The private VLANs (PVLANs) for a Virtual Fabric can be configured in the following three types:

Primary VLAN

Isolated VLAN

Advertising