Symptom
Template push fails with errors related to VTY lines that is duplicated.
Conditions
When configuration for individual line vty is changed and then removed or attempting to make the configuration same with the other VTY lines, duplication of vty lines are seen under the configuration.
Issue is only seen with sh sdwan run and not sh run:
cedge-11#sh sdwan run | sec line
line aux 0
line con 0
stopbits 1
line vty 0 4
exec-timeout 30 0
transport input ssh
line vty 4
exec-timeout 30 0
transport input ssh
line vty 5 80
cedge-11#
cedge-11#sh run | sec line
line con 0
stopbits 1
line aux 0
line vty 0 4
exec-timeout 30 0
transport input ssh
line vty 5 80
transport input ssh
cedge-11#
Workaround
Contact TAC for a workaround.
Further Problem Description
Reload does not clear the configuration as well.