Skip to content

111pontes/xr-pl2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
$