Cisco Nexus 5000 Series Switch CLI Software Configuration Guide, NX-OS 4.0(1a)N1 (OL-16597-01, January 2009)

Send feedback to nx5000-docfeedback@cisco.com
40-10
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
OL-16597-01
Chapter 40 Configuring Fibre Channel Routing Services and Protocols
In-Order Delivery
Configuring Fibre Channel Routes
To configure a Fibre Channel route, perform this task:
In-Order Delivery
In-order delivery (IOD) of data frames guarantees frame delivery to a destination in the same order that
they were sent by the originator.
Some Fibre Channel protocols or applications cannot handle out-of-order frame delivery. In these cases,
switches in the Cisco Nexus 5000 Series preserve frame ordering in the frame flow. The source ID (SID),
destination ID (DID), and optionally the originator exchange ID (OX ID) identify the flow of the frame.
On a switch with IOD enabled, all frames received by a specific ingress port and destined to a certain
egress port are always delivered in the same order in which they were received.
Use IOD only if your environment cannot support out-of-order frame delivery.
Tip If you enable the in-order delivery feature, the graceful shutdown feature is not implemented.
Command Purpose
Step 1
switch# configuration terminal
Enters configuration mode.
Step 2
switch(config)# fcroute fcid interface
fc slot/port domain domain-id vsan
vsan-id
Configures the route for the specified Fibre Channel
interface and domain. In this example, the specified
interface is assigned an FC ID and a domain ID to the
next hop switch.
switch(config)# fcroute fcid interface
san-port-channel port domain domain-id
vsan vsan-id
Configures the route for the specified SAN port
channel interface and domain. In this example,
interface san-port-channel 1 is assigned an FC ID
(0x111211) and a domain ID to the next hop switch.
switch(config)# fcroute fcid interface
fc slot/port domain domain-id metric
value vsan vsan-id
Configures the static route for a specific FC ID and
next hop domain ID and also assigns the cost of the
route.
If the remote destination option is not specified, the
default is direct.
switch(config)# fcroute fcid interface
fc slot/port domain domain-id metric
value remote vsan vsan-id
Adds a static route to the RIB. If this is an active route
and the FIB
1
records are free, it is also added to the
FIB.
If the cost (metric) of the route is not specified, the
default is 10.
1. FIB = Forwarding Information Base
Step 3
switch(config)# fcroute fcid netmask
interface fc slot/port domain domain-id
vsan vsan-id
Configures the netmask for the specified route the in
interface (or SAN port channel). You can specify one
of three routes: 0xff0000 matches only the domain,
0xffff00 matches the domain and the area, 0xffffff
matches the domain, area, and port.