Sweetcomb/RPCop

From fd.io
< Sweetcomb
Revision as of 10:45, 21 March 2019 by Ypiperea (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RPC Operations

This page aims at describing which data should be read when a user uses a RPC method on sweetcomb control agent.

First, there are two types of data:

  • Configuration data: data that is read from an intermediate database (ex: data fetched by sr_get_item)
  • Operational data: fresh data directly read from the networking devices (ex: telemetry data, all data fetched with VAPI)

Second, there are three types of organization of YANG trees:

  • Openconfig style: 'config' and 'state' containers
  • IETF withtout NMDA: 'config' and 'state' top level trees
  • IETF with NMDA:

Third, as sweetcomb only supports NETCONF and gNMI, there are 5 RPCs supported:

  • gNMI get
  • gNMI set
  • NETCONF get
  • NETCONF get-config
  • NETCONF edit-config

In order to know if your IETF support NMDA, please use YangCatalog.

Openconfig style

IETF without NMDA

IETF with NMDA