State¶
Leafs
-
class
NetworkInstances.NetworkInstance.Mpls.Lsps.ConstrainedPath.Tunnels.Tunnel.Bandwidth.AutoBandwidth.State¶ Bases:
EntityClass Hierarchy :
NetworkInstancesNetworkInstanceMplsLspsConstrainedPathTunnelsTunnelBandwidthAutoBandwidthStateThis 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..18446744073709551615
config: False
-
max_bw¶ set the maximum bandwidth in Kbps for an auto-bandwidth LSP
type: int
range: 0..18446744073709551615
config: False
-
adjust_interval¶ time in seconds between adjustments to LSP bandwidth
type: int
range: 0..4294967295
config: 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..100
config: False
-