[Contents] [Prev] [Next] [Index] [Report an Error]


Use the following configuration to configure scripts to store JMBs locally on a device:

user@host-re0> show configuration groups juniper-ais 
system {
    scripts {
        commit {
            allow-transients;
            file jais-activate-scripts.slax {
                optional;
            }
        }
    }
}
event-options {
    destinations {
        juniper-junoscope {
            archive-sites {
                "/var/tmp";               --------------> location on the device



[Contents] [Prev] [Next] [Index] [Report an Error]