YANG Development Kit
0.9.0
  • About YDK
  • Getting Started
  • Developer Guide
  • API Guide
  • Questions and Answers
  • openconfig bundle API
  • ietf bundle API
YANG Development Kit
  • Docs »
  • Link

Link¶

Leafs

  • link_local_interface_address
  • num_of_prefixes
  • options
  • rtr_priority

Children

  • prefix_list

Bits Classes

  • Options
class RoutingState.RoutingInstance.RoutingProtocols.RoutingProtocol.Ospf.Instance.Area.Interfaces.LinkScopeLsas.LinkScopeLsa.Ospfv3.Body.Link¶

Bases: Entity

Class Hierarchy: RoutingState RoutingInstance RoutingProtocols RoutingProtocol Ospf Instance Area Interfaces LinkScopeLsas LinkScopeLsa Ospfv3 Body Link

This class represents state data.

Link LSA.

rtr_priority¶

Router Priority of the interface

type: int

range: 0..255

config: False

options¶

OSPFv3 LSA options

type: Options

mandatory: True

config: False

link_local_interface_address¶

The originating router’s link-local interface address on the link

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-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?

config: False

num_of_prefixes¶

Number of prefixes

type: int

range: 0..4294967295

config: False

prefix_list¶

List of prefixes associated with the link

type: list of PrefixList

config: False


Built with Sphinx using a theme provided by Read the Docs.