<doc>
Template to parse Cisco IOSXR "show isis database verbose" output.
</doc>

<input load="python">
# Starting with Netmiko 3.4.0 can use run_ttp method to populate this template with below commands output
commands = [
    "show isis database verbose",
]
platform = ["cisco_xr"]
</input>

<extend template="ttp://platform/cisco_xr_show_isis_database_verbose.txt"/>