Users Guide

Table Of Contents
Enter the $ ssh admin@ip-address "show-command" command, where ip-address is the IP address of the switch.
$ ssh admin@10.11.98.39 "show version"
admin@10.11.98.39's password:
Dell EMC Networking OS10 Enterprise
Copyright (c) 1999-2019 by Dell Inc. All Rights Reserved.
OS Version: 10.5.0.0
Build Version: 10.5.0.270
Build Time: 2019-07-29T23:35:01+0000
System Type: S4148F-ON
Architecture: x86_64
Up Time: 1 day 00:54:13
Using OS9 commands
To enter conguration commands using an OS9 command syntax, use the feature config-os9-style command in
CONFIGURATION mode and log out of the session. If you do not log out of the OS10 session, conguration changes made with OS9
command syntaxes do not take eect. After you log in again, you can enter OS9 commands, but only in the new session.
For example, to use OS9 commands to congure VLAN 11 on Ethernet port 1/1/15:
OS10(config)# feature config-os9-style
OS10(config)# interface vlan 11
OS10(conf-if-vl-11)# tagged ethernet 1/1/15
OS10(conf-if-vl-11)# show configuration
!
interface vlan11
no shutdown
tagged ethernet 1/1/15
To disable OS9 conguration-style mode, use the no feature config-os9-style command.
feature cong-os9-style
Enables the command-line interface to accept OS9 command syntaxes.
Syntax
feature config-os9-style
Parameters None
Default Not congured
Command Mode CONFIGURATION
Usage Information
After you enter the feature config-os9-style command, log out of the session and log back in. In the next
session, you can enter conguration commands in OS9 syntax. The no version of the command disables the
feature.
Example
OS10(config)# feature config-os9-style
OS10(config)# interface vlan 11
OS10(conf-if-vl-11)# tagged ethernet 1/1/15
Supported Releases 10.3.0E or later
Advanced CLI tasks 99