Reference Guide
• Use the -B option along with a batch le to execute a series of commands.
configure terminal
router bgp 100
neighbor 100.1.1.1
remote-as 104
no shutdown
Execute the batch le.
admin@OS10:/opt/dell/os10/bin$ clish -B ~/batch_cfg.txt
New user admin logged in at session 15
Verify the BGP conguration executed by the batch le.
admin@OS10:/opt/dell/os10/bin$ clish -c "show running-configuration bgp"
New user admin logged in at session 16
!
router bgp 100
!
neighbor 100.1.1.1
remote-as 104
no shutdown
admin@OS10:/opt/dell/os10/bin$
User admin logged out at session 16
SSH commands
You can execute commands remotely using an SSH session. This is supported only for show commands.
• Enter the show command along with SSH.
$ ssh admin@ip-address show-command
$ ssh admin@10.11.98.39 "show version"
admin@10.11.98.39's password:
Dell EMC Networking OS10-Enterprise
Copyright (c) 1999-2017 by Dell Inc. All Rights Reserved.
OS Version: 10.3.0000E
Build Version: 10.3.0000E(4181)
Build Time: 2017-04-02T18:00:38.375-07:00
System Type: S6000-ON
Architecture: x86_64
Up Time: 1 week 05:36:38
OS9 environment commands
You can congure commands in an OS9 environment by using the feature config-os9-style command. The current release
supports VLAN tagging and port-channel grouping commands.
• VLAN Interface mode
• tagged
• no tagged
• untagged
• no untagged
• Port-channel Interface mode:
• channel-member
40
Getting Started