Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 350

Advertising
background image

318

Network OS NETCONF Operations Guide

53-1003231-02

Virtual Fabric configuration with NETCONF overview

23

<private-vlan-trunk>

<trunk-host/>

</private-vlan-trunk>

</private-vlan>

</mode>

</switchport>

</tengigabitethernet>

</interface>

</interface-vlan>

</config>

</edit-config>

</rpc>

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

<ok/>

</rpc-reply>

c. Use the <private-vlan-trunk> and <trunk-host/> nodes to configure interface

tengigabitethernet 11/0/3 as the community trunk port.

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

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

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">

<tengigabitethernet>

<name>11/0/3</name>

<switchport-basic>

<basic/>

</switchport-basic>

<switchport>

<mode>

<private-vlan>

<private-vlan-trunk>

<trunk-host/>

</private-vlan-trunk>

</private-vlan>

</mode>

</switchport>

</tengigabitethernet>

</interface>

</interface-vlan>

</config>

</edit-config>

</rpc>

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

<ok/>

</rpc-reply>

2. Use the <vfabric-trunk-vlan-id> and <vfabric-trunk-ctag-range> nodes to configure the PVLAN

association on the promiscuous trunk port with C-TAG 10. You must also add 6000 and 7000
to the mapping using the <oper> node. The <promis-pri-pvlan> node sets 5000 to be the
promiscuous trunk port.

Advertising