TAP Series Switch Command Line Reference
Switch# configure terminal
Switch(config)# line vty 0 7
Switch(config-line)# no accounting exec
Related Commands
show vty
To end the current configuration session and return to Privileged EXEC mode, use the end
command in global configuration mode.
Command Syntax
end
Command Mode
Any mode
Default
None
Usage
This command will bring you back to Privileged EXEC mode regardless of what configuration
mode or configuration sub-mode you are in.
This global configuration command can be used in any configuration mode.
Use this command when you are done configuring the system and you want to return to
EXEC mode to perform verification steps.
Examples
In the following example, the end command is used to exit from interface configuration
mode and return to Privileged EXEC mode.
Switch(config)# interface eth-0-1
Switch(config-if)# end
Switch# show interface eth-0-1