Добавить FINAL/R3.txt
parent
6ca86168ba
commit
53987bd533
|
@ -0,0 +1,27 @@
|
|||
enable
|
||||
configure terminal
|
||||
no ip domain-lookup
|
||||
service password-encryption
|
||||
hostname R3
|
||||
enable secret class
|
||||
line console 0
|
||||
password cisco
|
||||
login
|
||||
logging synchronous
|
||||
exit
|
||||
line vty 0 4
|
||||
password cisco
|
||||
login
|
||||
exit
|
||||
banner motd #Unauthorized access prohibited#
|
||||
int g0/0
|
||||
ip address 203.0.113.18 255.255.255.248
|
||||
no shut
|
||||
int g0/1
|
||||
ip address 203.0.113.25 255.255.255.252
|
||||
no shut
|
||||
int g0/2
|
||||
ip address 203.0.113.1 255.255.255.240
|
||||
no shut
|
||||
end
|
||||
copy running-config startup-config
|
Loading…
Reference in New Issue