Добавить FINAL/S3.txt
parent
2a55b61643
commit
0c84d84d4e
|
@ -0,0 +1,19 @@
|
|||
enable
|
||||
configure terminal
|
||||
hostname S3
|
||||
no ip domain-lookup
|
||||
interface vlan 1
|
||||
ip address 203.0.113.0 255.255.255.240
|
||||
no shutdown
|
||||
exit
|
||||
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
|
Loading…
Reference in New Issue