NETWORK DEVICES CONFIGURATION MANAGEMENT WITH RESTCONF PROTOCOL AND YANG DATA MODEL USING POSTMAN AS A CLIENT

Internet is the basic needs of life in this era. Internet cannot be separated from supporting network devices such as routers, switches, and etc. In this case, the network equipment router is produced by various vendors who have special syntax configuration (comma...

Full description

Saved in:
Bibliographic Details
Main Author: Handayani, Dian
Format: Final Project
Language:Indonesia
Online Access:https://digilib.itb.ac.id/gdl/view/42819
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Institut Teknologi Bandung
Language: Indonesia
Description
Summary:Internet is the basic needs of life in this era. Internet cannot be separated from supporting network devices such as routers, switches, and etc. In this case, the network equipment router is produced by various vendors who have special syntax configuration (command-specific) and different ways to backup and store configuration data. Therefore, we need a system that can configure and backup data that is flexible that can be used from a variety of multi-vendor network devices. In making these systems, configuration STANDARDS that are acceptable to devices from various vendors are needed, namely YANG DATA MODEL.YANG is a data modeling language used to describe how data should be viewed. The configuration file in the form of YANG data will be in XML or JSON format which will be sent using a protocol that supports the YANG data model. In this test, the RESTCONF protocol is used intransporting or sending the data to a programmable interface that functions as a management interface.