Добавить FINAL/S5.txt
parent
32e084508a
commit
cd53514ef5
|
@ -0,0 +1,27 @@
|
||||||
|
enable
|
||||||
|
configure terminal
|
||||||
|
hostname S5
|
||||||
|
no ip domain-lookup
|
||||||
|
interface vlan 1
|
||||||
|
ip address 192.168.0.12 255.255.255.0
|
||||||
|
no shutdown
|
||||||
|
exit
|
||||||
|
ip default-gateway 192.168.0.254
|
||||||
|
int range g1/0-1
|
||||||
|
switchport trunk encapsulation dot1q
|
||||||
|
switchport mode trunk
|
||||||
|
switchport trunk native vlan 1
|
||||||
|
channel-group 1 mode passive
|
||||||
|
no shut
|
||||||
|
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