Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual
Page 170

138
Network OS NETCONF Operations Guide
53-1003231-02
Configuring a Fibre Channel port for long distance operation
11
b. In the <fc-speed-cfg> element, specify “auto”, “1gbps”, “2gbps”, “4gbps”, or “8gbps” to
set the port speed.
The following example sets the port speed to 4 Gbps for port 1 on routing bridge 8.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="1303" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
<fc-port>
<name>8/0/1</name>
<fc-port-speed>4gbps</fc-port-speed>
</fc-port>
</interface>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="1303" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Configuring a Fibre Channel port for long distance operation
You can use the NETCONF interface to establish the long distance mode and to allocate full-size
frame buffers on a specific port. Network OS supports the Normal Mode (LO), Extended Mode (LE),
Dynamic Long-Distance Mode (LD), and Static Long-Distance Mode (LS) long distance link modes.
For details about these long distance link modes, refer to the Network OS Administrator’s Guide.
Before configuring an extended ISL, ensure that the following conditions are met:
•
The ports on both ends of the ISL are operating at the same port speed, and can be configured
at the same distance level without compromising local switch performance.
•
Only qualified Brocade SFPs are used. Only Brocade-branded or certain Brocade-qualified
SFPs are supported.
To configure a Fibre Channel port for long distance operation, perform the following steps.
1. Issue the <edit-config> RPC to configure the <interface> node in the
urn:brocade.comn:mgmt:brocade-interface namespace.
2. Under the <interface> node, include the <fc-port> node element.
3. Under the <fc-port> node element, include the following leaf elements.
a. In the <name> element, identify the port you want to configure. Identify the port by routing
bridge-ID/slot/port.
b. for 8 Gbps only, in the <fill-word> element, set the fill word to the same value as for the
remote port.
Possible values include “idle-idle”, “arbff-arbff”, “idle-arbff”, aa-then-ia”. The default value
is “idle-idle”.
c. In the <long-distance> element, set the long distance mode.