November 2016
November 29
Module |
Versions |
|---|---|
|
1.2.0 |
Upgrade Instruction
pip install abstract
pip install --upgrade genie
Also make sure you upgrade xbu-shared libraries to the latest version.
cd $VIRTUAL_ENV/xbu_shared
git pull origin master
Features:
Ops, Ops, Ops
Opsis now officially released!
Opsallows to retrieve the Operational state of the device.
Opsis tied with metaparser to retrieve the information from the device.New
Makertool to simplify the process of mapping parsers output to a defined structure.Each
Opsobject can be compared.Supports connection pool to improve performance
And many more features. Read more about it in the Ops documentation.
Example of
Opslibrary using Ydk is available underxbu_shared/genie/ops/ospf/iosxe/yang/ospf.py.Full script example displaying
ConfandOpsis available under the example directory.Adition of the CliConfig concept for
Conf.
xBU-Shared now houses 23 Conf libraries. Our sincere thanks to you and your
contributions.