Config¶
Leafs
-
class
Mpls.Lsps.ConstrainedPath.Tunnels.Tunnel.Bandwidth.AutoBandwidth.Config¶ Bases:
EntityClass Hierarchy:
MplsLspsConstrainedPathTunnelsTunnelBandwidthAutoBandwidthConfigThis 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
-