Cisco NCS 1001 Manual de configuração - Página 13
Procurar online ou descarregar pdf Manual de configuração para Servidor Cisco NCS 1001. Cisco NCS 1001 36 páginas. Data models configuration guide
Também para Cisco NCS 1001: Manual (8 páginas), Manual de início (40 páginas)
Using Data models
This section explains the required configurations and procedures for using data models.
•
•
•
Using Data models
Figure 3: Workflow for using Data models
The above illustration gives a quick snap shot of how YANG can be used with Netconf in configuring a
network device using a client application.
The tasks that help the user to implement Data model configuration are listed here.
1 Load the software image ; the YANG models are a part of the software image. Alternatively, the YANG
models can also be downloaded from:
https://github.com/YangModels/yang/tree/master/vendor/cisco/xr
Users can also query using NETCONF to get the list of models.
<?xml version="1.0" encoding="utf-8"?>
<rpc message-id="100" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
</rpc>
Using Data models , page 9
Enabling Netconf, page 10
Enabling gRPC, page 11
<get>
<filter type="subtree">
<netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">
<schemas/>
</netconf-state>
</filter>
</get>
2
C H A P T E R
Data Models Configuration Guide for Cisco NCS 1001
9