Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 889 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 889 Bytes

Cisco IOS XR Programmability Lab

This lab provides hands-on experience with the programmability infrastructure in Cisco IOS XR. This new infrastructure allows you to manage a device with great flexibility in terms of models, encodings and transport options. In this lab, you will use XR native, IETF and OpenConfig YANG models to interact with NETCONF and Google RPC agents running on Cisco IOS XR. You will also use streaming telemetry, simple Python scripts and custom Ansible modules based on a model-driven SDK to enable advanced network programmability and closed-loop automation.

$ tree -d
.
├── ansible
│   └── ip_destination_reachable
│       └── library
├── gnmi
├── md-sdk
├── md-sdk+telemetry
├── netconf
└── yang
    └── modules
        └── cisco-ios-xr
            └── 711

11 directories
$