質問編集履歴

9

修正

2018/01/23 11:28

投稿

narururu
narururu

スコア172

test CHANGED
File without changes
test CHANGED
@@ -410,4 +410,4 @@
410
410
 
411
411
  __show log__
412
412
 
413
- ![show log](105b9766c89650e68af50a16f4571b9d.png)
413
+ ![show log](2cbc82e2da6e4fcabc47aec034310136.png)

8

追記

2018/01/23 11:28

投稿

narururu
narururu

スコア172

test CHANGED
File without changes
test CHANGED
@@ -405,3 +405,9 @@
405
405
  end
406
406
 
407
407
  ```
408
+
409
+
410
+
411
+ __show log__
412
+
413
+ ![show log](105b9766c89650e68af50a16f4571b9d.png)

7

修正

2018/01/23 11:11

投稿

narururu
narururu

スコア172

test CHANGED
File without changes
test CHANGED
@@ -58,13 +58,13 @@
58
58
 
59
59
  ```
60
60
 
61
- goma#show run
61
+ goma#sh run
62
62
 
63
63
  Building configuration...
64
64
 
65
65
 
66
66
 
67
- Current configuration : 2809 bytes
67
+ Current configuration : 2813 bytes
68
68
 
69
69
  !
70
70
 
@@ -340,7 +340,7 @@
340
340
 
341
341
  interface Vlan100
342
342
 
343
- ip address 172.16.1.2 255.255.255.0
343
+ ip address 192.168.10.100 255.255.255.0
344
344
 
345
345
  standby 1 ip 172.16.1.254
346
346
 

6

追記

2018/01/21 06:44

投稿

narururu
narururu

スコア172

test CHANGED
File without changes
test CHANGED
@@ -50,6 +50,8 @@
50
50
 
51
51
  また、PC(コマンドプロンプト)からスイッチへping 172.16.1.1を飛ばしてもエラーとなってしまいました。
52
52
 
53
+ telnetも接続でません。
54
+
53
55
 
54
56
 
55
57
  __show runの結果__

5

追記

2018/01/21 04:45

投稿

narururu
narururu

スコア172

test CHANGED
File without changes
test CHANGED
@@ -39,3 +39,367 @@
39
39
  あまりにも大変作業で心が折れそうです。
40
40
 
41
41
  マニュアルみたいなものがあると助かるのですが…
