Last updated:
0 purchases
pyatsgeniecommandparse 1.3.11
BRANCH
STATUS
master
develop
pyats-genie-command-parse
This is a library to be able to parse NOS command output using the available
Genie parsers, it seperates out
needing to create a testbed.yml, and allows you to just get the output, and parse the
output with Genie parsers. You can find the
Genie Parse Source here
Line 55 in pyats_genie_command_parse.py
supported_nos = {'aireos',
'apic',
'asa',
'bigip',
'cheetah',
'comware',
'dnac',
'gaia',
'ios',
'iosxe',
'iosxr',
'ironware',
'junos',
'linux',
'nxos',
'sros',
'viptela'}
Some options to get the data
You could use netmiko to get the command output
from devices and then parse using the string parser.
You could use Cisco Network Services Orchestrator "NSO"
to get the command output from devices and then parse using the string parser.
Use your imagination, as long as you can get the output data in a string format the string parser
will work.
If you prefer you could store the data in a text file, and then using the file parser, you can also
parse the output data.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.