-----------> ftp certificate to /var/tmp of junos devices ftp> get cacert.pem local: cacert.pem remote: cacert.pem 200 PORT command successful. 150 File status OK ; about to open data connection 100% |**************************************************| 1277 00:00 ETA 226 Closing data connection; File transfer successful. 1277 bytes received in 0.00 seconds (1.19 MB/s) ftp> by 221 Service closing control connection -----------> set ca profile to use imported certificate set security pki ca-profile ic-auth ca-identity cacert set security pki ca-profile ic-auth enrollment retry 10 set security pki ca-profile ic-auth enrollment retry-interval 1800 ----------> request ca profile to load/run imported certificate run request security pki ca-certificate load ca-profile ic-auth filename cacert.pem -----------> communication between ic and junos device set services unified-access-control infranet-controller ic4000 address 172.27.130.89 set services unified-access-control infranet-controller ic4000 port 11123 set services unified-access-control infranet-controller ic4000 interface ge-0/0/0.0 set services unified-access-control infranet-controller ic4000 password "$9$nTwm9tOhSeX7V1R7VwYZG69Ap1RcylMLx" set services unified-access-control infranet-controller ic4000 ca-profile ic-auth set services unified-access-control timeout 40 ----------> verify connectivities between ic and junos device run show services unified-access-control status
... View more