178. Ruijie switches are restored to factory settings and various basic configurations

Ruijie’s most detailed basic commands.

1. Ruijie switch configuration principles

Let’s take a look at Ruijie’s daily configuration command principles.

 

1. Enter privileged mode

Ruijie>enable //Enter privileged mode

 

2. View the current file list of device flash

Ruijie#dir //View the current file list of flash

 

3. Delete the configuration file "config.text"

Ruijie#delete config.text //Delete the configuration file "config.text'

 

The commands for some devices are as follows:

Ruijie#delete flash:/config.text     

  

4. Restart the device and restore the device to factory settings after restarting:

Ruijie#reload //Restart the switch

 

5. View the switch routing table

519b06e52a44c9fbfa13ec2bc59c8ca7.png

6. Use the show ip route count command to view the number of routing tables on the switch.

b4f7a7f7954acc783c7520492fc48d78.png

 

7. View the IP address information of the switch

via show ip interfac

Guess you like

Origin blog.csdn.net/qq_43416206/article/details/127476958