Configuring Auto Update Support - Cisco PIX 500 Series Configuration Manual

Security appliance command line
Hide thumbs Also See for PIX 500 Series:
Table of Contents

Advertisement

Chapter 41
Managing Software, Licenses, and Configurations
}
if (defined ($options{w})) {
}
else {
}
if (defined ($options{p})) {
}
else {
}
if (defined ($options{e})) {
}
else {
}
if (defined ($options{r})) {
$restore = 1;
$restore_file = $options{r};
}
}

Configuring Auto Update Support

Auto Update is a protocol specification that allows an Auto Update server to download configurations
and software images to many security appliances, and can provide basic monitoring of the security
appliances from a central location.
OL-12172-03
print "Enter user name:";
chop($user=<>);
$password= $options{w};
print "Enter password:";
chop($password=<>);
$prompt= $options{p};
print "Enter ASA prompt:";
chop($prompt=<>);
$enable = $options{e};
print "Enter enable password:";
chop($enable=<>);
Cisco Security Appliance Command Line Configuration Guide
Configuring Auto Update Support
41-19

Advertisement

Table of Contents
loading

This manual is also suitable for:

Asa 5500 series

Table of Contents