Reference Guide
username admin password $6$q9QBeYjZ$jfxzVqGhkxX3smxJSH9DDz7/3OJc6m5wjF8nnLD7/VKx8SloIhp4NoGZs0I/
UNwh8WVuxwfd9q4pWIgNs5BKH. role sysadmin
aaa authentication local
snmp-server contact http://www.dell.com/support
!
interface range ethernet 1/1/1-1/1/32
 switchport access vlan 1
 no shutdown
!
interface vlan 1
 no shutdown
!
interface mgmt1/1/1
 ip address dhcp
 no shutdown
 ipv6 enable
 ipv6 address autoconfig
!
support-assist
!
policy-map type application policy-iscsi
!
class-map type application class-iscsi
!
class-map type qos class-trust
Show dierence between candidate and running congurations
OS10# show diff candidate-configuration running-configuration
OS10#
NOTE
: If the OS10# prompt does not return output, the candidate-configuration and running-configuration les 
match.
Prevent conguration changes
You can prevent conguration changes on sessions other than the current CLI session using the lock command. Use the lock and 
unlock commands in EXEC mode to respectively prevent and allow conguration changes on other sessions. When you enter the lock 
command on a CLI session, users cannot make conguration changes across any other active CLI sessions. When you close the CLI session 
on which you entered the lock command, conguration changes are automatically allowed on all other sessions.
Lock conguration changes
OS10# lock 
Unlock conguration changes
OS10# unlock 
Change to transaction-based conguration
To change to transaction-based conguration mode for a session, enter the start transaction command
1 Change to transaction-based conguration in EXEC mode.
start transaction
2 Enable, for example, an interface from INTERFACE mode.
interface ethernet 1/1/1/
no shutdown
3 Save the conguration.
do commit
36
Getting Started










