State¶
Leafs
-
class
Mpls.Lsps.ConstrainedPath.Tunnels.Tunnel.Bandwidth.AutoBandwidth.State¶ Bases:
EntityClass Hierarchy:
MplsLspsConstrainedPathTunnelsTunnelBandwidthAutoBandwidthStateThis class represents state data.
State parameters relating to MPLS
auto-bandwidth on the tunnel.
-
enabled¶ enables mpls auto-bandwidth on the lsp
type: bool
config: False
default value: false
-
min_bw¶ set the minimum bandwidth in Kbps for an auto-bandwidth LSP
type: int
range: 0..18446744073709551615config: False
-
max_bw¶ set the maximum bandwidth in Kbps for an auto-bandwidth LSP
type: int
range: 0..18446744073709551615config: False
-
adjust_interval¶ time in seconds between adjustments to LSP bandwidth
type: int
range: 0..4294967295config: False
-
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..100config: False
-