Description | The administrative cost of sending a frame on this
interface on this VSAN. The value 0 means that the cost
has not been configured. Once the value has been
configured, the value can not again be zero; so, obviously
the value can not be set to 0.
If the value of this object is 0 and the corresponding
interface is up, the agent sets this object to a value
calculated using the 'ifSpeed' of the interface. Otherwise,
the value of this object is used as the cost.
Note that following formula is used to calculate the link
cost.
Link Cost = { fspfIfCost if fspfIfCost > 0
{(1.0625e12 / Baud Rate) if fspfIfCost == 0
where Baud Rate is the ifSpeed of the interface. |