System information
16
Default settings
The default settings
Most of the above default settings are in the form of commands, which the switch copies to its
running-config when it first boots up.
The switch stores a copy of the default configuration commands in the running and startup
configs and uses that file as its default start-up file.
For more information about start-up files, see "How to save and boot from the current
configuration" on page 18.
The following figure shows the contents of the default file.
Contents of default settings Description
! An empty comment line (comments begin with an !).
service password-encryption
!
Forces passwords in the script to be encrypted.
log record-priority Records log message priority.
username manager privilege 15 password 8
$1$bJoVec4D$JwOJGPr7YqoExA0GVasdE0
Specifies the password for the manager user
service telnet
!
Turns on the telnet server.
ip domain-lookup
!
Allows domain name lookups.
no ip multicast-routing
!
Turns off L3 multicast packet switching in the switch
hardware.
maximum-paths 8 Sets maximum number of ECMP routes.
spanning-tree mode rstp
!
Turns on RSTP.
interface eth0
!
A heading for any configuration settings for the management
eth0 port. There are no eth0 settings.
interface port1.0.1-1.0.24
switchport
switchport mode access
!
Sets each switch port to access mode.
interface vlan1
!
Creates VLAN
1
.
line con 0 A heading for any configuration settings for the console port.
There are no console port settings.
line vty 0 32
!
end
A heading for any configuration settings for VTY sessions.
There are no VTY session settings.