CspfTieBreaking¶
-
class
ydk.models.openconfig.openconfig_mpls.
CspfTieBreaking
¶ CspfTieBreaking (Enum Class)
type to indicate the CSPF selection policy when
multiple equal cost paths are available
-
RANDOM = 0
CSPF calculation selects a random path among
multiple equal-cost paths to the destination
-
LEAST_FILL = 1
CSPF calculation selects the path with greatest
available bandwidth
-
MOST_FILL = 2
CSPF calculation selects the path with the least
available bandwidth
-