작성일: 2023년 9월 19일
NETCONF Python 예제 코드
https://github.com/ncclient/ncclient/tree/master/examples
https://github.com/ncclient/ncclient/blob/master/examples/base/nc08.py (Interface 설정 및 Activate)
https://github.com/aristanetworks/openmgmt/tree/main/src/ncclient (Aristanetworks 예제)
https://developer.cisco.com/codeexchange/github/repo/ncclient/ncclient/ (CISCO 개발자 페이지)
NETCONF Python 예제 코드
https://blog.wimwauters.com/networkprogrammability/2020-03-30-netconf_python_part1/
https://blog.wimwauters.com/networkprogrammability/2020-03-31_netconf_python_part2/
NETCONF Golang 예제 코드
https://github.com/Juniper/go-netconf/tree/master/examples
NETCONF C++ 예제 코드
https://github.com/CESNET/libnetconf2/tree/master/examples
RESTCONF Postman 예제 코드
https://blog.wimwauters.com/networkprogrammability/2020-04-02_restconf_introduction_part1/
https://blog.wimwauters.com/networkprogrammability/2020-04-03_restconf_introduction_part2/
RESTCONF Python 예제 코드
https://blog.wimwauters.com/networkprogrammability/2020-04-04_restconf_python/
'Network' 카테고리의 다른 글
IP 패킷 조작 툴 - Scapy (0) | 2023.09.25 |
---|---|
PVLAN (Private VLAN) 개념 (스터디 자료 모음) (0) | 2023.09.23 |
Open vSwitch(OVS) Use Case, 상황별 실습 (0) | 2023.09.15 |
ARP Scan 명령 (그리고 TCP, UDP Scan) (0) | 2023.09.08 |
IP address 범위를 지정하여 ping 패킷 보내기 (0) | 2023.09.08 |