Skip to content

networktocode/ntc-templates

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1e2efde · Jan 7, 2025
Jan 6, 2025
Jul 29, 2024
Jan 7, 2025
Jan 7, 2025
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Jun 24, 2021
Nov 6, 2023
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Jan 6, 2025
Mar 27, 2017
Jul 30, 2024
Oct 6, 2023
Apr 8, 2024
Mar 14, 2024
Feb 9, 2024
Jan 7, 2025
Jul 17, 2024
Jul 20, 2024

Repository files navigation

NTC Templates



Overview

Repository of TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable. TextFSM is a tool to help make parsing cli commands more manageable.

Documentation

Full web-based HTML documentation for this library can be found over on the NTC Templates Docs website:

Contributing to the Docs

All the Markdown source for the library documentation can be found under the docs folder in this repository. For simple edits, a Markdown capable editor is sufficient - clone the repository and edit away.

If you need to view the fully generated documentation site, you can build it with mkdocs. A container hosting the docs will be started using the invoke commands (details in the Development Environment Guide) on http://localhost:8001. As your changes are saved, the live docs will be automatically reloaded.

Any PRs with fixes or improvements are very welcome!

Questions

For any questions or comments, please check the FAQ first. Feel free to also swing by the Network to Code Slack (channel #networktocode), sign up here if you don't have an account.

Additional Automation Resources

There are situations where one solution or tool might not fulfill needs or as well as another. Fortunately there are often alternatives and the Awesome Network Automation list can help introduce you to additional resources and solutions!