LinkTlv¶
Leafs
admin_grouplink_idlink_typelocal_if_ipv4_addrlocal_remote_ipv4_addrmax_bandwidthmax_reservable_bandwidthte_metricunreserved_bandwidth
Children
-
class
RoutingState.RoutingInstance.RoutingProtocols.RoutingProtocol.Ospf.Instance.Area.AreaScopeLsas.AreaScopeLsa.Ospfv2.Body.Opaque.LinkTlv¶ Bases:
EntityClass Hierarchy:
RoutingStateRoutingInstanceRoutingProtocolsRoutingProtocolOspfInstanceAreaAreaScopeLsasAreaScopeLsaOspfv2BodyOpaqueLinkTlvThis 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:
Decimal64range: -92233720368547758.08..92233720368547758.07config: False
-
max_reservable_bandwidth¶ Maximum reservable bandwidth
type:
Decimal64range: -92233720368547758.08..92233720368547758.07config: False
-
unreserved_bandwidth¶ Unreserved bandwidth
type:
Decimal64range: -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
UnknownSubtlvconfig: False
-