Web Page Web configuration:

View login and password (can be ignored)

[FW1]aaa // Configure AAA authentication. [FW1-aaa]manager-user admin // Set the user name. [FW1-aaA-manager-user-admin]password cipher admin@123 // Set the password [FW1-aaA-manager-user-admin]service-type Web terminal // Allow web login [FW1-aaA-manager-user-admin]level 15 // Permission level [fw1-aaa]quit // Quit [FW1-aaa]quit // Quit [FW1]Copy the code

Cli Configuration Web login:

[FW1]int g0/0/0 [FW1-gigabitethernet0/0/0]service-manage HTTP permit // Allow HTTP login [FW1-gigabitethernet0/0/0]service-manage HTTPS permit // allow HTTPS login [FW1-gigabitethernet0/0/0]quit // exit [FW1]int G1/0/0 [FW1-gigabitethernet1/0/0]service-manage HTTP permit // Allow HTTP login [FW1-gigabitethernet1/0/0]service-manage HTTPS Permit // HTTPS login [FW1-gigabitethernet1/0/0]quit // exit [FW1]Copy the code