Config¶
Leafs
-
class
NetworkInstances.NetworkInstance.Mpls.Lsps.ConstrainedPath.Tunnels.Tunnel.Bandwidth.AutoBandwidth.
Config
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Mpls
Lsps
ConstrainedPath
Tunnels
Tunnel
Bandwidth
AutoBandwidth
Config
This class represents configuration data.
Configuration parameters relating to MPLS
auto-bandwidth on the tunnel.
-
enabled
¶ enables mpls auto-bandwidth on the lsp
type: bool
default value: false
-
min_bw
¶ set the minimum bandwidth in Kbps for an auto-bandwidth LSP
type: int
range: 0..18446744073709551615
-
max_bw
¶ set the maximum bandwidth in Kbps for an auto-bandwidth LSP
type: int
range: 0..18446744073709551615
-
adjust_interval
¶ time in seconds between adjustments to LSP bandwidth
type: int
range: 0..4294967295
-
adjust_threshold
¶ percentage difference between the LSP’s specified bandwidth and its current bandwidth allocation – if the difference is greater than the specified percentage, auto-bandwidth adjustment is triggered
type: int
range: 0..100
-