Hello, everyone!
This post will showcase my experience using the Firewall (USG6000V) Web UI on eNSP.

In addition, it will explain how I created the basic configuration and how I accessed the Firewall (USG6000V) Web UI on eNSP. Please see the below steps.

PROCEDURE
1. Connect the FW to the Cloud as shown below.
Note:
In this example, I used the Wireless Network Connection to the Cloud. This will also be used in the IP configuration in Step 4.


2. Configure the login interface.
a) Set the interface information.
[FW] interface GigabitEthernet 1/0/3
[FW-GigabitEthernet1/0/3] ip address 10.3.0.1 24
[FW-GigabitEthernet1/0/3] service-manage enable
[FW-GigabitEthernet1/0/3] service-manage https permit
[FW-GigabitEthernet1/0/3] quit
b) Add the interface to a security zone.
[FW] firewall zone trust
[FW-zone-trust] add interface GigabitEthernet1/0/3
[FW-zone-trust] quit
3. Create an administrator.
a) Configure a trusted host for the administrator.
[FW] acl 2001
[FW-acl-basic-2001] rule permit source 10.3.0.0 0.0.0.255
[FW-acl-basic-2001] rule 10 deny
[FW-acl-basic-2001] quit
b) Create an administrator role.
[FW] aaa
[FW-aaa] role service-admin
[FW-aaa-role-service-admin] description policy_object_network_readwrite_and_other_modules_none
[FW-aaa-role-service-admin] dashboard none
[FW-aaa-role-service-admin] monitor none
[FW-aaa-role-service-admin] system none
[FW-aaa-role-service-admin] network read-write
[FW-aaa-role-service-admin] object read-write
[FW-aaa-role-service-admin] policy read-write
[FW-aaa-role-service-admin] quit
c) Create an administrator and bind a role to the administrator.
[FW-aaa] manager-user webadmin
[FW-aaa-manager-user-webadmin] password
Enter Password:
Confirm Password:
[FW-aaa-manager-user-webadmin] service-type web
[FW-aaa-manager-user-webadmin] access-limit 10
[FW-aaa-manager-user-webadmin] acl-number 2001
[FW-aaa-manager-user-webadmin] quit
[FW-aaa] bind manager-user webadmin role service-admin
[FW-aaa] quit
4. Verify the login to the Web UI.
a) Set the IP address of your PC as 10.3.0.10/24.
Note:
I used the Wireless Area Connection as stated in Step 1.

b) Open a browser and enter https://10.3.0.1:8443.

c) On the login UI, enter user name webadmin and password <password> and click Login to access the web UI.

This would be all on my experience using the Firewall (USG6000V) Web UI on eNSP. Thanks for reading this post!
