Ruijie switch display command:
Display Switch hardware and software information Switch # show version
Display the currently running configuration parameter Switch # show running-config
Display the saved configuration parameter Switch # show configure
Common EXEC commands
Copy the currently running configuration parameters to flash: Switch # write memory
Building configuration...
[OK]
Switch #
Clear the configuration parameters in flash: Switch # delete flash: config. text
Switch #
Switch restart: Switch # reload
System configuration has been modified. Save? [Yes/no]: n
Proceed with reload? [Confirm]
Configure the Switch Host Name: Switch (config) # hostname S2126G
S2126G (config )#
Configure the re switch password:
1. Configure the vswitch Login Password
S2126G (config) # enable secret level 1 0 star
"0" indicates a plaintext password.
2. Configure the vswitch's privileged Password
S2126G (config) # enable secret level 15 0 Star
"0" indicates a plaintext password.
Common re Switch configuration commands:
1. assign a management IP address to the vswitch
S2126G (config) # interface vlan 1
S2126G (config-if) # ip address {IP address} {IP subnetmask} [secondary]
2. Enable the interface
S2126G (config-if) # no shutdown
3. Disable the interface
S2126G (config-if) # shutdown
4. Configure the interface speed
S2126G (config-if) # speed [10 | 100 | auto]
5. Configure the interface duplex mode
S2126G (config-if) # duplex [auto | full | half
Show interface status: S2126G # show interfaces
Determine the accessibility of the target end: S2126G> ping {IP address}
Download the configuration parameters from the TFTP server: S2126G # copy tftp startup-config
For more information about the configuration commands of ruijie vswitch, see the previous and next sections.