Cisco NCS 1001 구성 매뉴얼 - 페이지 8
{카테고리_이름} Cisco NCS 1001에 대한 구성 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Cisco NCS 1001 36 페이지. Data models configuration guide
Cisco NCS 1001에 대해서도 마찬가지입니다: 매뉴얼 (8 페이지), 수동 시작 (40 페이지)
![Cisco NCS 1001 구성 매뉴얼](/uploads/products/server2/588268/588268.jpg)
Data Types
Data Types
YANG defines data types for leaf values. These data types help the user in understanding the relevant input
for a leaf.
Name
binary
bits
boolean
decimal64
empty
enumeration
identityref
instance-identifier
int (integer-defined values)
leafref
uint
string
union
Supported YANG models
The complete list of the supported IOSXR YANG models are:
https://github.com/YangModels/yang/tree/master/vendor/cisco/xr
Introduction to NETCONF
NETCONF provides mechanisms to install, manipulate, and delete the configuration of network devices. It
uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the
protocol messages. NETCONF uses a simple RPC-based (Remote Procedure Call) mechanism to facilitate
communication between a client and a server. The client can be a script or application typically running as
part of a network manager. The server is typically a network device (router).
For more NETCONF details, refer RFC 6241.
Data Models Configuration Guide for Cisco NCS 1001
4
Description
Any binary data
A set of bits or flags
"true" or "false"
64-bit signed decimal number
A leaf that does not have any value
Enumerated strings
A reference to an abstract identity
References a data tree node
8-bit, 16-bit, 32-bit, 64-bit signed integers
A reference to a leaf instance
8-bit, 16-bit, 32-bit, 64-bit unsigned intergers
Human-readable string
Choice of member types
Data models