S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
25-11
Cisco MDS 9000 Family CLI Configuration Guide
OL-16184-01, Cisco MDS SAN-OS Release 3.x
Chapter 25 Configuring Fibre Channel Routing Services and Protocols
FSPF Routes
Step 2
switch(config)#
fcroute 0x111211
interface fc1/1 domain 3 vsan 2
switch(config)#
Configures the route for the specified Fibre Channel
interface and domain. In this example, interface fc1/1
is assigned an FC ID (0x111211) and a domain ID (3)
to the next hop switch.
switch(config)#
fcroute 0x111211
interface port-channel 1 domain 3 vsan 4
switch(config)#
Configures the route for the specified PortChannel
interface and domain. In this example, interface
port-channel 1 is assigned an FC ID (0x111211) and a
domain ID (3) to the next hop switch.
switch(config)#
fcroute 0x031211
interface fc1/1 domain 3 metric 1 vsan 1
switch(config-if)#
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 0x111112
interface fc1/1 domain 3 metric 3 remote
vsan 3
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.
Step 3
switch(config)#
fcroute 0x610000
0xff0000 interface fc 1/1 domain 1 vsan
2
switch(config)#
Configures the netmask for the specified route in
interface fc1/1 (or PortChannel). 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.
1.
FIB = Forwarding Information Base
Command
Purpose