42
+
43
+
44
+
45
+ ###追記
46
+
47
+ LANケーブルを接続しております。(スイッチinterface FastEthernet1/0/1とPC)
48
+
49
+ PCにIPアドレス192.168.10.1を設定しております。
50
+
51
+ また、PC(コマンドプロンプト)からスイッチへping 172.16.1.1を飛ばしてもエラーとなってしまいました。
52
+
53
+
54
+
55
+ __show runの結果__
56
+
57
+ ```
58
+
59
+ goma#show run
60
+
61
+ Building configuration...
62
+
63
+
64
+
65
+ Current configuration : 2809 bytes
66
+
67
+ !
68
+
69
+ version 12.2
70
+
71
+ no service pad
72
+
73
+ service timestamps debug uptime
74
+
75
+ service timestamps log uptime
76
+
77
+ service password-encryption
78
+
79
+ !
80
+
81
+ hostname goma
82
+
83
+ !
84
+
85
+ enable password 7 121E0A1A13
86
+
87
+ !
88
+
89
+ no aaa new-model
90
+
91
+ switch 1 provision ws-c3750-24ts
92
+
93
+ system mtu routing 1500
94
+
95
+ ip subnet-zero
96
+
97
+ ip routing
98
+
99
+ !
100
+
101
+ !
102
+
103
+ !
104
+
105
+ !
106
+
107
+ !
108
+
109
+ !
110
+
111
+ no file verify auto
112
+
113
+ spanning-tree mode pvst
114
+
115
+ spanning-tree extend system-id
116
+
117
+ !
118
+
119
+ vlan internal allocation policy ascending
120
+
121
+ !
122
+
123
+ !
124
+
125
+ interface Port-channel1
126
+
127
+ switchport trunk encapsulation dot1q
128
+
129
+ switchport trunk allowed vlan 100,200
130
+
131
+ switchport mode trunk
132
+
133
+ switchport nonegotiate
134
+
135
+ !
136
+
137
+ interface Port-channel2
138
+
139
+ no switchport
140
+
141
+ no ip address
142
+
143
+ !
144
+
145
+ interface FastEthernet1/0/1
146
+
147
+ switchport access vlan 100
148
+
149
+ switchport mode access
150
+
151
+ !
152
+
153
+ interface FastEthernet1/0/2
154
+
155
+ switchport access vlan 100
156
+
157
+ switchport mode access
158
+
159
+ !
160
+
161
+ interface FastEthernet1/0/3
162
+
163
+ switchport access vlan 200
164
+
165
+ switchport mode access
166
+
167
+ !
168
+
169
+ interface FastEthernet1/0/4
170
+
171
+ switchport access vlan 200
172
+
173
+ switchport mode access
174
+
175
+ !
176
+
177
+ interface FastEthernet1/0/5
178
+
179
+ no switchport
180
+
181
+ ip address 192.168.111.2 255.255.255.0
182
+
183
+ !
184
+
185
+ interface FastEthernet1/0/6
186
+
187
+ shutdown
188
+
189
+ !
190
+
191
+ interface FastEthernet1/0/7
192
+
193
+ shutdown
194
+
195
+ !
196
+
197
+ interface FastEthernet1/0/8
198
+
199
+ shutdown
200
+
201
+ !
202
+
203
+ interface FastEthernet1/0/9
204
+
205
+ shutdown
206
+
207
+ !
208
+
209
+ interface FastEthernet1/0/10
210
+
211
+ shutdown
212
+
213
+ !
214
+
215
+ interface FastEthernet1/0/11
216
+
217
+ no switchport
218
+
219
+ no ip address
220
+
221
+ channel-group 2 mode on
222
+
223
+ !
224
+
225
+ interface FastEthernet1/0/12
226
+
227
+ no switchport
228
+
229
+ no ip address
230
+
231
+ channel-group 2 mode on
232
+
233
+ !
234
+
235
+ interface FastEthernet1/0/13
236
+
237
+ shutdown
238
+
239
+ !
240
+
241
+ interface FastEthernet1/0/14
242
+
243
+ shutdown
244
+
245
+ !
246
+
247
+ interface FastEthernet1/0/15
248
+
249
+ shutdown
250
+
251
+ !
252
+
253
+ interface FastEthernet1/0/16
254
+
255
+ shutdown
256
+
257
+ !
258
+
259
+ interface FastEthernet1/0/17
260
+
261
+ shutdown
262
+
263
+ !
264
+
265
+ interface FastEthernet1/0/18
266
+
267
+ shutdown
268
+
269
+ !
270
+
271
+ interface FastEthernet1/0/19
272
+
273
+ shutdown
274
+
275
+ !
276
+
277
+ interface FastEthernet1/0/20
278
+
279
+ shutdown
280
+
281
+ !
282
+
283
+ interface FastEthernet1/0/21
284
+
285
+ shutdown
286
+
287
+ !
288
+
289
+ interface FastEthernet1/0/22
290
+
291
+ shutdown
292
+
293
+ !
294
+
295
+ interface FastEthernet1/0/23
296
+
297
+ switchport trunk encapsulation dot1q
298
+
299
+ switchport trunk allowed vlan 100,200
300
+
301
+ switchport mode trunk
302
+
303
+ switchport nonegotiate
304
+
305
+ channel-group 1 mode active
306
+
307
+ !
308
+
309
+ interface FastEthernet1/0/24
310
+
311
+ switchport trunk encapsulation dot1q
312
+
313
+ switchport trunk allowed vlan 100,200
314
+
315
+ switchport mode trunk
316
+
317
+ switchport nonegotiate
318
+
319
+ channel-group 1 mode active
320
+
321
+ !
322
+
323
+ interface GigabitEthernet1/0/1
324
+
325
+ !
326
+
327
+ interface GigabitEthernet1/0/2
328
+
329
+ !
330
+
331
+ interface Vlan1
332
+
333
+ no ip address
334
+
335
+ shutdown
336
+
337
+ !
338
+
339
+ interface Vlan100
340
+
341
+ ip address 172.16.1.2 255.255.255.0
342
+
343
+ standby 1 ip 172.16.1.254
344
+
345
+ !
346
+
347
+ interface Vlan200
348
+
349
+ ip address 172.16.2.2 255.255.255.0
350
+
351
+ standby 2 ip 172.16.2.254
352
+
353
+ !
354
+
355
+ ip default-gateway 192.168.0.254
356
+
357
+ ip classless
358
+
359
+ ip http server
360
+
361
+ ip http secure-server
362
+
363
+ !
364
+
365
+ !
366
+
367
+ !
368
+
369
+ control-plane
370
+
371
+ !
372
+
373
+ !
374
+
375
+ line con 0
376
+
377
+ password 7 051F07042042411B10
378
+
379
+ logging synchronous
380
+
381
+ line vty 0 4
382
+
383
+ exec-timeout 0 0
384
+
385
+ password 7 071B20474F0716171E
386
+
387
+ logging synchronous
388
+
389
+ login
390
+
391
+ line vty 5 15
392
+
393
+ exec-timeout 0 0
394
+
395
+ password 7 0010120D0555041406
396
+
397
+ logging synchronous
398
+
399
+ login
400
+
401
+ !
402
+
403
+ end
404
+
405
+ ```

