Skip to content

Commit

Permalink
minor fixes to Netbox templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulyalin committed Dec 4, 2022
1 parent 4fdf419 commit 08dd855
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ttp_templates/misc/Netbox/parse_cisco_xr_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ hostname {{ hostname }}
!! IOS XR Configuration {{ os_version }}
!! Last configuration change at {{ config_changed_last }} by {{ config_changed_by }}
fpd auto-upgrade enable {{ fpd_auto_upgrade_enabled | set(True) }}
domain name {{ domain_name }}
</group>

## ------------------------------------------------------------------------------------------
## DNS Servers configuration
## ------------------------------------------------------------------------------------------
<group name="nameservers*">
<group name="nameservers**.{{ vrf }}" method="table">
domain vrf {{ vrf }} name-server {{ name_server }}
domain name {{ domain_name }}
domain vrf {{ vrf }} lookup source-interface {{ source_interface }}
</group>

## ------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 08dd855

Please sign in to comment.