You can follow the steps below to deploy the Firewall Management Center Virtual instance from the GCP console.
Procedure
|
1. |
Log into to the GCP Console. |
|
2. |
Click . |
|
3. |
Search the Marketplace for “Firewall Management Center BYOL” and choose the offering. |
|
4. |
Click Launch.
-
Deployment name — Specify a unique name for the instance.
-
Image version — Select the version from the drop-down list.
-
Zone — Select the zone where you want to deploy the Firewall Management Center Virtual.
-
Machine type — Choose the correct machine type based on the GCP Machine Type Support.
-
SSH key (optional) — Paste the public key from the SSH key pair.
The key pair consists of a public key that GCP stores and a private key file that the user stores. Together they allow you to connect to your instance securely. Be sure to save the key pair to a known location, as it will be required to connect to the instance.
-
Choose whether to allow or Block project-wide SSH keys to access this instance. See the Google documentation Allowing or blocking project-wide public SSH keys from a Linux instance.
-
Startup script — Provide the day0 configuration for the Firewall Management Center Virtual.
The following example shows a sample day0 configuration you can copy and paste in the Startup script field:
{
"AdminPassword": "myPassword@123456",
"Hostname": "cisco-fmcv"
}
Tip
To prevent execution errors, you should validate your day0 configuration using a JSON validator.
-
Select the Boot disk type from the drop-down list.
By default, the Standard Persistent Disk is selected. Cisco recommends that you use the default Boot disk type.
-
The Boot disk size in GB default value is 250 GB. Cisco recommends that you keep the default boot disk size. It cannot be less than 250 GB.
-
Click Add network interface to configure the Management interface.
Note
You cannot add interfaces to an instance after you create it. If you create the instance with an improper interface configuration, you must delete the instance and recreate it with the proper interface configuration.
-
From the Network drop-down list, select a VPC network, for example, vpc-branch-mgmt.
-
From the External IP drop-down list, select the appropriate option. For the management interface, select the External IP to Ephemeral.
-
Click Done.
-
Firewall— Apply the firewall rules.
-
Check the Allow TCP port 22 traffic from the Internet (SSH access) check box to allow SSH.
-
Check the Allow HTTPS traffic from the Internet (FMC GUI) check box to allow HTTPS connections.
-
Check the Allow TCP port 8305 traffic from the Internet (SFTunnel comm.) check box to allow the Firewall Management Center Virtual and managed devices to communicate using a two-way, SSL-encrypted communication channel.
-
Click More to expand the view and make sure that IP Forwarding is set to On.
|
|
5. |
Click Deploy.
Note
Startup time depends on a number of factors, including resource availability. It can take up to 35 minutes for the initialization to complete. Do not interrupt the initialization or you may have to delete the appliance and start over.
|
What to do next
View the instance details from the VM instance page of the GCP console. You’ll find the internal IP address, external IP address, and controls to stop and start the instance. You need to stop the instance if you need to edit it.