4

追記

2018/01/21 03:21

投稿

narururu
narururu

スコア172

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  PC:Windows10 (IPアドレス192.168.10.1 /24を設定)
12
12
 
13
- FTPソフト:Tftpd64
13
+ FTPソフト:Tftpd64(ServerInterfacesに192.168.10.1を設定)
14
14
 
15
15
  ファイアウォールの設定解除
16
16
 

3

追記

2018/01/19 11:16

投稿

narururu
narururu

スコア172

test CHANGED
File without changes
test CHANGED
@@ -11,6 +11,8 @@
11
11
  PC:Windows10 (IPアドレス192.168.10.1 /24を設定)
12
12
 
13
13
  FTPソフト:Tftpd64
14
+
15
+ ファイアウォールの設定解除
14
16
 
15
17
 
16
18
 

2

修正

2018/01/19 11:14

投稿

narururu
narururu

スコア172

test CHANGED
File without changes
test CHANGED
@@ -20,14 +20,20 @@
20
20
 
21
21
  ![copy](0f90a5eac8061178103047afa5dd72d9.png)
22
22
 
23
+ IOSを転送しようとすると上記画像のようにエラーになってしまいます。
23
24
 
25
+ また、PCとスイッチをシリアルで接続し、teratermでping 192.168.10.1したところパケットが届きません。
24
26
 
25
27
 
26
28
 
27
29
  ###PS
28
30
 
29
- PCとスイッチをシリアルで接続し、teratermでping 192.168.10.1したところパケットが届きませんでした。
30
31
 
31
32
 
33
+ 皆さんはどのようにして問題解決されてるのでしょうか?
32
34
 
35
+ 調べても答えはないので、自力でいろいろ試して答えを見つけているのでしょうか?
36
+
33
- 加えてご教授願います。
37
+ りにも大変作業で心が折れそうです。
38
+
39
+ マニュアルみたいなものがあると助かるのですが…

1

修正

2018/01/19 09:52

投稿

narururu
narururu

スコア172

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ネットワーク機器:Catalyst3750
10
10
 
11
- PC:Windows10
11
+ PC:Windows10 (IPアドレス192.168.10.1 /24を設定)
12
12
 
13
13
  FTPソフト:Tftpd64
14
14
 
@@ -16,9 +16,9 @@
16
16
 
17
17
  ###現状
18
18
 
19
- PCにIPアドレス192.168.10.1 /24を設定。
19
+ ![show flash](ab48a09f0669b0a9f329a07047970624.png)
20
20
 
21
- https://i.gyazo.com/69e5eb39d37ecd3367bc828fb44ed7ea.png
21
+ ![copy](0f90a5eac8061178103047afa5dd72d9.png)
22
22
 
23
23
 
24
24