LinkTlv¶
Leafs
admin_group
link_id
link_type
local_if_ipv4_addr
local_remote_ipv4_addr
max_bandwidth
max_reservable_bandwidth
te_metric
unreserved_bandwidth
Children
-
class
RoutingState.RoutingInstance.RoutingProtocols.RoutingProtocol.Ospf.Instance.Area.Interfaces.LinkScopeLsas.LinkScopeLsa.Ospfv2.Body.Opaque.
LinkTlv
¶ Bases:
Entity
Class Hierarchy:
RoutingState
RoutingInstance
RoutingProtocols
RoutingProtocol
Ospf
Instance
Area
Interfaces
LinkScopeLsas
LinkScopeLsa
Ospfv2
Body
Opaque
LinkTlv
This class represents state data.
Link TLV.
-
link_type
¶ Link type
type: int
range: 0..255mandatory: True
config: False
-
link_id
¶ Link ID
type: union of the below types:
type: str
pattern: (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?type: str
pattern: (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])mandatory: True
config: False
-
local_if_ipv4_addr
¶ List of local interface IPv4 addresses
type: list of str
pattern: (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?config: False
-
local_remote_ipv4_addr
¶ List of remote interface IPv4 addresses
type: list of str
pattern: (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?config: False
-
te_metric
¶ TE metric
type: int
range: 0..4294967295config: False
-
max_bandwidth
¶ Maximum bandwidth
type:
Decimal64
range: -92233720368547758.08..92233720368547758.07config: False
-
max_reservable_bandwidth
¶ Maximum reservable bandwidth
type:
Decimal64
range: -92233720368547758.08..92233720368547758.07config: False
-
unreserved_bandwidth
¶ Unreserved bandwidth
type:
Decimal64
range: -92233720368547758.08..92233720368547758.07config: False
-
admin_group
¶ Administrative group/Resource class/Color
type: int
range: 0..4294967295config: False
-
unknown_subtlv
¶ Unknown sub-TLV
type: list of
UnknownSubtlv
config: False
-