Обновить FINAL/S2.txt
parent
a0e7227acd
commit
07cb42d420
15
FINAL/S2.txt
15
FINAL/S2.txt
|
@ -1,7 +1,19 @@
|
|||
enable
|
||||
conf t
|
||||
hostname S2
|
||||
no ip domain-lookup
|
||||
enable secret class
|
||||
line console 0
|
||||
password cisco
|
||||
login
|
||||
logging synchronous
|
||||
exit
|
||||
line vty 0 15
|
||||
password cisco
|
||||
login
|
||||
exit
|
||||
ip routing
|
||||
ip route 0.0.0.0 0.0.0.0 <R5 int>
|
||||
ip route 0.0.0.0 0.0.0.0 192.168.100.100
|
||||
vlan 10
|
||||
name VLAN_A
|
||||
vlan 20
|
||||
|
@ -26,3 +38,4 @@ interface g0/2
|
|||
switchport mode trunk
|
||||
switchport trunk allowed vlan 10,20
|
||||
no shutdown
|
||||
|
||||
|
|
Loading…
Reference in New Issue