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¶

Keys

  • interface_id
  • neighbor_interface_id
  • neighbor_router_id

Leafs

  • metric
  • type
class RoutingState.RoutingInstance.RoutingProtocols.RoutingProtocol.Ospf.Instance.AsScopeLsas.AsScopeLsa.Ospfv3.Body.Router.Link¶

Bases: Entity

Class Hierarchy: RoutingState RoutingInstance RoutingProtocols RoutingProtocol Ospf Instance AsScopeLsas AsScopeLsa Ospfv3 Body Router Link

This class represents state data.

Router LSA link.

interface_id(key)¶

Interface ID

type: int

range: 0..4294967295

config: False

neighbor_interface_id(key)¶

Neighbor Interface ID

type: int

range: 0..4294967295

config: False

neighbor_router_id(key)¶

Neighbor Router ID

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])

config: False

type¶

Link type

type: int

range: 0..255

config: False

metric¶

Metric

type: int

range: 0..65535

config: False


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