Connectivity Guide

Table Of Contents
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
Show dierence between candidate and running congurations
OS10# show diff candidate-configuration running-configuration
OS10#
NOTE: If the show command does not return output, the candidate-configuration and running-configuration les
match.
Prevent conguration changes
You can prevent conguration changes on sessions other than the current CLI session using the lock command. To respectively prevent
and allow conguration changes on other sessions, use the
lock and unlock commands in EXEC mode. When you enter the lock
command on a CLI session, users cannot make conguration changes across any other active CLI sessions. When you close the CLI session
where you entered the lock command, conguration changes are automatically allowed on all other sessions.
Lock conguration changes
OS10# lock
Unlock conguration changes
OS10# unlock
Change to transaction-based conguration mode
To change to Transaction-Based Conguration mode for a session, enter the start transaction command.
1 Change to Transaction-Based Conguration mode in EXEC mode.
start transaction
2 Enable, for example, an interface from INTERFACE mode.
interface ethernet 1/1/1
no shutdown
3 Save the conguration.
do commit
NOTE
: After you enter the do commit command, the current session switches back to the default behavior of
committing all conguration changes automatically.
48 Getting Started