Configuring iscsi priority, Configuring lldp profiles – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual
Page 430

398
Network OS NETCONF Operations Guide
53-1003231-02
Configuring LLDP global options
27
Configuring iSCSI priority
The iSCSI priority setting is used to configure the priority that will be advertised in the DCBX iSCSI
TLV.
The iSCSI TLV is used only to advertise the iSCSI traffic configuration parameters to the attached
CEE-enabled servers and targets. No verification or enforcement of the usage of the advertised
parameters by the iSCSI server or target is done by the switch. The default iSCSI priority is 4. The
valid range is 0 through 7.
To configure the iSCSI priority, perform the following steps.
1. Issue the <edit-config> RPC to configure the <protocol> node in the
urn:brocade.com:mgmt:brocade-interface namespace.
2. Under the <protocol> node, include the <lldp> node element, which resides in the
urn:brocade.com:mgmt:brocade-lldp namespace.
3. Under the <lldp> node, include the <iscsi-priority> leaf element, and set its value to the
desired priority.
4. Under the <lldp> node, include the <advertise> node element.
5. Under the <advertise> node, include the <dcbx-iscsi-app-tlv> leaf element to advertise the TLV.
The following example sets the iSCSI priority to 4 and advertises this value in the DCBX iSCSI TLV.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="1113" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<protocol xmlns="urn:brocade.com:mgmt:brocade-interface">
<lldp xmlns="urn:brocade.com:mgmt:brocade-lldp">
<iscsi-priority>4</iscsi-priority>
<advertise>
<dcbx-iscsi-app-tlv/>
</advertise>
</lldp>
</protocol>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="1113" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Configuring LLDP profiles
You can configure up to 384 profiles on a switch.
To configure an LLDP profile, perform the following steps.