· 7 years ago · Mar 14, 2018, 02:26 PM
1Building configuration...
2
3Current configuration : 1911 bytes
4!
5! Last configuration change at 01:20:49 UTC Mon Mar 1 1993
6!
7version 15.0
8no service pad
9service timestamps debug datetime msec
10service timestamps log datetime msec
11no service password-encryption
12!
13hostname S2
14!
15boot-start-marker
16boot-end-marker
17!
18enable secret 4 06YFDUHH61wAE/kLkDq9BGho1QM5EnRtoyr8cHAUg.2
19!
20no aaa new-model
21system mtu routing 1500
22!
23!
24no ip domain-lookup
25!
26!
27!
28!
29!
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!
48interface FastEthernet0/3
49 shutdown
50!
51interface FastEthernet0/4
52 shutdown
53!
54interface FastEthernet0/5
55 shutdown
56!
57interface FastEthernet0/6
58 shutdown
59!
60interface FastEthernet0/7
61 shutdown
62!
63interface FastEthernet0/8
64 shutdown
65!
66interface FastEthernet0/9
67 shutdown
68!
69interface FastEthernet0/10
70 shutdown
71!
72interface FastEthernet0/11
73 switchport access vlan 20
74 switchport mode access
75 shutdown
76!
77interface FastEthernet0/12
78 shutdown
79!
80interface FastEthernet0/13
81 shutdown
82!
83interface FastEthernet0/14
84 shutdown
85!
86interface FastEthernet0/15
87 shutdown
88!
89interface FastEthernet0/16
90 shutdown
91!
92interface FastEthernet0/17
93 shutdown
94!
95interface FastEthernet0/18
96 switchport access vlan 20
97 switchport mode access
98!
99interface FastEthernet0/19
100 shutdown
101!
102interface FastEthernet0/20
103 shutdown
104!
105interface FastEthernet0/21
106 shutdown
107!
108interface FastEthernet0/22
109 shutdown
110!
111interface FastEthernet0/23
112 shutdown
113!
114interface FastEthernet0/24
115 shutdown
116!
117interface GigabitEthernet0/1
118!
119interface GigabitEthernet0/2
120!
121interface Vlan1
122 ip address 192.168.1.12 255.255.255.0
123!
124interface Vlan10
125 ip address 192.168.10.12 255.255.255.0
126!
127ip default-gateway 192.168.1.1
128ip http server
129ip http secure-server
130!
131!
132line con 0
133 password cisco
134 logging synchronous
135 login
136line vty 0 4
137 password cisco
138 login
139line vty 5 15
140 password cisco
141 login
142!
143end