fspf config

To configure an Fabric Shortest Path First (FSPF) feature for an entire Virtual SAN (VSAN), use the fspf config command. To delete an FSPF configuration for the entire VSAN, use the no form of this command.

fspf config vsan vsan-id
min-ls-arrival ls-arrival-time
min-ls-interval ls-interval-time
region region-id
spf { hold-time spf-holdtime | static }

no min-ls-arrival
no min-ls-interval
no region
no spf { hold-time | static }

no fspf config vsan vsan-id

Syntax Description

vsan vsan-id
Specifies a VSAN ID. The range is from 1 to 4093.
min-ls-arrival ls-arrival-time
Specifies the minimum time before a new link state update for a domain will be accepted by the switch. ls-arrival-time is an integer that specifies time in milliseconds. The range is from 0 to 65535.
min-ls-interval ls-interval-time
Specifies the minimum time before a new link state update for a domain will be generated by the switch. ls-interval-time is an integer that specifies time in milliseconds. The range is from 0 to 65535.
region region-id
Specifies the autonomous region to which the switch belongs. The backbone region has region-id=0. region-id is an unsigned integer value ranging from 0 to 255.
spf
Specifies parameters related to the shortest path first (SPF) route computation.
hold-time spf-holdtime
Specifies the time between two consecutive SPF computations. If the time is small, then routing will react faster to changes but CPU usage will be more. spf-holdtime is an integer that specifies time in milliseconds. The range is from 0 to 65535.
static
Forces static SPF computation.

Command Default

This command is not applicable to virtual Fibre Channel interfaces.

In FSPF configuration mode, the default is dynamic SPF computation.

If configuring the spf hold-time , the default value for FSPF is 0.

If configuring the min-ls-arrival , the default value for FSPF is 1000 milliseconds.

If configuring the min-ls-interval , the default value for FSPF is 5000 milliseconds.

Command Modes

Global configuration mode

Command History

Release
Modification
4.0(0)N1(1a)
This command was introduced.

Usage Guidelines

The fspf config command enters FSPF configuration mode for the specified Virtual SAN (VSAN). In FSPF configuration mode, the commands configure FSPF for this VSAN.

Examples

This example shows how to configure a static SPF computation in VSAN 1 and delete the FSPF configuration in VSAN 3:

switch(config)# fspf config vsan 1
switch(fspf-config)# spf static
switch(fspf-config)# exit
switch(config)# no fspf config vsan 3
switch(config)#
 

Related Commands

Command
Description
show fspf interface
Displays information for each selected interface.
fspf enable
Enables FSPF routing protocol in the specified VSAN.
fspf cost
Configures the cost for the selected interface in the specified VSAN.
fspf hello-interval
Specifies the hello message interval to verify the health of a link in the VSAN.
fspf passive
Disables the FSPF protocol for the specified interface in the specified VSAN.
fspf retransmit
Specifies the retransmit time interval for unacknowledged link state updates in the specified VSAN.