11-30-2010 11:00 AM - edited 11-30-2010 11:17 AM
Hello everyone
How can I import license key from my notebook to idp device ? I read in juniper idp guide that I have to copy license file to /tmp folder, but my txt file is in my notebook and I don't know how can I import txt file from my notebook to idp device? and my idp os version 4.1
BestRegards
Solved! Go to Solution.
11-30-2010 06:51 PM
Hi,
I believe the stand alone IDP's support SCP. Try downloading WinSCP and transfer the file. Then follow the rest of the documentation.
John
12-10-2010 06:28 AM
I've always use 3Cdeamon on my laptop as the IDP standalone sensors have a FTP client.
SSH to IDP CLI with username admin
su root
cd /tmp
ftp <laptop> (download file)
chmod 777 lic.txt
scio lic add lic.txt
to confirm:
scio lic list