admin管理员组

文章数量:1531475

Web页面配置:


查看登录名和密码

[FW1]aaa     //配置AAA认证	
[FW1-aaa]manager-user admin     //配置用户名
[FW1-aaa-manager-user-admin]password cipher admin@123     //配置密码
[FW1-aaa-manager-user-admin]service-type web terminal     //允许Web登录
[FW1-aaa-manager-user-admin]level 15     //权限级别
[FW1-aaa-manager-user-admin]quit     //退出
[FW1-aaa]quit     //退出
[FW1]

命令行配置Web登录:

[FW1]int g0/0/0     //进入接口
[FW1-GigabitEthernet0/0/0]service-manage http permit     //允许http登录
[FW1-GigabitEthernet0/0/0]service-manage https permit     //允许https登录	
[FW1-GigabitEthernet0/0/0]quit     //退出
[FW1]int g1/0/0     //进入接口
[FW1-GigabitEthernet1/0/0]service-manage http permit     //允许http登录
[FW1-GigabitEthernet1/0/0]service-manage https permit     //允许https登录
[FW1-GigabitEthernet1/0/0]quit     //退出
[FW1]

本文标签: 防火墙设备web