Transport service, Configuring transport service id on a vlan – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual
Page 359

Network OS NETCONF Operations Guide
327
53-1003231-02
Transport service
23
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="2"
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<mac-group xmlns="urn:brocade.com:mgmt:brocade-mac-address-table">
<mac-group-id xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
operation="delete"/>
</mac-group>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="2" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Transport service
This section describes tasks for configuring the transport service for Virtual Fabrics.
Configuring transport service ID on a VLAN
NOTE
Spanning tree must be shutdown on this VLAN before executing this procedure. Refer to
On Brocade VDX hardware, VLANs are treated as interfaces from a configuration viewpoint.
By default, all the DCB ports are assigned to VLAN 1 (VLAN ID equals 1). The VLAN ID can be 1
through 8192, but VLAN IDs 3584 through 4094 are internally-reserved VLAN IDs. VLAN 8191 is
the largest VLAN ID that can be assigned.
To create a VLAN interface, perform the following steps.
1. Issue an <edit-config> RPC to configure the <interface-vlan> node in the
urn:brocade.com:mgmt:brocade-interface namespace,
2. Under the <interface-vlan> element, specify the <interface>/<vlan> hierarchy of node
elements.
3. Under the <vlan> node, specify the <name> element containing the new VLAN ID.
4. Under the <vlan> node, specify the <transport-service> element containing the new transport
service ID.
The following example creates VLAN 6011 with transport service 21. Multiple VLANs can be
created in one NETCONF call.
<?xml version="1.0" encoding="UTF-8"?> - not throeing error
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="2"
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>