Skip to content

Instantly share code, notes, and snippets.

@kecorbin
Created October 11, 2018 21:38
Show Gist options
  • Save kecorbin/0c423bcca41a99ccdf20b1dafcd9fbdf to your computer and use it in GitHub Desktop.
Save kecorbin/0c423bcca41a99ccdf20b1dafcd9fbdf to your computer and use it in GitHub Desktop.
Sample NSO Policies
policy rule EnabledInterfacesRequireDescription
foreach /devices/device/config/nx:interface/Ethernet[not(shutdown)]
expr ./description
warning-message "Interface {./name} on {../../../name} needs description"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment