Configuring fcoe profiles – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual
Page 281

Network OS NETCONF Operations Guide
249
53-1003231-02
Configuring AMPP port-profiles
19
<native-vlan-id>5112</native-vlan-id>
<native-vlan-ctag-id>112</native-vlan-ctag-id>
</native-vlan-classification>
</trunk>
</switchport>
</vlan-profile>
</port-profile>
</config>
</edit-config>
</rpc>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="2"
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Configuring FCoE profiles
Only the FCoE profile of the default profile can be modified. The FCoE profile can only be part of the
default profile. When it is part of the default profile, FCoE is enabled globally and all the profiled
ports automatically become FCoE ports.
In the absence of the FCoE profile in the default AMPP profile, you can configure FCoE on a
per-interface basis, based on the profiled ports. Refer to
page 272 for details.
To globally configure the FCoE profile, perform the following steps.
1. Issue the <edit-config> RPC to configure the <fcoe> node in the
urn:brocade.com:mgmt:brocade-fcoe namespace.
2. Under the <fcoe> node, include the <fcoe-map> node element.
3. Under the <fcoe-map> node, define the <fcoe-map-name> value for the FCoE fabric map.
<fcoe-map>
<fcoe-map-name>OE:FC:00</fcoe-map-name>
</fcoe-map>
The following example configures the FCoE profile.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="1708" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<fcoe xmlns="urn:brocade.com:mgmt:brocade-fcoe">
<fcoe-map>
<fcoe-map-name>default</fcoe-map-name>
</fcoe-map>
</fcoe>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="1708" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>