A company needs a repeatable process to streamline the deployment of new VM-Series firewalls on its network by using the complete bootstrap method. Which file is used in the bootstrap package to configure the management interface of the firewall?
The init-cfg.txt file configures the management interface during bootstrapping.
Why B is correct: The init-cfg.txt file is the primary configuration file used during the bootstrap process. It contains settings for the management interface (IP address, netmask, gateway, DNS), as well as other initial configurations.
Why A, C, and D are incorrect:
A. init-mgmt-cfg.txt: This file does not exist in the standard bootstrap process.
C. init-cfg.bat: This is a batch file, not a configuration file. Batch files are sometimes used to automate the deployment process, but the actual configuration is in init-cfg.txt.
D. bootstrap.bat: Similar to C, this is a batch file, not the configuration file itself.
Palo Alto Networks References: VM-Series deployment guides provide detailed instructions on the bootstrapping process and the contents of the init-cfg.txt file.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit