I use NCM compliance report and remediate interface configuration.
For example when I find 'switchport access vlan 2', it add config 'switchport mode access' from Remediation script.
But after remediate config, I would like to save config as the below.
${ConfigBlockStartLine}
switchport mode access
{{ end Loop }}
end
wri mem
is there a way to exit loop from ${ConfigBlockStartLine}?