Purpose
Command or Action
Configures the route for the specified Fibre Channel
interface and domain. In this example, the specified
fcroute fcid interface fc slot
/
port domain
domain-id vsan vsan-id
Step 2
interface is assigned an FC ID and a domain ID to the
next hop switch.
Example:
switch(config)# fcroute 111211
interface fc 1 2 domain 3
If this is a QSFP+ GEM, the
slot
/
port
syntax
is
slot
/
QSFP-module
/
port
.
Note
Configures the route for the specified SAN port channel
interface and domain. In this example, interface
fcroute fcid interface san-port-channel
port domain domain-id vsan vsan-id
Step 3
san-port-channel 1 is assigned an FC ID (0x111211)
and a domain ID to the next hop switch.
Example:
switch(config)# fcroute 0x111211
interface san-port-channel 1 domain
4 vsan 10
Configures the static route for a specific FC ID and next
hop domain ID and also assigns the cost of the route.
fcroute fcid interface fc slot
/
port domain
domain-id metric value vsan vsan-id
Step 4
Example:
switch(config)# fcroute 0x111211
interface fc 2 1 domain 4 metric 50
vsan 10
If the remote destination option is not specified, the
default is direct.
If this is a QSFP+ GEM, the
slot
/
port
syntax
is
slot
/
QSFP-module
/
port
.
Note
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.
fcroute fcid interface fc slot
/
port domain
domain-id metric value remote vsan
vsan-id
Step 5
Example:
switch(config)# fcroute 0x111211
interface fc 2 1 domain 4 metric 50
remote vsan 10
If the cost (metric) of the route is not specified, the
default is 10.
If this is a QSFP+ GEM, the
slot
/
port
syntax
is
slot
/
QSFP-module
/
port
.
Note
Configures the netmask for the specified route in the
interface (or SAN port channel). You can specify one
fcroute fcid netmask interface fc slot
/
port
domain domain-id vsan vsan-id
Step 6
of three routes: 0xff0000 matches only the domain,
Example:
switch(config)# fcroute 0x111211
netmask interface fc 2 1 domain 4
vsan 12
0xffff00 matches the domain and the area and 0xffffff
matches the domain, area, and port.
If this is a QSFP+ GEM, the
slot
/
port
syntax
is
slot
/
QSFP-module
/
port
.
Note
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.
Cisco Nexus 5500 Series NX-OS SAN Switching Configuration Guide, Release 7.x
178
OL-30895-01
Configuring Fibre Channel Routing Services and Protocols
In-Order Delivery