Cisco NCS 1001 Podręcznik konfiguracji - Strona 8
Przeglądaj online lub pobierz pdf Podręcznik konfiguracji dla Serwer Cisco NCS 1001. Cisco NCS 1001 36 stron. Data models configuration guide
Również dla Cisco NCS 1001: Podręcznik (8 strony), Instrukcja obsługi (40 strony)
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