1. 程式人生 > >華為交換機配置遠端登入及console口登入

華為交換機配置遠端登入及console口登入

# 進入使用者介面檢視,配置驗證方式、使用者許可權級別
user-interface con 0

authentication-mode aaa

user privilege level 3

 user-interface vty 0 4
 authentication-mode aaa
 user privilege level 3
 quit

# 進入AAA檢視,建立使用者並配置密碼、許可權、服務型別等引數
 aaa 
 local-user admin password cipher 123456
 local-user admin privilege level 3
 local-user admin service-type telnet terminal