버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

ONOS가 실제 장비에 어떻게 명령을 전달하는가?

Protocol & wire message

Protocol –(wire protocol)→ Infra Device
ONOS의 Protocol 객체가 실제 장비(Infra Device)에 수행될 명령(wire protocol, wire message)를 생성한다.

(출처) ONOS Guide > Arch > Southbound: Protocol, Provider, Drivers

ONOS southbound architecture


ONOS 호환 protocol

(출처) https://github.com/opennetworkinglab/onos/tree/master/protocols
(
출처) https://wiki.onosproject.org/display/ONOS/Southbound+protocols

bgp, bmv2, gnmi, grpc, isis, lisp, netconf, openflow, ospf, ovsdb, p4runtime, pcep, rest, restconf, snmp, tl1, xmpp


ONOS Protocol 클래스 구조

(출처) ONOS Guide > Arch > Southbound: Protocol, Provider, Drivers

...