Ruijie Community

Title: How to set or change my switch password [Print this page]

Author: GTAC-Daisy    Time: 2019-3-29 10:36
Title: How to set or change my switch password
Edited by Daisy at 2019-3-29 10:41

1. Set enable password
    Ruijie#configure ter

    Ruijie(config)#enable password  ruijie                        ------>   set password to ruijie  
    Ruijie(config)#end                                                      
    Ruijie#write
    notice: haven't enable password default

2. Set telnet password
      Ruijie#configure ter
      Ruijie(config)#line vty 0 4                                             ------>  enter telnet password configure mode,'0 4' means allow 5 users telnet to switch at th same time
      Ruijie(config-line)#login                                             
      Ruijie(config-line)#password ruijie                               ------>  set password to ruijie
      Ruijie(config-line)#exit                                               
      Ruijie(config)#end                                                   
     Ruijie#write                              
     notice: haven't enable password default



3. Set Eweb password
       Ruijie#configure ter
       Ruijie(config)#username admin password ruijie        ------>configure eweb login password
       Ruijie(config)#username admin privilege 15             ------>configure the privilege level of web account is 15,the privilege level of web management need to be 15
       Ruijie(config)#ip http authentication local                ------>configure web login using local username and password
       Ruijie(config)#end
       Ruijie#write
       notice: default password is admin admin










Welcome to Ruijie Community (https://community.ruijienetworks.com/) Powered by Discuz! X3.2