Have modified a template to backup 3Com 5500 series devices (the backups had issues and cleaning up the pagination helped)
<Command Name="RESET" Value="sys${CRLF}user-interface vty 0${CRLF}screen-length 0${CRLF}quit${CRLF}" RegEx="\]" />
<Command Name="DOWNLOADCONFIG" Value="display current${CRLF}" RegEx="\]" />
Unfortunately the template leaves the pagination disabled and I would like to re-enable after the configuration is captured:
user-interface vty 0${CRLF}screen-length 48${CRLF}quit${CRLF}
I could run a script afterwards but would prefer update via the template. Any suggestions on how to accomplish? Thanks!