Skip to content

Instantly share code, notes, and snippets.

@RezaAmbler
Created June 16, 2022 17:06
Show Gist options
  • Save RezaAmbler/c8c37bef0f9397b5dd54222cb6f0425c to your computer and use it in GitHub Desktop.
Save RezaAmbler/c8c37bef0f9397b5dd54222cb6f0425c to your computer and use it in GitHub Desktop.
ntp disable on port
<ntp xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ip-ntp-cfg">
<interface-tables>
<interface-table>
<vrf-name>default</vrf-name>
<interface>
<interface>{{ PORTNAME }}</interface>
<disable/>
</interface>
</interface-table>
</interface-tables>
</ntp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment