Send documentation comments to mdsfeedback-doc@cisco.com
8-57
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 8 F Commands
fc-tunnel
Examples The following example enables the FC tunnel feature.
switch# config terminal
switchS(config)# fc-tunnel enable
The following example places you at the explicit path prompt for the path named Path 1and specifies that
the next hop VSAN interface IP addresses.
switch# config terminal
switchS(config)# fc-tunnel explicit-path Path1
switchS(config-explicit-path)# next-address 10.10.10.2 strict
switchS(config-explicit-path)# next-address 10.10.10.3 strict
switchS(config-explicit-path)# next-address 10.10.10.4 strict
The following example places you at the explicit path prompt for the path named Path 3 and configures
a minimum cost path in which this IP address exists.
switchS(config)# fc-tunnel explicit-path Path3
switchS(config-explicit-path)# next-address 10.10.10.3 loose
The following example configures the FC tunnel (100) in the destination switch (switch D).
switchD(config)# fc-tunnel tunnel-id-map 100 interface fc2/1
The following example creates two explicit paths and configures the next hop addresses for each path in
the source switch (switch S).
switchS# config t
switchS(config)# fc-tunnel explicit-path Path1
switchS(config-explicit-path)# next-address 10.10.10.2 strict
switchS(config-explicit-path)# next-address 10.10.10.3 strict
switchS(config-explicit-path)# next-address 10.10.10.4 strict
switchS(config-explicit-path)# exit
switchS(config)# fc-tunnel explicit-path Path3
switchS(config-explicit-path)# next-address 10.10.10.3 loose
The following example references the configured path in the source switch (switch S).
switchS# config t
switchS(config)# interface fc-tunnel 100
switchS(config)# explicit-path Path1
Related Commands Command Description
show span session Displays all SPAN session information.
show fc-tunnel tunnel-id-map Displays FC tunnel egress mapping information