We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All for the yaml file to support ttp parsers. The idea would be to have the following.
Add parser options for ttp. The ttp parser should have the following lookups.
ttp
parsers/ttp
<network_driver>_<command>.ttp
command_mappers/ttp/<network_driver>_<command>.ttp
use_ttp
Optionally: It may make sense during this same feature request to also add parsers/textfsm in order to support textfsm template overrides.
parsers/textfsm
TTP is a parsing option that is growing in popularity. It may offer easier ways to extend this app to support additional platforms.
The text was updated successfully, but these errors were encountered:
Done in #275
Sorry, something went wrong.
jeffkala
No branches or pull requests
Environment
Proposed Functionality
All for the yaml file to support ttp parsers. The idea would be to have the following.
Add parser options for
ttp
. Thettp
parser should have the following lookups.parsers/ttp
directory, where the template should be named<network_driver>_<command>.ttp
.command_mappers/ttp/<network_driver>_<command>.ttp
.use_ttp
feature in netmiko. This will follow the same pattern as textfsm does today.Optionally:
It may make sense during this same feature request to also add
parsers/textfsm
in order to support textfsm template overrides.Use Case
TTP is a parsing option that is growing in popularity. It may offer easier ways to extend this app to support additional platforms.
The text was updated successfully, but these errors were encountered: