Unicon: The Connection LibraryΒΆ
Unicon is a package aiming to provide a unified connection experience to network devices through typical command-line management interface. By wrapping the underlying session (eg, telnet, ssh), Unicon provides:
direct and proxied connections through any common CLI interface (telnet, ssh, serial etc)
power of expect-like programming without having to deal with low-level logic
multi-vendor support through an agnostic API interface
seamless handling of CLI modes (eg, enable, configure, admin-configure mode)
rejected commands, command error detections
value-add stateful services (specific to the platform)
and is extensible: platform supports and services are implemented via open-source plugins.
Unicon is the standard, go-to CLI connection implementation for Cisco pyATS framework.
This package was initially developed internally in Cisco, and is now released to the general public starting late 2017 through Cisco DevNet.
User Guide
- Introduction
- Supported Platforms
- Connection Basics
- Password Handling
- Connection Through Proxies
- API/Services
- Dialog Patterns
- .
- aireos
- aireos/ap
- apic
- asa
- asa/ASAv
- asa/fp2k
- cheetah/ap
- cimc
- comware
- confd
- confd/csp
- confd/esc
- confd/nfvis
- dell
- dell/os6
- eos
- fxos
- fxos/fp4k
- fxos/fp9k
- fxos/ftd
- gaia
- generic
- ios
- ios/ap
- ios/iol
- ios/iosv
- ios/pagent
- iosxe
- iosxe/cat3k
- iosxe/cat3k
- iosxe/cat9k
- iosxe/csr1000v
- iosxe/csr1000v
- iosxe/quad
- iosxe/sdwan
- iosxe/stack
- iosxr
- iosxr/asr9k
- iosxr/iosxrv
- iosxr/iosxrv9k
- iosxr/moonshine
- iosxr/ncs5k
- iosxr/spitfire
- ironware
- ise
- junos
- junos/vsrx
- linux
- nso
- nxos
- nxos/aci
- nxos/mds
- nxos/n5k
- nxos/n7k
- nxos/n9k
- nxos/nxosv
- sdwan
- sdwan/iosxe
- sdwan/viptela
- slxos
- sros
- staros
- vos
- windows
- RobotFramework Support
Developer Guide
- Playback
- Plugin Implementation
- How to write a new Service
- Expect Abstraction Library
- Introduction
- Challenges
- Why Not Pexpect
- Under The Hood
- Spawn
- Example Shell Script
- Spawning Our First Command
- Using Send Command
- Expect The Expected
- EOF Exception
- Need For Dialogs
- Statements
- Dependency Injection in Statements
- Dialogs Revisited
- Dialog Shorthand Notation
- Putting It All Together
- Using Session
- Prompt Recovery Feature
- State Machine
- Develop & Run Unittests
Resources
- Unicon API Reference
- Changelog
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- January 2019
- November 2018
- October 2018
- Sept 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- Feb 2017
- Jan 2017
- December 2016
- November 2016
- October 2016
- September 2016
- May 2016
- February 2016
- Plugins Changelog
Section author: ATS Team