NETCONF

NETCONF

dev-note 2018. 3. 20. 12:56

한글로된 자료가 없어서 개념잡기가 힘듦

5번, 6번 자료를 보면 도움이 많이 됨


YANG

DB 의 스키마와 비슷한 개념

어떤 configuration 에 대해 데이터 모델링을 하고, 어떤 구조를 갖을 것인지 정의한 파일

YANG 으로 정의한 구조대로 datastore 가 생기고 data가 저장됨


NETCONF

YANG 으로 정의한 구조 data 를 조회 및 수정 하기 위한 프로토콜



1. NETCONF 관련 Tutorial, YANG Info 및 RFC 설명

http://www.netconfcentral.org


2. libnetconf C 라이브러리

https://github.com/CESNET/libnetconf


3. libnetconf 를 사용한 client – server 예제

https://github.com/CESNET/netopeer


4. libnetconf 를 사용한 client WEB 예제

https://github.com/CESNET/Netopeer-GUI


5. YANG by Example

https://trac.ietf.org/trac/edu/attachment/wiki/IETF94/94-module-2-yang.pdf

94-module-2-yang.pdf


6. NETCONF by Example

https://trac.ietf.org/trac/edu/attachment/wiki/IETF94/94-module-3-netconf.pdf

94-module-3-netconf.pdf