-
Notifications
You must be signed in to change notification settings - Fork 2
/
s1.txt
82 lines (82 loc) · 1.52 KB
/
s1.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
enable
conf t
no service password-encryption
hostname S2
enable secret 5 $1$1bI.$9EU.erjiIfn6ijy.w4MTB.
username admin password 0 cisco
no ip domain-lookup
vlan 10
name Student
vlan 99
name Management
vlan 20
name Faculty
interface FastEthernet0/1
switchport mode trunk
interface FastEthernet0/2
shutdown
interface FastEthernet0/3
shutdown
interface FastEthernet0/4
shutdown
interface FastEthernet0/5
shutdown
interface FastEthernet0/6
shutdown
interface FastEthernet0/7
shutdown
interface FastEthernet0/8
shutdown
interface FastEthernet0/9
shutdown
interface FastEthernet0/10
shutdown
interface FastEthernet0/11
switchport access vlan 10
switchport mode access
interface FastEthernet0/12
shutdown
interface FastEthernet0/13
shutdown
interface FastEthernet0/14
shutdown
interface FastEthernet0/15
shutdown
interface FastEthernet0/16
shutdown
interface FastEthernet0/17
shutdown
interface FastEthernet0/18
switchport access vlan 20
switchport mode access
interface FastEthernet0/19
shutdown
interface FastEthernet0/20
shutdown
interface FastEthernet0/21
shutdown
interface FastEthernet0/22
shutdown
interface FastEthernet0/23
shutdown
interface FastEthernet0/24
shutdown
interface GigabitEthernet0/1
shutdown
interface GigabitEthernet0/2
shutdown
interface Vlan1
no ip address
shutdown
interface Vlan99
ip address 192.168.1.12 255.255.255.0
ip http server
ip http secure-server
banner motd "hey ther loooosers xDDDDDDD - Bram Van den Bulcke"
line con 0
logging synchronous
line vty 0 4
login local
line vty 5 15
login local
end