Basic operations
1. Enter privileged Mode
Switch> enable
Switch #
2. Return to user mode
Switch # exit
Press RETURN to get started!
Switch>
Ruijie Switch configuration mode:
Global configuration mode [host name (config) #]: configure the overall parameters of the switch.
Vswitch sub-mode:
1. line configuration mode [host name (config-line) #]: configure the line parameters of the switch.
2. Interface Configuration Mode [host name (config-if) #]: configure the interface parameters of the switch.
1. Go to global configuration mode
Switch # configure terminal
Switch (config) # exit
Switch #
2. Enter the line configuration mode
Switch (config) # line console 0
Switch (config-line) # exit
Switch (config )#
3. Enter the Interface Configuration Mode
Switch (config) # interface fastEthernet 0/1
Switch (config-if) # exit
Switch (config )#
Direct return to privileged mode in sub-Mode
Switch (config-if) # end
Switch #
Operations help:
1. Supports command shorthand (complete command completion by pressing the TAB key)
2. In each operation mode, enter "?" Show all commands in this mode
3. Command Space "?" Display and explain Command Parameters
4. the character "?" Display commands starting with this character
5. Command history cache: (Ctrl + P) display the previous command, (Ctrl + N) display the next command
6. error message
For more information about the configuration commands of ruijie vswitch, see the previous and middle chapters.