· 6 years ago · May 14, 2019, 07:56 AM
1Building configuration...
2
3Current configuration : 1906 bytes
4!
5! Last configuration change at 03:24:07 UTC Fri Mar 5 1993
6!
7version 15.2
8no service pad
9service timestamps debug datetime msec
10service timestamps log datetime msec
11service password-encryption
12!
13hostname s2
14!
15boot-start-marker
16boot-end-marker
17!
18enable secret 5 $1$cLxH$oZb2ZqasGuoh/LRfiD9tz/
19!
20no aaa new-model
21system mtu routing 1500
22!
23!
24!
25!
26!
27!
28!
29no ip domain-lookup
30!
31!
32!
33spanning-tree mode pvst
34spanning-tree extend system-id
35!
36vlan internal allocation policy ascending
37!
38!
39!
40!
41!
42!
43interface FastEthernet0/1
44 switchport mode trunk
45!
46interface FastEthernet0/2
47 shutdown
48!
49interface FastEthernet0/3
50 shutdown
51!
52interface FastEthernet0/4
53 shutdown
54!
55interface FastEthernet0/5
56 shutdown
57!
58interface FastEthernet0/6
59 shutdown
60!
61interface FastEthernet0/7
62 shutdown
63!
64interface FastEthernet0/8
65 shutdown
66!
67interface FastEthernet0/9
68 shutdown
69!
70interface FastEthernet0/10
71 shutdown
72!
73interface FastEthernet0/11
74 shutdown
75!
76interface FastEthernet0/12
77 shutdown
78!
79interface FastEthernet0/13
80 shutdown
81!
82interface FastEthernet0/14
83 shutdown
84!
85interface FastEthernet0/15
86 shutdown
87!
88interface FastEthernet0/16
89 shutdown
90!
91interface FastEthernet0/17
92 shutdown
93!
94interface FastEthernet0/18
95 switchport access vlan 20
96 switchport mode access
97!
98interface FastEthernet0/19
99 shutdown
100!
101interface FastEthernet0/20
102 shutdown
103!
104interface FastEthernet0/21
105 shutdown
106!
107interface FastEthernet0/22
108 shutdown
109!
110interface FastEthernet0/23
111 shutdown
112!
113interface FastEthernet0/24
114 shutdown
115!
116interface GigabitEthernet0/1
117!
118interface GigabitEthernet0/2
119!
120interface Vlan1
121 ip address 192.168.1.12 255.255.255.0
122!
123ip default-gateway 192.168.1.1
124ip http server
125ip http secure-server
126!
127no vstack
128banner motd ^CUnauthorized access is strictly prohibited.^C
129!
130line con 0
131 password 7 0307521805006140410E100B
132 logging synchronous
133 login
134line vty 0 4
135 password 7 13061E01080344
136 login
137line vty 5 15
138 password 7 13061E01080344
139 login
140!
141end