In-Order Delivery - Cisco Nexus 5000 Series Configuration Manual

Nx-os san
Hide thumbs Also See for Nexus 5000 Series:
Table of Contents

Advertisement

Configuring Fibre Channel Routing Services and Protocols
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
fcroute fcid interface fc slot/port domain domain-id
vsan vsan-id
Example:
switch(config)# fcroute 111211 interface fc 1
2 domain 3
Step 3
fcroute fcid interface san-port-channel port domain
domain-id vsan vsan-id
Example:
switch(config)# fcroute 0x111211 interface
san-port-channel 1 domain 4 vsan 10
Step 4
fcroute fcid interface fc slot/port domain domain-id
metric value vsan vsan-id
Example:
switch(config)# fcroute 0x111211 interface fc
2 1 domain 4 metric 50 vsan 10
Step 5
fcroute fcid interface fc slot/port domain domain-id
metric value remote vsan vsan-id
Example:
switch(config)# fcroute 0x111211 interface fc
2 1 domain 4 metric 50 remote vsan 10
Step 6
fcroute fcid netmask interface fc slot/port domain
domain-id vsan vsan-id
Example:
switch(config)# fcroute 0x111211 netmask
interface fc 2 1 domain 4 vsan 12

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, Cisco
SAN switches 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.
OL-27583-01
Purpose
Enters global configuration mode.
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.
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.
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.
Adds a static route to the RIB. If this is an active route and the
Forwarding Information Base (FIB) records are free, it is also
added to the FIB.
If the cost (metric) of the route is not specified, the default is
10.
Configures the netmask for the specified route in the interface
(or SAN port channel). You can specify one of three routes:
0xff0000 matches only the domain, 0xffff00 matches the domain
and the area and 0xffffff matches the domain, area, and port.
Cisco Nexus 5000 Series NX-OS SAN Switching Configuration Guide, Release 5.2(1)N1(1)
In-Order Delivery
191

Advertisement

Table of Contents
loading

Table of Contents