· 6 years ago · Feb 19, 2019, 05:06 PM
1
2Building configuration...
3
4Current configuration : 1776 bytes
5!
6version 12.2
7no service timestamps log datetime msec
8no service timestamps debug datetime msec
9service password-encryption
10!
11hostname S2
12!
13enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
14!
15!
16!
17no ip domain-lookup
18!
19!
20spanning-tree mode pvst
21spanning-tree extend system-id
22!
23interface FastEthernet0/1
24 switchport mode trunk
25!
26interface FastEthernet0/2
27 shutdown
28!
29interface FastEthernet0/3
30 shutdown
31!
32interface FastEthernet0/4
33 shutdown
34!
35interface FastEthernet0/5
36 shutdown
37!
38interface FastEthernet0/6
39 shutdown
40!
41interface FastEthernet0/7
42 shutdown
43!
44interface FastEthernet0/8
45 shutdown
46!
47interface FastEthernet0/9
48 shutdown
49!
50interface FastEthernet0/10
51 shutdown
52!
53interface FastEthernet0/11
54 switchport access vlan 10
55 switchport mode access
56!
57interface FastEthernet0/12
58 shutdown
59!
60interface FastEthernet0/13
61 shutdown
62!
63interface FastEthernet0/14
64 shutdown
65!
66interface FastEthernet0/15
67 shutdown
68!
69interface FastEthernet0/16
70 shutdown
71!
72interface FastEthernet0/17
73 shutdown
74!
75interface FastEthernet0/18
76 switchport access vlan 20
77 switchport mode access
78!
79interface FastEthernet0/19
80 shutdown
81!
82interface FastEthernet0/20
83 shutdown
84!
85interface FastEthernet0/21
86 shutdown
87!
88interface FastEthernet0/22
89 shutdown
90!
91interface FastEthernet0/23
92 shutdown
93!
94interface FastEthernet0/24
95 shutdown
96!
97interface GigabitEthernet0/1
98 shutdown
99!
100interface GigabitEthernet0/2
101 shutdown
102!
103interface Vlan1
104 no ip address
105!
106interface Vlan99
107 mac-address 0050.0fbb.4b01
108 ip address 192.168.1.12 255.255.255.0
109!
110banner motd ^C
111unauthorized access is strictly prohibited. ^C
112!
113!
114!
115line con 0
116 password 7 0822455D0A16
117 logging synchronous
118 login
119!
120line vty 0 4
121 password 7 0822455D0A16
122 logging synchronous
123 login
124line vty 5 15
125 password 7 0822455D0A16
126 logging synchronous
127 login
128!
129!
130!
131!
132end