Obtaining fcoe status, Obtaining fcoe port interface information, Obtaining fcoe login information – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual
Page 307

Network OS NETCONF Operations Guide
275
53-1003231-02
Obtaining FCoE status
20
<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
<port-channel>
<name>5</name>
<fcoe:fcoeport>
<fcoe:fcoeport-map>default<fcoe:fcoeport-map>
</fcoe:fcoeport>
<port-channel>
</interface>
</rpc-reply>
Obtaining FCoE status
The following custom RPCs exist for returning FCoE information:
•
<fcoe-get-interface> returns information about FCoE port interfaces
•
<fcoe-get-login> returns information about logged in FCoE devices
Obtaining FCoE port interface information
To obtain information about FCoE port interfaces, issue the <fcoe-get-interface> custom RPC
located in the urn:brocade.com:mgmt:brocade-fcoe-ext namespace.
By default, the <fcoe-get-interface> RPC returns information about all interfaces to which an FCoE
map is applied. To restrict the output to one FCoE interface, include the <fcoe-intf-name> input
parameter and supply the interface name, for example 1/0/1. To restrict the output to FCoE
interfaces on a specific routing bridge, include the <fcoe-intf-rbridge-id> input parameter. To
include statistical data in the output, include the <fcoe-intf-include-stats> input parameter and set
its value to “true.” To omit the statistic data from the output, set <fcoe-intf-include-stats> to “false”.
The following example returns FCoE port interface information for port 1/0/1 and requests
statistical information be shown in the output.
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1804">
<fcoe-get-interface xmlns="urn:brocade.com:mgmt:brocade-fcoe-ext">
<fcoe-intf-name>1/0/1</fcoe-intf-name>
<fcoe-intf-include-stats>true</fcoe-intf-include-stats>
</fcoe-get-interface>
</rpc>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1804">
<fcoe-intf-list xmlns="urn:brocade.com:mgmt:brocade-fcoe-ext">
<fcoe-intf-fcoe-port-id>1/0/1</fcoe-intf-fcoe-port-id>
<fcoe-intf-port-type>VF</fcoe-intf-port-type>
(output truncated)
Obtaining FCoE login information
To obtain log in information on FCoE devices, issue the <fcoe-get-login> custom RPC located in the
urn:brocade.com:mgmt:fcoe-ext namespace.
To provide log in information for all FCoE devices logged in to a specific interface, Virtual Fabric,
VLAN, or routing bridge, include the <fcoe-login-interface>, <fcoe-login-vfid>, <fcoe-login-vlan>, or
<fcoe-login-rbridge-id> input parameter, respectively.