質問編集履歴
8
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -98,20 +98,6 @@
|
|
98
98
|
!
|
99
99
|
!
|
100
100
|
!
|
101
|
-
!
|
102
|
-
!
|
103
|
-
!
|
104
|
-
!
|
105
|
-
!
|
106
|
-
!
|
107
|
-
!
|
108
|
-
!
|
109
|
-
!
|
110
|
-
!
|
111
|
-
!
|
112
|
-
!
|
113
|
-
!
|
114
|
-
!
|
115
101
|
ip tcp synwait-time 5
|
116
102
|
!
|
117
103
|
!
|
@@ -418,4 +404,47 @@
|
|
418
404
|
以上、ご確認お願いいたします(>_<)
|
419
405
|
|
420
406
|
###追記
|
421
|
-
あくまで検証用なので不自然な構成となっております。
|
407
|
+
あくまで検証用なので不自然な構成となっております。
|
408
|
+
|
409
|
+
```
|
410
|
+
R2#show run int vlan 10
|
411
|
+
Building configuration...
|
412
|
+
|
413
|
+
Current configuration : 172 bytes
|
414
|
+
!
|
415
|
+
interface Vlan10
|
416
|
+
ip address 192.168.1.253 255.255.255.0
|
417
|
+
standby 10 ip 192.168.1.254
|
418
|
+
standby 10 priority 105
|
419
|
+
standby 10 preempt
|
420
|
+
standby 10 track FastEthernet1/5
|
421
|
+
end
|
422
|
+
```
|
423
|
+
```
|
424
|
+
R2#show run int vlan 20
|
425
|
+
Building configuration...
|
426
|
+
|
427
|
+
Current configuration : 172 bytes
|
428
|
+
!
|
429
|
+
interface Vlan20
|
430
|
+
ip address 192.168.2.253 255.255.255.0
|
431
|
+
standby 20 ip 192.168.2.254
|
432
|
+
standby 20 priority 105
|
433
|
+
standby 20 preempt
|
434
|
+
standby 20 track FastEthernet1/5
|
435
|
+
end
|
436
|
+
```
|
437
|
+
```
|
438
|
+
R2#show run int vlan 30
|
439
|
+
Building configuration...
|
440
|
+
|
441
|
+
Current configuration : 172 bytes
|
442
|
+
!
|
443
|
+
interface Vlan30
|
444
|
+
ip address 192.168.3.253 255.255.255.0
|
445
|
+
standby 30 ip 192.168.3.254
|
446
|
+
standby 30 priority 105
|
447
|
+
standby 30 preempt
|
448
|
+
standby 30 track FastEthernet1/5
|
449
|
+
end
|
450
|
+
```
|
7
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -67,9 +67,355 @@
|
|
67
67
|
```
|
68
68
|
一度R4がActiveになるのですが、すぐにStandbyになるのです。不思議です('_')????
|
69
69
|
|
70
|
+
```
|
71
|
+
R2#show run
|
72
|
+
Building configuration...
|
73
|
+
|
74
|
+
Current configuration : 2217 bytes
|
75
|
+
!
|
76
|
+
version 12.4
|
77
|
+
service timestamps debug datetime msec
|
78
|
+
service timestamps log datetime msec
|
79
|
+
no service password-encryption
|
80
|
+
!
|
81
|
+
hostname R2
|
82
|
+
!
|
83
|
+
boot-start-marker
|
84
|
+
boot-end-marker
|
85
|
+
!
|
86
|
+
!
|
87
|
+
no aaa new-model
|
88
|
+
memory-size iomem 5
|
89
|
+
no ip icmp rate-limit unreachable
|
90
|
+
ip cef
|
91
|
+
!
|
92
|
+
!
|
93
|
+
!
|
94
|
+
!
|
95
|
+
no ip domain lookup
|
96
|
+
ip auth-proxy max-nodata-conns 3
|
97
|
+
ip admission max-nodata-conns 3
|
98
|
+
!
|
99
|
+
!
|
100
|
+
!
|
101
|
+
!
|
102
|
+
!
|
103
|
+
!
|
104
|
+
!
|
105
|
+
!
|
106
|
+
!
|
107
|
+
!
|
108
|
+
!
|
109
|
+
!
|
110
|
+
!
|
111
|
+
!
|
112
|
+
!
|
113
|
+
!
|
114
|
+
!
|
115
|
+
ip tcp synwait-time 5
|
116
|
+
!
|
117
|
+
!
|
118
|
+
!
|
119
|
+
!
|
120
|
+
!
|
121
|
+
!
|
122
|
+
interface FastEthernet0/0
|
123
|
+
no ip address
|
124
|
+
shutdown
|
125
|
+
duplex auto
|
126
|
+
speed auto
|
127
|
+
!
|
128
|
+
interface Serial0/0
|
129
|
+
no ip address
|
130
|
+
shutdown
|
131
|
+
clock rate 2000000
|
132
|
+
!
|
133
|
+
interface FastEthernet0/1
|
134
|
+
no ip address
|
135
|
+
shutdown
|
136
|
+
duplex auto
|
137
|
+
speed auto
|
138
|
+
!
|
139
|
+
interface Serial0/1
|
140
|
+
no ip address
|
141
|
+
shutdown
|
142
|
+
clock rate 2000000
|
143
|
+
!
|
144
|
+
interface Serial0/2
|
145
|
+
no ip address
|
146
|
+
shutdown
|
147
|
+
clock rate 2000000
|
148
|
+
!
|
149
|
+
interface FastEthernet1/0
|
150
|
+
!
|
151
|
+
interface FastEthernet1/1
|
152
|
+
!
|
153
|
+
interface FastEthernet1/2
|
154
|
+
!
|
155
|
+
interface FastEthernet1/
|
156
|
+
*Mar 1 00:00:41.671: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up3
|
157
|
+
!
|
158
|
+
interface FastEthernet1/4
|
159
|
+
switchport trunk allowed vlan 1,2,10-30,1002-1005
|
160
|
+
switchport mode trunk
|
161
|
+
!
|
162
|
+
interface FastEthernet1/5
|
163
|
+
switchport trunk allowed vlan 1,2,10-30,1002-1005
|
164
|
+
switchport mode trunk
|
165
|
+
!
|
166
|
+
interface FastEthernet1/6
|
167
|
+
!
|
168
|
+
interface FastEthernet1/7
|
169
|
+
!
|
170
|
+
interface FastEthernet1/8
|
171
|
+
!
|
172
|
+
interface FastEthernet1/9
|
173
|
+
!
|
174
|
+
interface FastEthernet1/10
|
175
|
+
!
|
176
|
+
interface FastEthernet1/11
|
177
|
+
!
|
178
|
+
interface FastEthernet1/12
|
179
|
+
!
|
180
|
+
interface FastEthernet1/13
|
181
|
+
!
|
182
|
+
interface FastEthernet1/14
|
183
|
+
!
|
184
|
+
interface FastEthernet1/15
|
185
|
+
!
|
186
|
+
interface Vlan1
|
187
|
+
no ip address
|
188
|
+
!
|
189
|
+
interface Vlan10
|
190
|
+
ip address 192.168.1.253 255.255.255.0
|
191
|
+
standby 10 ip 192.168.1.254
|
192
|
+
standby 10 priority 105
|
193
|
+
standby 10 preempt
|
194
|
+
standby 10 track FastEthernet1/5
|
195
|
+
!
|
196
|
+
interface Vlan20
|
197
|
+
ip address 192.168.2.253 255.255.255.0
|
198
|
+
standby 20 ip 192.168.2.254
|
199
|
+
standby 20 priority 105
|
200
|
+
standby 20 preempt
|
201
|
+
standby 20 track FastEthernet1/5
|
202
|
+
!
|
203
|
+
interface Vlan30
|
204
|
+
ip address 192.168.3.253 255.255.255.0
|
205
|
+
standby 30 ip 192.168.3.254
|
206
|
+
standby 30 priority 105
|
207
|
+
standby 30 preempt
|
208
|
+
standby 30 track FastEthernet1/5
|
209
|
+
!
|
210
|
+
ip forward-protocol nd
|
211
|
+
!
|
212
|
+
!
|
213
|
+
no ip http server
|
214
|
+
no ip http secure-server
|
215
|
+
!
|
216
|
+
no cdp log mismatch duplex
|
217
|
+
!
|
218
|
+
!
|
219
|
+
!
|
220
|
+
control-plane
|
221
|
+
!
|
222
|
+
!
|
223
|
+
!
|
224
|
+
!
|
225
|
+
!
|
226
|
+
!
|
227
|
+
!
|
228
|
+
!
|
229
|
+
!
|
230
|
+
!
|
231
|
+
line con 0
|
232
|
+
exec-timeout 0 0
|
233
|
+
privilege level 15
|
234
|
+
logging synchronous
|
235
|
+
line aux 0
|
236
|
+
exec-timeout 0 0
|
237
|
+
privilege level 15
|
238
|
+
logging synchronous
|
239
|
+
line vty 0 4
|
240
|
+
login
|
241
|
+
!
|
242
|
+
!
|
243
|
+
end
|
244
|
+
```
|
245
|
+
```
|
246
|
+
R4#show run
|
247
|
+
Building configuration...
|
248
|
+
|
249
|
+
Current configuration : 2038 bytes
|
250
|
+
!
|
251
|
+
version 12.4
|
252
|
+
service timestamps debug datetime msec
|
253
|
+
service timestamps log datetime msec
|
254
|
+
no service password-encryption
|
255
|
+
!
|
256
|
+
hostname R4
|
257
|
+
!
|
258
|
+
boot-start-marker
|
259
|
+
boot-end-marker
|
260
|
+
!
|
261
|
+
!
|
262
|
+
no aaa new-model
|
263
|
+
memory-size iomem 5
|
264
|
+
no ip icmp rate-limit unreachable
|
265
|
+
ip cef
|
266
|
+
!
|
267
|
+
!
|
268
|
+
!
|
269
|
+
!
|
270
|
+
no ip domain lookup
|
271
|
+
ip auth-proxy max-nodata-conns 3
|
272
|
+
ip admission max-nodata-conns 3
|
273
|
+
!
|
274
|
+
!
|
275
|
+
!
|
276
|
+
!
|
277
|
+
!
|
278
|
+
!
|
279
|
+
!
|
280
|
+
!
|
281
|
+
!
|
282
|
+
!
|
283
|
+
!
|
284
|
+
!
|
285
|
+
!
|
286
|
+
!
|
287
|
+
!
|
288
|
+
!
|
289
|
+
!
|
290
|
+
ip tcp synwait-time 5
|
291
|
+
!
|
292
|
+
!
|
293
|
+
!
|
294
|
+
!
|
295
|
+
!
|
296
|
+
interface FastEthernet0/0
|
297
|
+
no ip address
|
298
|
+
shutdown
|
299
|
+
duplex auto
|
300
|
+
speed auto
|
301
|
+
!
|
302
|
+
interface Serial0/0
|
303
|
+
no ip address
|
304
|
+
shutdown
|
305
|
+
clock rate 2000000
|
306
|
+
!
|
307
|
+
interface FastEthernet0/1
|
308
|
+
no ip address
|
309
|
+
shutdown
|
310
|
+
duplex auto
|
311
|
+
speed auto
|
312
|
+
!
|
313
|
+
interface Serial0/1
|
314
|
+
no ip address
|
315
|
+
shutdown
|
316
|
+
clock rate 2000000
|
317
|
+
!
|
318
|
+
interface Serial0/2
|
319
|
+
no ip address
|
320
|
+
shutdown
|
321
|
+
clock rate 2000000
|
322
|
+
!
|
323
|
+
interface FastEthernet1/0
|
324
|
+
!
|
325
|
+
interface FastEthernet1/1
|
326
|
+
!
|
327
|
+
interface FastEthernet1/2
|
328
|
+
!
|
329
|
+
interface FastEthernet1/3
|
330
|
+
!
|
331
|
+
interface FastEthernet1/4
|
332
|
+
!
|
333
|
+
interface FastEthernet1/5
|
334
|
+
!
|
335
|
+
interface FastEthernet1/6
|
336
|
+
!
|
337
|
+
interface FastEthernet1/7
|
338
|
+
switchport trunk allowed vlan 1,2,10-30,1002-1005
|
339
|
+
switchport mode trunk
|
340
|
+
!
|
341
|
+
interface FastEthernet1/8
|
342
|
+
switchport trunk allowed vlan 1,2,10-30,1002-1005
|
343
|
+
switchport mode trunk
|
344
|
+
!
|
345
|
+
interface FastEthernet1/9
|
346
|
+
!
|
347
|
+
interface FastEthernet1/10
|
348
|
+
!
|
349
|
+
interface FastEthernet1/11
|
350
|
+
!
|
351
|
+
interface FastEthernet1/12
|
352
|
+
!
|
353
|
+
interface FastEthernet1/13
|
354
|
+
!
|
355
|
+
interface FastEthernet1/14
|
356
|
+
!
|
357
|
+
interface FastEthernet1/15
|
358
|
+
!
|
359
|
+
interface Vlan1
|
360
|
+
no ip address
|
361
|
+
!
|
362
|
+
interface Vlan10
|
363
|
+
ip address 192.168.1.252 255.255.255.0
|
364
|
+
standby 10 ip 192.168.1.254
|
365
|
+
standby 10 preempt
|
366
|
+
!
|
367
|
+
interface Vlan20
|
368
|
+
ip address 192.168.2.252 255.255.255.0
|
369
|
+
standby 20 ip 192.168.2.254
|
370
|
+
standby 20 preempt
|
371
|
+
!
|
372
|
+
interface Vlan30
|
373
|
+
ip address 192.168.3.252 255.255.255.0
|
374
|
+
standby 30 ip 192.168.3.254
|
375
|
+
standby 30 preempt
|
376
|
+
!
|
377
|
+
ip forward-protocol nd
|
378
|
+
!
|
379
|
+
!
|
380
|
+
no ip http server
|
381
|
+
no ip http secure-server
|
382
|
+
!
|
383
|
+
no cdp log mismatch duplex
|
384
|
+
!
|
385
|
+
!
|
386
|
+
!
|
387
|
+
control-plane
|
388
|
+
!
|
389
|
+
!
|
390
|
+
!
|
391
|
+
!
|
392
|
+
!
|
393
|
+
!
|
394
|
+
!
|
395
|
+
!
|
396
|
+
!
|
397
|
+
!
|
398
|
+
line con 0
|
399
|
+
exec-timeout 0 0
|
400
|
+
privilege level 15
|
401
|
+
logging synchronous
|
402
|
+
line aux 0
|
403
|
+
exec-timeout 0 0
|
404
|
+
privilege level 15
|
405
|
+
logging synchronous
|
406
|
+
line vty 0 4
|
407
|
+
login
|
408
|
+
!
|
409
|
+
!
|
410
|
+
end
|
411
|
+
```
|
412
|
+
|
70
413
|
###
|
71
414
|
障害試験の目的は達成できているものの、上記のステータスにモヤモヤしてしまいます。
|
72
415
|
何かご存知の方いらっしゃいますでしょうか。
|
73
416
|
何か必要な情報があれば仰ってください。追記いたします。
|
74
417
|
|
75
|
-
以上、ご確認お願いいたします(>_<)
|
418
|
+
以上、ご確認お願いいたします(>_<)
|
419
|
+
|
420
|
+
###追記
|
421
|
+
あくまで検証用なので不自然な構成となっております。
|
6
修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
【HSRP】迂回する
|
1
|
+
【HSRP】迂回するがステータスは変化なし。なぜ?
|
body
CHANGED
File without changes
|
5
修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
HSRPのステータス
|
1
|
+
【HSRP】迂回するのにステータス変化なし。なぜ?
|
body
CHANGED
File without changes
|
4
更新
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
###環境
|
2
2
|
GNS3
|
3
|
+

|
3
4
|
|
4
|
-

|
5
|
-
|
6
5
|
###現状
|
7
6
|
【障害試験】
|
8
7
|
①R2のfa1/4ポートshutdown ⇒ 切り替わりOK
|
3
更新
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
###環境
|
2
2
|
GNS3
|
3
3
|
|
4
|
-

|
5
5
|
|
6
6
|
###現状
|
7
7
|
【障害試験】
|
2
更新
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
###環境
|
2
2
|
GNS3
|
3
|
-

|
4
3
|
|
4
|
+

|
5
|
+
|
5
6
|
###現状
|
6
7
|
【障害試験】
|
7
8
|
①R2のfa1/4ポートshutdown ⇒ 切り替わりOK
|
1
誤字修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -68,7 +68,7 @@
|
|
68
68
|
一度R4がActiveになるのですが、すぐにStandbyになるのです。不思議です('_')????
|
69
69
|
|
70
70
|
###
|
71
|
-
障害試験
|
71
|
+
障害試験の目的は達成できているものの、上記のステータスにモヤモヤしてしまいます。
|
72
72
|
何かご存知の方いらっしゃいますでしょうか。
|
73
73
|
何か必要な情報があれば仰ってください。追記いたします。
|
74
74
|
|