20 lines
317 B
Plaintext
20 lines
317 B
Plaintext
enable
|
|
configure terminal
|
|
hostname S3
|
|
no ip domain-lookup
|
|
interface vlan 1
|
|
ip address 192.168.1.13 255.255.255.0
|
|
no shutdown
|
|
exit
|
|
ip default-gateway 192.168.1.254
|
|
enable secret class
|
|
line console 0
|
|
password cisco
|
|
login
|
|
logging synchronous
|
|
exit
|
|
line vty 0 15
|
|
password cisco
|
|
login
|
|
end
|
|
copy running-config startup-config |