Hello all I need to put the contents of a file which is over 4096 bytes into a variable. How can I do this?
what is the contents?? ip adress??
Yes, I have a set of Ip addresses that I want to load into the router as address lists but its over 4096 bytes.
I was able to accomplish the task using the perl API and sending my IP this way.
My working solution:
Convert IP address list to script which adds IP addresses to ‘Address List’, then upload it via FTP.
If script file name ends with ‘.auto.rsc’, eg. ‘filename.auto.rsc’ it will be executed automatically after upload,
if not simply execute ‘import file-name=your_script.rsc’ command.
HTH,