1.開啟http服務。
[H3C]ip http enable
2.創建web登陸的用戶。
[H3C]local-user king //創建一個用戶名為king
[H3C-luser-manage-king]password simple 123456 //密碼為123456
[H3C-luser-manage-king]authorization-attribute user-role level-15 //設置權限為最高15
[H3C-luser-manage-king]service-type http //設置用戶的服務類型為http
[H3C-luser-manage-king]quit //退出用戶設置模式
3.完成,使用客戶機瀏覽器訪問。
轉載於:https://my.oschina.net/angusw/blog/1805204