質問するログイン新規登録

質問編集履歴

23

修正

2018/02/05 13:21

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -4,7 +4,7 @@
4
4
  ![イメージ説明](fa588b4523e04688ba7cde46d3bcdd37.png)
5
5
 
6
6
  ###ステータス
7
-
7
+ ```
8
8
  R1#show run
9
9
  Building configuration...
10
10
 

22

追記

2018/02/05 13:21

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -5,12 +5,10 @@
5
5
 
6
6
  ###ステータス
7
7
 
8
- __R1 show run__
9
- ```
10
8
  R1#show run
11
9
  Building configuration...
12
10
 
13
- Current configuration : 1820 bytes
11
+ Current configuration : 1984 bytes
14
12
  !
15
13
  version 12.4
16
14
  service timestamps debug datetime msec
@@ -34,6 +32,10 @@
34
32
  no ip domain lookup
35
33
  ip auth-proxy max-nodata-conns 3
36
34
  ip admission max-nodata-conns 3
35
+ ip sla monitor 1
36
+ type echo protocol ipIcmpEcho 192.168.1.1
37
+ frequency 10
38
+ ip sla monitor schedule 1 life forever start-time now
37
39
  !
38
40
  !
39
41
  !
@@ -57,6 +59,7 @@
57
59
  !
58
60
  !
59
61
  !
62
+ !
60
63
  interface FastEthernet0/0
61
64
  no ip address
62
65
  shutdown
@@ -326,10 +329,10 @@
326
329
 
327
330
  __R3 show run__
328
331
  ```
329
- R3#show run
332
+ R3#sho run
330
333
  Building configuration...
331
334
 
332
- Current configuration : 1817 bytes
335
+ Current configuration : 1981 bytes
333
336
  !
334
337
  version 12.4
335
338
  service timestamps debug datetime msec
@@ -353,6 +356,10 @@
353
356
  no ip domain lookup
354
357
  ip auth-proxy max-nodata-conns 3
355
358
  ip admission max-nodata-conns 3
359
+ ip sla monitor 2
360
+ type echo protocol ipIcmpEcho 192.168.0.1
361
+ frequency 10
362
+ ip sla monitor schedule 2 life forever start-time now
356
363
  !
357
364
  !
358
365
  !
@@ -376,6 +383,7 @@
376
383
  !
377
384
  !
378
385
  !
386
+ !
379
387
  interface FastEthernet0/0
380
388
  no ip address
381
389
  shutdown
@@ -676,11 +684,6 @@
676
684
  Vl20 20 100 Standby 192.168.1.253 local 192.168.1.254
677
685
  ```
678
686
 
679
- ###現状
680
- ケーブル障害試験
681
- ①R1のfa1/2をshutdownで試してみるとHSRPの切り替わりは起きるが、PC-1→PC-2への疎通がDestination host unreachableとなる。
682
- ②R1をSTOPしてもHSRPの切り替わりは起きるが、Destination host unreachableとなる。
683
- ③R1のfa1/5をshutdownで試してみるとHSRPの切り替わりは起きるが、Destination host unreachableとなる。
684
-
685
687
  ###追記
686
- 全般的に質問事項を更新しました。
688
+ 全般的に質問事項を更新しました。
689
+ ip slaの設定を入れたので、R1とR3のshow runを更新しました。

21

修正

2018/02/05 11:45

投稿

narururu
narururu

スコア172

title CHANGED
@@ -1,1 +1,1 @@
1
- HSRPの先のルーティング設定につ
1
+ HSRP障害試験 迂回されな
body CHANGED
File without changes

20

修正

2018/02/04 07:34

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -679,8 +679,8 @@
679
679
  ###現状
680
680
  ケーブル障害試験
681
681
  ①R1のfa1/2をshutdownで試してみるとHSRPの切り替わりは起きるが、PC-1→PC-2への疎通がDestination host unreachableとなる。
682
- ②R1をSTOPしてもHSRPの切り替わり起きな
682
+ ②R1をSTOPしてもHSRPの切り替わり起きるが、Destination host unreachableと
683
- ③R1のfa1/5をshutdownで試してみるとHSRPの切り替わり起きな
683
+ ③R1のfa1/5をshutdownで試してみるとHSRPの切り替わり起きるが、Destination host unreachableと
684
684
 
685
685
  ###追記
686
686
  全般的に質問事項を更新しました。

19

修正

2018/02/04 06:35

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -678,7 +678,7 @@
678
678
 
679
679
  ###現状
680
680
  ケーブル障害試験
681
- ①R1のfa1/2をshutdownで試してみるとHSRPの切り替わり起きな
681
+ ①R1のfa1/2をshutdownで試してみるとHSRPの切り替わり起きるが、PC-1→PC-2への疎通がDestination host unreachableと
682
682
  ②R1をSTOPしてもHSRPの切り替わりが起きない。
683
683
  ③R1のfa1/5をshutdownで試してみるとHSRPの切り替わりが起きない。
684
684
 

18

修正

2018/02/04 06:33

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -657,7 +657,7 @@
657
657
  |
658
658
  Interface Grp Prio P State Active Standby Virtual IP
659
659
  Vl10 10 100 Standby 192.168.0.253 local 192.168.0.254
660
- `R1``
660
+ ```
661
661
  __R3 show standby brief__
662
662
  ```
663
663
  R3#show standby b

17

追記

2018/02/04 06:29

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -657,7 +657,7 @@
657
657
  |
658
658
  Interface Grp Prio P State Active Standby Virtual IP
659
659
  Vl10 10 100 Standby 192.168.0.253 local 192.168.0.254
660
- ```
660
+ `R1``
661
661
  __R3 show standby brief__
662
662
  ```
663
663
  R3#show standby b
@@ -677,8 +677,10 @@
677
677
  ```
678
678
 
679
679
  ###現状
680
- 障害試験
680
+ ケーブル障害試験
681
- ケーブル障害をshutdownで試してみるとHSRPの切り替わりが起きない。
681
+ ①R1のfa1/2をshutdownで試してみるとHSRPの切り替わりが起きない。
682
+ ②R1をSTOPしてもHSRPの切り替わりが起きない。
683
+ ③R1のfa1/5をshutdownで試してみるとHSRPの切り替わりが起きない。
682
684
 
683
685
  ###追記
684
686
  全般的に質問事項を更新しました。

16

更新

2018/02/04 06:20

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -127,6 +127,7 @@
127
127
  standby 10 ip 192.168.0.254
128
128
  standby 10 priority 105
129
129
  standby 10 preempt
130
+ standby 10 track FastEthernet1/5
130
131
  !
131
132
  ip forward-protocol nd
132
133
  ip route 192.168.1.0 255.255.255.0 10.0.0.2
@@ -445,6 +446,7 @@
445
446
  standby preempt
446
447
  standby 20 ip 192.168.1.254
447
448
  standby 20 priority 105
449
+ standby 20 track FastEthernet1/5
448
450
  !
449
451
  ip forward-protocol nd
450
452
  ip route 192.168.0.0 255.255.255.0 10.0.0.1

15

更新

2018/02/04 06:09

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -675,12 +675,8 @@
675
675
  ```
676
676
 
677
677
  ###現状
678
+ 障害試験
678
- PC間の疎通はできないが、HSRPの設定は反映されている
679
+ ケーブル障害をshutdown試してみるとHSRPの切り替わりが起きない。
679
- PC-1→R1,R2へ疎通可能。
680
- PC-2→R3,R4へ疎通可能。
681
- R1←→R2,R3←→R4へ疎通可能。
682
- R1←→R2のHSRPは反映されている。
683
- R3←→R4のHSRPは反映されている。
684
680
 
685
681
  ###追記
686
682
  全般的に質問事項を更新しました。

14

更新

2018/02/04 05:56

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -10,7 +10,7 @@
10
10
  R1#show run
11
11
  Building configuration...
12
12
 
13
- Current configuration : 1770 bytes
13
+ Current configuration : 1820 bytes
14
14
  !
15
15
  version 12.4
16
16
  service timestamps debug datetime msec
@@ -129,6 +129,7 @@
129
129
  standby 10 preempt
130
130
  !
131
131
  ip forward-protocol nd
132
+ ip route 192.168.1.0 255.255.255.0 10.0.0.2
132
133
  !
133
134
  !
134
135
  no ip http server
@@ -169,7 +170,7 @@
169
170
  R2#show run
170
171
  Building configuration...
171
172
 
172
- Current configuration : 1728 bytes
173
+ Current configuration : 1775 bytes
173
174
  !
174
175
  version 12.4
175
176
  service timestamps debug datetime msec
@@ -286,6 +287,7 @@
286
287
  standby 10 ip 192.168.0.254
287
288
  !
288
289
  ip forward-protocol nd
290
+ ip route 192.168.1.0 255.255.255.0 10.0.1.2
289
291
  !
290
292
  !
291
293
  no ip http server
@@ -326,7 +328,7 @@
326
328
  R3#show run
327
329
  Building configuration...
328
330
 
329
- Current configuration : 1773 bytes
331
+ Current configuration : 1817 bytes
330
332
  !
331
333
  version 12.4
332
334
  service timestamps debug datetime msec
@@ -445,6 +447,7 @@
445
447
  standby 20 priority 105
446
448
  !
447
449
  ip forward-protocol nd
450
+ ip route 192.168.0.0 255.255.255.0 10.0.0.1
448
451
  !
449
452
  !
450
453
  no ip http server
@@ -485,7 +488,7 @@
485
488
  R4#show run
486
489
  Building configuration...
487
490
 
488
- Current configuration : 1731 bytes
491
+ Current configuration : 1775 bytes
489
492
  !
490
493
  version 12.4
491
494
  service timestamps debug datetime msec
@@ -602,6 +605,7 @@
602
605
  standby 20 ip 192.168.1.254
603
606
  !
604
607
  ip forward-protocol nd
608
+ ip route 192.168.0.0 255.255.255.0 10.0.1.1
605
609
  !
606
610
  !
607
611
  no ip http server

13

修正

2018/02/04 05:49

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -124,9 +124,9 @@
124
124
  !
125
125
  interface Vlan10
126
126
  ip address 192.168.0.253 255.255.255.0
127
- standby priority 105
128
- standby preempt
129
127
  standby 10 ip 192.168.0.254
128
+ standby 10 priority 105
129
+ standby 10 preempt
130
130
  !
131
131
  ip forward-protocol nd
132
132
  !
@@ -283,7 +283,7 @@
283
283
  !
284
284
  interface Vlan10
285
285
  ip address 192.168.0.252 255.255.255.0
286
- standby ip 192.168.0.254
286
+ standby 10 ip 192.168.0.254
287
287
  !
288
288
  ip forward-protocol nd
289
289
  !
@@ -638,11 +638,11 @@
638
638
  ```
639
639
  __R1 show standby brief__
640
640
  ```
641
- R1#show standby b
641
+ R1#sho standby b
642
642
  P indicates configured to preempt.
643
643
  |
644
644
  Interface Grp Prio P State Active Standby Virtual IP
645
- Vl10 10 100 Active local unknown 192.168.0.254
645
+ Vl10 10 105 P Active local 192.168.0.252 192.168.0.254
646
646
  ```
647
647
  __R2 show standby brief__
648
648
  ```
@@ -650,7 +650,7 @@
650
650
  P indicates configured to preempt.
651
651
  |
652
652
  Interface Grp Prio P State Active Standby Virtual IP
653
- Vl10 0 100 Active local unknown 192.168.0.254
653
+ Vl10 10 100 Standby 192.168.0.253 local 192.168.0.254
654
654
  ```
655
655
  __R3 show standby brief__
656
656
  ```
@@ -675,7 +675,7 @@
675
675
  PC-1→R1,R2へ疎通可能。
676
676
  PC-2→R3,R4へ疎通可能。
677
677
  R1←→R2,R3←→R4へ疎通可能。
678
- R1←→R2のHSRPは反映されていない
678
+ R1←→R2のHSRPは反映されてい
679
679
  R3←→R4のHSRPは反映されている。
680
680
 
681
681
  ###追記

12

追記

2018/02/04 05:34

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -636,10 +636,47 @@
636
636
  !
637
637
  end
638
638
  ```
639
+ __R1 show standby brief__
640
+ ```
641
+ R1#show standby b
642
+ P indicates configured to preempt.
643
+ |
644
+ Interface Grp Prio P State Active Standby Virtual IP
645
+ Vl10 10 100 Active local unknown 192.168.0.254
646
+ ```
647
+ __R2 show standby brief__
648
+ ```
649
+ R2#show standby b
650
+ P indicates configured to preempt.
651
+ |
652
+ Interface Grp Prio P State Active Standby Virtual IP
653
+ Vl10 0 100 Active local unknown 192.168.0.254
654
+ ```
655
+ __R3 show standby brief__
656
+ ```
657
+ R3#show standby b
658
+ P indicates configured to preempt.
659
+ |
660
+ Interface Grp Prio P State Active Standby Virtual IP
661
+ Vl20 20 105 Active local 192.168.1.252 192.168.1.254
662
+ ```
663
+ __R4 show standby brief__
664
+
665
+ ```
666
+ R4#show standby b
667
+ P indicates configured to preempt.
668
+ |
669
+ Interface Grp Prio P State Active Standby Virtual IP
670
+ Vl20 20 100 Standby 192.168.1.253 local 192.168.1.254
671
+ ```
672
+
639
673
  ###現状
640
674
  PC間の疎通はできないが、HSRPの設定は反映されている。
641
- PC-1→R1,R2へ疎通可能。
675
+ PC-1→R1,R2へ疎通可能。
642
- PC-2→R3,R4へ疎通可能。
676
+ PC-2→R3,R4へ疎通可能。
677
+ R1←→R2,R3←→R4へ疎通可能。
678
+ R1←→R2のHSRPは反映されていない。
679
+ R3←→R4のHSRPは反映されている。
643
680
 
644
681
  ###追記
645
682
  全般的に質問事項を更新しました。

11

追記

2018/02/04 05:15

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -1,8 +1,8 @@
1
1
  ###環境
2
2
  GNS3
3
3
 
4
+ ![イメージ説明](fa588b4523e04688ba7cde46d3bcdd37.png)
4
5
 
5
-
6
6
  ###ステータス
7
7
 
8
8
  __R1 show run__

10

更新

2018/02/04 05:03

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -1,23 +1,23 @@
1
1
  ###環境
2
2
  GNS3
3
3
 
4
- ![イメージ説明](7586070c3213ad19a30fd433eab54f73.png)
5
4
 
5
+
6
6
  ###ステータス
7
7
 
8
- __R2 show run__
8
+ __R1 show run__
9
9
  ```
10
- R2#show run
10
+ R1#show run
11
11
  Building configuration...
12
12
 
13
- Current configuration : 1901 bytes
13
+ Current configuration : 1770 bytes
14
14
  !
15
15
  version 12.4
16
16
  service timestamps debug datetime msec
17
17
  service timestamps log datetime msec
18
18
  no service password-encryption
19
19
  !
20
- hostname R2
20
+ hostname R1
21
21
  !
22
22
  boot-start-marker
23
23
  boot-end-marker
@@ -29,13 +29,34 @@
29
29
  ip cef
30
30
  !
31
31
  !
32
+ !
33
+ !
32
34
  no ip domain lookup
33
35
  ip auth-proxy max-nodata-conns 3
34
36
  ip admission max-nodata-conns 3
35
37
  !
36
38
  !
39
+ !
40
+ !
41
+ !
42
+ !
43
+ !
44
+ !
45
+ !
46
+ !
47
+ !
48
+ !
49
+ !
50
+ !
51
+ !
52
+ !
53
+ !
37
54
  ip tcp synwait-time 5
38
55
  !
56
+ !
57
+ !
58
+ !
59
+ !
39
60
  interface FastEthernet0/0
40
61
  no ip address
41
62
  shutdown
@@ -66,17 +87,17 @@
66
87
  interface FastEthernet1/0
67
88
  !
68
89
  interface FastEthernet1/1
69
- switchport access vlan 10
70
90
  !
71
91
  interface FastEthernet1/2
92
+ switchport access vlan 10
72
93
  !
73
94
  interface FastEthernet1/3
74
95
  !
75
96
  interface FastEthernet1/4
76
- no switchport
77
- ip address 192.168.10.1 255.255.255.0
78
97
  !
79
98
  interface FastEthernet1/5
99
+ no switchport
100
+ ip address 10.0.0.1 255.255.255.0
80
101
  !
81
102
  interface FastEthernet1/6
82
103
  !
@@ -102,25 +123,32 @@
102
123
  no ip address
103
124
  !
104
125
  interface Vlan10
105
- ip address 192.168.5.1 255.255.255.0
126
+ ip address 192.168.0.253 255.255.255.0
127
+ standby priority 105
128
+ standby preempt
106
- standby 10 ip 192.168.5.254
129
+ standby 10 ip 192.168.0.254
107
- standby 10 priority 105
108
- standby 10 preempt
109
130
  !
110
131
  ip forward-protocol nd
111
- ip route 192.168.20.0 255.255.255.0 192.168.10.2
112
132
  !
113
133
  !
114
134
  no ip http server
115
135
  no ip http secure-server
116
136
  !
117
- mac-address-table static 0000.0c07.ac0a interface FastEthernet1/1 vlan 10
118
137
  no cdp log mismatch duplex
119
138
  !
120
139
  !
140
+ !
121
141
  control-plane
122
142
  !
123
143
  !
144
+ !
145
+ !
146
+ !
147
+ !
148
+ !
149
+ !
150
+ !
151
+ !
124
152
  line con 0
125
153
  exec-timeout 0 0
126
154
  privilege level 15
@@ -136,19 +164,19 @@
136
164
  end
137
165
  ```
138
166
 
139
- __R3 show run__
167
+ __R2 show run__
140
168
  ```
141
- R3#show run
169
+ R2#show run
142
170
  Building configuration...
143
171
 
144
- Current configuration : 1679 bytes
172
+ Current configuration : 1728 bytes
145
173
  !
146
174
  version 12.4
147
175
  service timestamps debug datetime msec
148
176
  service timestamps log datetime msec
149
177
  no service password-encryption
150
178
  !
151
- hostname R3
179
+ hostname R2
152
180
  !
153
181
  boot-start-marker
154
182
  boot-end-marker
@@ -160,14 +188,34 @@
160
188
  ip cef
161
189
  !
162
190
  !
191
+ !
192
+ !
163
193
  no ip domain lookup
164
194
  ip auth-proxy max-nodata-conns 3
165
195
  ip admission max-nodata-conns 3
166
196
  !
167
197
  !
198
+ !
199
+ !
200
+ !
201
+ !
202
+ !
203
+ !
204
+ !
205
+ !
206
+ !
207
+ !
208
+ !
209
+ !
210
+ !
211
+ !
212
+ !
168
213
  ip tcp synwait-time 5
169
214
  !
170
215
  !
216
+ !
217
+ !
218
+ !
171
219
  interface FastEthernet0/0
172
220
  no ip address
173
221
  shutdown
@@ -198,17 +246,19 @@
198
246
  interface FastEthernet1/0
199
247
  !
200
248
  interface FastEthernet1/1
201
- switchport access vlan 10
202
249
  !
203
250
  interface FastEthernet1/2
204
251
  !
205
252
  interface FastEthernet1/3
253
+ switchport access vlan 10
206
254
  !
207
255
  interface FastEthernet1/4
208
256
  !
209
257
  interface FastEthernet1/5
210
258
  !
211
259
  interface FastEthernet1/6
260
+ no switchport
261
+ ip address 10.0.1.1 255.255.255.0
212
262
  !
213
263
  interface FastEthernet1/7
214
264
  !
@@ -232,8 +282,8 @@
232
282
  no ip address
233
283
  !
234
284
  interface Vlan10
235
- ip address 192.168.5.2 255.255.255.0
285
+ ip address 192.168.0.252 255.255.255.0
236
- standby 10 ip 192.168.5.254
286
+ standby ip 192.168.0.254
237
287
  !
238
288
  ip forward-protocol nd
239
289
  !
@@ -244,9 +294,18 @@
244
294
  no cdp log mismatch duplex
245
295
  !
246
296
  !
297
+ !
247
298
  control-plane
248
299
  !
249
300
  !
301
+ !
302
+ !
303
+ !
304
+ !
305
+ !
306
+ !
307
+ !
308
+ !
250
309
  line con 0
251
310
  exec-timeout 0 0
252
311
  privilege level 15
@@ -262,19 +321,19 @@
262
321
  end
263
322
  ```
264
323
 
265
- __R4 show run__
324
+ __R3 show run__
266
325
  ```
267
- R4#show run
326
+ R3#show run
268
327
  Building configuration...
269
328
 
270
- Current configuration : 1674 bytes
329
+ Current configuration : 1773 bytes
271
330
  !
272
331
  version 12.4
273
332
  service timestamps debug datetime msec
274
333
  service timestamps log datetime msec
275
334
  no service password-encryption
276
335
  !
277
- hostname R4
336
+ hostname R3
278
337
  !
279
338
  boot-start-marker
280
339
  boot-end-marker
@@ -286,6 +345,8 @@
286
345
  ip cef
287
346
  !
288
347
  !
348
+ !
349
+ !
289
350
  no ip domain lookup
290
351
  ip auth-proxy max-nodata-conns 3
291
352
  ip admission max-nodata-conns 3
@@ -293,8 +354,25 @@
293
354
  !
294
355
  !
295
356
  !
357
+ !
358
+ !
359
+ !
360
+ !
361
+ !
362
+ !
363
+ !
364
+ !
365
+ !
366
+ !
367
+ !
368
+ !
369
+ !
296
370
  ip tcp synwait-time 5
297
371
  !
372
+ !
373
+ !
374
+ !
375
+ !
298
376
  interface FastEthernet0/0
299
377
  no ip address
300
378
  shutdown
@@ -325,18 +403,17 @@
325
403
  interface FastEthernet1/0
326
404
  !
327
405
  interface FastEthernet1/1
328
- no switchport
329
- ip address 192.168.20.1 255.255.255.0
330
406
  !
331
407
  interface FastEthernet1/2
332
- no switchport
408
+ switchport access vlan 20
333
- ip address 192.168.10.2 255.255.255.0
334
409
  !
335
410
  interface FastEthernet1/3
336
411
  !
337
412
  interface FastEthernet1/4
338
413
  !
339
414
  interface FastEthernet1/5
415
+ no switchport
416
+ ip address 10.0.0.2 255.255.255.0
340
417
  !
341
418
  interface FastEthernet1/6
342
419
  !
@@ -361,6 +438,12 @@
361
438
  interface Vlan1
362
439
  no ip address
363
440
  !
441
+ interface Vlan20
442
+ ip address 192.168.1.253 255.255.255.0
443
+ standby preempt
444
+ standby 20 ip 192.168.1.254
445
+ standby 20 priority 105
446
+ !
364
447
  ip forward-protocol nd
365
448
  !
366
449
  !
@@ -375,6 +458,13 @@
375
458
  !
376
459
  !
377
460
  !
461
+ !
462
+ !
463
+ !
464
+ !
465
+ !
466
+ !
467
+ !
378
468
  line con 0
379
469
  exec-timeout 0 0
380
470
  privilege level 15
@@ -390,19 +480,19 @@
390
480
  end
391
481
  ```
392
482
 
393
- __R5 show run__
483
+ __R4 show run__
394
484
  ```
395
- R5#show run
485
+ R4#show run
396
486
  Building configuration...
397
487
 
398
- Current configuration : 1566 bytes
488
+ Current configuration : 1731 bytes
399
489
  !
400
490
  version 12.4
401
491
  service timestamps debug datetime msec
402
492
  service timestamps log datetime msec
403
493
  no service password-encryption
404
494
  !
405
- hostname R5
495
+ hostname R4
406
496
  !
407
497
  boot-start-marker
408
498
  boot-end-marker
@@ -422,9 +512,26 @@
422
512
  !
423
513
  !
424
514
  !
515
+ !
516
+ !
517
+ !
518
+ !
519
+ !
520
+ !
521
+ !
522
+ !
523
+ !
524
+ !
525
+ !
526
+ !
527
+ !
528
+ !
425
529
  ip tcp synwait-time 5
426
530
  !
427
531
  !
532
+ !
533
+ !
534
+ !
428
535
  interface FastEthernet0/0
429
536
  no ip address
430
537
  shutdown
@@ -459,12 +566,15 @@
459
566
  interface FastEthernet1/2
460
567
  !
461
568
  interface FastEthernet1/3
569
+ switchport access vlan 20
462
570
  !
463
571
  interface FastEthernet1/4
464
572
  !
465
573
  interface FastEthernet1/5
466
574
  !
467
575
  interface FastEthernet1/6
576
+ no switchport
577
+ ip address 10.0.1.2 255.255.255.0
468
578
  !
469
579
  interface FastEthernet1/7
470
580
  !
@@ -487,6 +597,10 @@
487
597
  interface Vlan1
488
598
  no ip address
489
599
  !
600
+ interface Vlan20
601
+ ip address 192.168.1.252 255.255.255.0
602
+ standby 20 ip 192.168.1.254
603
+ !
490
604
  ip forward-protocol nd
491
605
  !
492
606
  !
@@ -500,6 +614,14 @@
500
614
  control-plane
501
615
  !
502
616
  !
617
+ !
618
+ !
619
+ !
620
+ !
621
+ !
622
+ !
623
+ !
624
+ !
503
625
  line con 0
504
626
  exec-timeout 0 0
505
627
  privilege level 15
@@ -514,29 +636,10 @@
514
636
  !
515
637
  end
516
638
  ```
639
+ ###現状
640
+ PC間の疎通はできないが、HSRPの設定は反映されている。
641
+ PC-1→R1,R2へは疎通可能。
642
+ PC-2→R3,R4へは疎通可能。
517
643
 
518
- __R2 show standby brief__
519
- ```
520
- R2#show standby b
521
- P indicates configured to preempt.
522
- |
523
- Interface Grp Prio P State Active Standby Virtual IP
524
- Vl10 10 105 P Active local 192.168.5.2 192.168.5.254
525
- ```
526
-
527
- __R3 show standby brief__
528
- ```
529
- R3#show standby b
530
- P indicates configured to preempt.
531
- |
532
- Interface Grp Prio P State Active Standby Virtual IP
533
- Vl10 10 100 Standby 192.168.5.1 local 192.168.5.254
534
- ```
535
-
536
- ###疑問点
537
- ping 192.168.5.254が通りません。
538
-
539
644
  ###追記
540
- NW図、修正しました。
645
+ 全般的に質問事項を更新しました。
541
- 各スイッチのコンフィグ、疑問点、タイトル「HSRP反映されない」→「HSRPの先のルーティング設定について」更新しました。
542
- ※文字数制限のためR1のshow runは載せていません。

9

修正

2018/02/04 05:02

投稿

narururu
narururu

スコア172

title CHANGED
@@ -1,1 +1,1 @@
1
- HSRP反映されな
1
+ HSRPの先のルーティング設定につ
body CHANGED
@@ -538,6 +538,5 @@
538
538
 
539
539
  ###追記
540
540
  NW図、修正しました。
541
- 各スイッチのコンフィグ更新しました。
541
+ 各スイッチのコンフィグ、疑問点、タイトル「HSRP反映されない」→「HSRPの先のルーティング設定について」更新しました。
542
- 疑問点更新しました。
543
542
  ※文字数制限のためR1のshow runは載せていません。

8

修正追記

2018/02/03 14:15

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -1,240 +1,126 @@
1
1
  ###環境
2
2
  GNS3
3
3
 
4
- ![イメージ説明](c0cba853cd3952078b89a0841eea665c.png)
4
+ ![イメージ説明](7586070c3213ad19a30fd433eab54f73.png)
5
5
 
6
6
  ###ステータス
7
- __R1 show run__
8
- ```
9
- R1#show run
10
- Building configuration...
11
7
 
12
- Current configuration : 1728 bytes
13
-
14
- version 12.4
15
- service timestamps debug datetime msec
16
- service timestamps log datetime msec
17
- no service password-encryption
18
-
19
- hostname R1
20
-
21
- boot-start-marker
22
- boot-end-marker
23
-
24
-
25
- no aaa new-model
26
- memory-size iomem 5
27
- no ip icmp rate-limit unreachable
28
- ip cef
29
-
30
- no ip domain lookup
31
-
32
- multilink bundle-name authenticated
33
-
34
- archive
35
- log config
36
- hidekeys
37
-
38
- ip tcp synwait-time 5
39
-
40
- interface FastEthernet0/0
41
- no ip address
42
- shutdown
43
- duplex auto
44
- speed auto
45
-
46
- interface Serial0/0
47
- no ip address
48
- shutdown
49
- clock rate 2000000
50
-
51
- interface FastEthernet0/1
52
- no ip address
53
- shutdown
54
- duplex auto
55
- speed auto
56
-
57
- interface Serial0/1
58
- no ip address
59
- shutdown
60
- clock rate 2000000
61
-
62
- interface Serial0/2
63
- no ip address
64
- shutdown
65
- clock rate 2000000
66
-
67
- interface FastEthernet1/0
68
-
69
- interface FastEthernet1/1
70
- switchport access vlan 10
71
-
72
- interface FastEthernet1/2
73
- switchport access vlan 10
74
-
75
- interface FastEthernet1/3
76
- switchport access vlan 10
77
-
78
- interface FastEthernet1/4
79
-
80
- interface FastEthernet1/5
81
-
82
- interface FastEthernet1/6
83
-
84
- interface FastEthernet1/7
85
-
86
- interface FastEthernet1/8
87
-
88
- interface FastEthernet1/9
89
-
90
- interface FastEthernet1/10
91
-
92
- interface FastEthernet1/11
93
-
94
- interface FastEthernet1/12
95
-
96
- interface FastEthernet1/13
97
-
98
- interface FastEthernet1/14
99
-
100
- interface FastEthernet1/15
101
-
102
- interface Vlan1
103
- no ip address
104
-
105
- ip forward-protocol nd
106
-
107
- no ip http server
108
- no ip http secure-server
109
-
110
- no cdp log mismatch duplex
111
-
112
- control-plane
113
- line con 0
114
- exec-timeout 0 0
115
- privilege level 15
116
- logging synchronous
117
- line aux 0
118
- exec-timeout 0 0
119
- privilege level 15
120
- logging synchronous
121
- line vty 0 4
122
- login
123
-
124
-
125
- end
126
- ```
127
-
128
8
  __R2 show run__
129
9
  ```
130
10
  R2#show run
131
11
  Building configuration...
132
12
 
133
- Current configuration : 1761 bytes
13
+ Current configuration : 1901 bytes
134
-
14
+ !
135
15
  version 12.4
136
16
  service timestamps debug datetime msec
137
17
  service timestamps log datetime msec
138
18
  no service password-encryption
139
-
19
+ !
140
20
  hostname R2
141
-
21
+ !
142
22
  boot-start-marker
143
23
  boot-end-marker
144
-
24
+ !
145
-
25
+ !
146
26
  no aaa new-model
147
27
  memory-size iomem 5
148
28
  no ip icmp rate-limit unreachable
149
29
  ip cef
150
-
30
+ !
31
+ !
151
32
  no ip domain lookup
152
33
  ip auth-proxy max-nodata-conns 3
153
34
  ip admission max-nodata-conns 3
154
-
35
+ !
155
-
36
+ !
156
37
  ip tcp synwait-time 5
157
-
38
+ !
158
39
  interface FastEthernet0/0
159
40
  no ip address
160
41
  shutdown
161
42
  duplex auto
162
43
  speed auto
163
-
44
+ !
164
45
  interface Serial0/0
165
46
  no ip address
166
47
  shutdown
167
48
  clock rate 2000000
168
-
49
+ !
169
50
  interface FastEthernet0/1
170
51
  no ip address
171
52
  shutdown
172
53
  duplex auto
173
54
  speed auto
174
-
55
+ !
175
56
  interface Serial0/1
176
57
  no ip address
177
58
  shutdown
178
59
  clock rate 2000000
179
-
60
+ !
180
61
  interface Serial0/2
181
62
  no ip address
182
63
  shutdown
183
64
  clock rate 2000000
184
-
65
+ !
185
66
  interface FastEthernet1/0
186
-
67
+ !
187
68
  interface FastEthernet1/1
188
69
  switchport access vlan 10
189
-
70
+ !
190
71
  interface FastEthernet1/2
191
-
72
+ !
192
73
  interface FastEthernet1/3
193
-
74
+ !
194
75
  interface FastEthernet1/4
195
- switchport access vlan 10
76
+ no switchport
196
-
77
+ ip address 192.168.10.1 255.255.255.0
78
+ !
197
79
  interface FastEthernet1/5
198
-
80
+ !
199
81
  interface FastEthernet1/6
200
-
82
+ !
201
83
  interface FastEthernet1/7
202
-
84
+ !
203
85
  interface FastEthernet1/8
204
-
86
+ !
205
87
  interface FastEthernet1/9
206
-
88
+ !
207
89
  interface FastEthernet1/10
208
-
90
+ !
209
91
  interface FastEthernet1/11
210
-
92
+ !
211
93
  interface FastEthernet1/12
212
-
94
+ !
213
95
  interface FastEthernet1/13
214
-
96
+ !
215
97
  interface FastEthernet1/14
216
-
98
+ !
217
99
  interface FastEthernet1/15
218
-
100
+ !
219
101
  interface Vlan1
220
102
  no ip address
221
-
103
+ !
222
104
  interface Vlan10
223
105
  ip address 192.168.5.1 255.255.255.0
224
106
  standby 10 ip 192.168.5.254
225
107
  standby 10 priority 105
226
108
  standby 10 preempt
227
-
109
+ !
228
110
  ip forward-protocol nd
229
-
111
+ ip route 192.168.20.0 255.255.255.0 192.168.10.2
230
-
112
+ !
113
+ !
231
114
  no ip http server
232
115
  no ip http secure-server
233
-
116
+ !
117
+ mac-address-table static 0000.0c07.ac0a interface FastEthernet1/1 vlan 10
234
118
  no cdp log mismatch duplex
235
-
119
+ !
120
+ !
236
121
  control-plane
237
-
122
+ !
123
+ !
238
124
  line con 0
239
125
  exec-timeout 0 0
240
126
  privilege level 15
@@ -245,8 +131,8 @@
245
131
  logging synchronous
246
132
  line vty 0 4
247
133
  login
248
-
134
+ !
249
-
135
+ !
250
136
  end
251
137
  ```
252
138
 
@@ -255,109 +141,112 @@
255
141
  R3#show run
256
142
  Building configuration...
257
143
 
258
- Current configuration : 1706 bytes
144
+ Current configuration : 1679 bytes
259
-
145
+ !
260
146
  version 12.4
261
147
  service timestamps debug datetime msec
262
148
  service timestamps log datetime msec
263
149
  no service password-encryption
264
-
150
+ !
265
151
  hostname R3
266
-
152
+ !
267
153
  boot-start-marker
268
154
  boot-end-marker
269
-
155
+ !
270
-
156
+ !
271
157
  no aaa new-model
272
158
  memory-size iomem 5
273
159
  no ip icmp rate-limit unreachable
274
160
  ip cef
275
-
161
+ !
162
+ !
276
163
  no ip domain lookup
277
164
  ip auth-proxy max-nodata-conns 3
278
165
  ip admission max-nodata-conns 3
279
-
166
+ !
280
-
167
+ !
281
168
  ip tcp synwait-time 5
282
-
169
+ !
170
+ !
283
171
  interface FastEthernet0/0
284
172
  no ip address
285
173
  shutdown
286
174
  duplex auto
287
175
  speed auto
288
-
176
+ !
289
177
  interface Serial0/0
290
178
  no ip address
291
179
  shutdown
292
180
  clock rate 2000000
293
-
181
+ !
294
182
  interface FastEthernet0/1
295
183
  no ip address
296
184
  shutdown
297
185
  duplex auto
298
186
  speed auto
299
-
187
+ !
300
188
  interface Serial0/1
301
189
  no ip address
302
190
  shutdown
303
191
  clock rate 2000000
304
-
192
+ !
305
193
  interface Serial0/2
306
194
  no ip address
307
195
  shutdown
308
196
  clock rate 2000000
309
-
197
+ !
310
198
  interface FastEthernet1/0
311
-
199
+ !
312
200
  interface FastEthernet1/1
313
201
  switchport access vlan 10
314
-
202
+ !
315
203
  interface FastEthernet1/2
316
-
204
+ !
317
205
  interface FastEthernet1/3
318
-
206
+ !
319
207
  interface FastEthernet1/4
320
-
208
+ !
321
209
  interface FastEthernet1/5
322
- switchport access vlan 10
210
+ !
323
-
324
211
  interface FastEthernet1/6
325
-
212
+ !
326
213
  interface FastEthernet1/7
327
-
214
+ !
328
215
  interface FastEthernet1/8
329
-
216
+ !
330
217
  interface FastEthernet1/9
331
-
218
+ !
332
219
  interface FastEthernet1/10
333
-
220
+ !
334
221
  interface FastEthernet1/11
335
-
222
+ !
336
223
  interface FastEthernet1/12
337
-
224
+ !
338
225
  interface FastEthernet1/13
339
-
226
+ !
340
227
  interface FastEthernet1/14
341
-
228
+ !
342
229
  interface FastEthernet1/15
343
-
230
+ !
344
231
  interface Vlan1
345
232
  no ip address
346
-
233
+ !
347
234
  interface Vlan10
348
235
  ip address 192.168.5.2 255.255.255.0
349
236
  standby 10 ip 192.168.5.254
350
-
237
+ !
351
238
  ip forward-protocol nd
352
-
239
+ !
353
-
240
+ !
354
241
  no ip http server
355
242
  no ip http secure-server
356
-
243
+ !
357
244
  no cdp log mismatch duplex
358
-
245
+ !
246
+ !
359
247
  control-plane
360
-
248
+ !
249
+ !
361
250
  line con 0
362
251
  exec-timeout 0 0
363
252
  privilege level 15
@@ -368,8 +257,8 @@
368
257
  logging synchronous
369
258
  line vty 0 4
370
259
  login
371
-
260
+ !
372
-
261
+ !
373
262
  end
374
263
  ```
375
264
 
@@ -378,105 +267,114 @@
378
267
  R4#show run
379
268
  Building configuration...
380
269
 
381
- Current configuration : 1593 bytes
270
+ Current configuration : 1674 bytes
382
-
271
+ !
383
272
  version 12.4
384
273
  service timestamps debug datetime msec
385
274
  service timestamps log datetime msec
386
275
  no service password-encryption
387
-
276
+ !
388
277
  hostname R4
389
-
278
+ !
390
279
  boot-start-marker
391
280
  boot-end-marker
392
-
281
+ !
393
-
282
+ !
394
283
  no aaa new-model
395
284
  memory-size iomem 5
396
285
  no ip icmp rate-limit unreachable
397
286
  ip cef
398
-
287
+ !
288
+ !
399
289
  no ip domain lookup
400
290
  ip auth-proxy max-nodata-conns 3
401
291
  ip admission max-nodata-conns 3
402
-
292
+ !
403
-
293
+ !
294
+ !
295
+ !
404
296
  ip tcp synwait-time 5
405
-
297
+ !
406
-
407
298
  interface FastEthernet0/0
408
299
  no ip address
409
300
  shutdown
410
301
  duplex auto
411
302
  speed auto
412
-
303
+ !
413
304
  interface Serial0/0
414
305
  no ip address
415
306
  shutdown
416
307
  clock rate 2000000
417
-
308
+ !
418
309
  interface FastEthernet0/1
419
310
  no ip address
420
311
  shutdown
421
312
  duplex auto
422
313
  speed auto
423
-
314
+ !
424
315
  interface Serial0/1
425
316
  no ip address
426
317
  shutdown
427
318
  clock rate 2000000
428
-
319
+ !
429
320
  interface Serial0/2
430
321
  no ip address
431
322
  shutdown
432
323
  clock rate 2000000
433
-
324
+ !
434
325
  interface FastEthernet1/0
435
-
326
+ !
436
327
  interface FastEthernet1/1
437
-
328
+ no switchport
329
+ ip address 192.168.20.1 255.255.255.0
330
+ !
438
331
  interface FastEthernet1/2
439
- switchport access vlan 10
332
+ no switchport
440
-
333
+ ip address 192.168.10.2 255.255.255.0
334
+ !
441
335
  interface FastEthernet1/3
442
-
336
+ !
443
337
  interface FastEthernet1/4
444
-
338
+ !
445
339
  interface FastEthernet1/5
446
-
340
+ !
447
341
  interface FastEthernet1/6
448
-
342
+ !
449
343
  interface FastEthernet1/7
450
-
344
+ !
451
345
  interface FastEthernet1/8
452
-
346
+ !
453
347
  interface FastEthernet1/9
454
-
348
+ !
455
349
  interface FastEthernet1/10
456
-
350
+ !
457
351
  interface FastEthernet1/11
458
-
352
+ !
459
353
  interface FastEthernet1/12
460
-
354
+ !
461
355
  interface FastEthernet1/13
462
-
356
+ !
463
357
  interface FastEthernet1/14
464
-
358
+ !
465
359
  interface FastEthernet1/15
466
-
360
+ !
467
361
  interface Vlan1
468
362
  no ip address
469
-
363
+ !
470
364
  ip forward-protocol nd
471
-
365
+ !
472
-
366
+ !
473
367
  no ip http server
474
368
  no ip http secure-server
475
-
369
+ !
476
370
  no cdp log mismatch duplex
477
-
371
+ !
372
+ !
373
+ !
478
374
  control-plane
479
-
375
+ !
376
+ !
377
+ !
480
378
  line con 0
481
379
  exec-timeout 0 0
482
380
  privilege level 15
@@ -487,8 +385,8 @@
487
385
  logging synchronous
488
386
  line vty 0 4
489
387
  login
490
-
388
+ !
491
-
389
+ !
492
390
  end
493
391
  ```
494
392
 
@@ -497,108 +395,111 @@
497
395
  R5#show run
498
396
  Building configuration...
499
397
 
500
- Current configuration : 1593 bytes
398
+ Current configuration : 1566 bytes
501
-
399
+ !
502
400
  version 12.4
503
401
  service timestamps debug datetime msec
504
402
  service timestamps log datetime msec
505
403
  no service password-encryption
506
-
404
+ !
507
405
  hostname R5
508
-
406
+ !
509
407
  boot-start-marker
510
408
  boot-end-marker
511
-
409
+ !
512
-
410
+ !
513
411
  no aaa new-model
514
412
  memory-size iomem 5
515
413
  no ip icmp rate-limit unreachable
516
414
  ip cef
517
-
415
+ !
416
+ !
417
+ !
418
+ !
518
419
  no ip domain lookup
519
420
  ip auth-proxy max-nodata-conns 3
520
421
  ip admission max-nodata-conns 3
521
-
422
+ !
423
+ !
424
+ !
522
425
  ip tcp synwait-time 5
523
-
426
+ !
427
+ !
524
428
  interface FastEthernet0/0
525
429
  no ip address
526
430
  shutdown
527
431
  duplex auto
528
432
  speed auto
529
-
433
+ !
530
434
  interface Serial0/0
531
435
  no ip address
532
436
  shutdown
533
437
  clock rate 2000000
534
-
438
+ !
535
439
  interface FastEthernet0/1
536
440
  no ip address
537
441
  shutdown
538
442
  duplex auto
539
443
  speed auto
540
-
444
+ !
541
445
  interface Serial0/1
542
446
  no ip address
543
447
  shutdown
544
448
  clock rate 2000000
545
-
449
+ !
546
450
  interface Serial0/2
547
451
  no ip address
548
452
  shutdown
549
453
  clock rate 2000000
550
-
454
+ !
551
455
  interface FastEthernet1/0
552
-
456
+ !
553
457
  interface FastEthernet1/1
554
-
458
+ !
555
459
  interface FastEthernet1/2
556
-
460
+ !
557
461
  interface FastEthernet1/3
558
- switchport access vlan 10
462
+ !
559
-
560
463
  interface FastEthernet1/4
561
-
464
+ !
562
465
  interface FastEthernet1/5
563
-
466
+ !
564
467
  interface FastEthernet1/6
565
-
468
+ !
566
469
  interface FastEthernet1/7
567
-
470
+ !
568
471
  interface FastEthernet1/8
569
-
472
+ !
570
473
  interface FastEthernet1/9
571
-
474
+ !
572
475
  interface FastEthernet1/10
573
-
476
+ !
574
477
  interface FastEthernet1/11
575
-
478
+ !
576
479
  interface FastEthernet1/12
577
-
480
+ !
578
481
  interface FastEthernet1/13
579
-
482
+ !
580
483
  interface FastEthernet1/14
581
-
484
+ !
582
485
  interface FastEthernet1/15
583
-
486
+ !
584
487
  interface Vlan1
585
488
  no ip address
586
-
489
+ !
587
490
  ip forward-protocol nd
588
-
491
+ !
589
-
492
+ !
590
493
  no ip http server
591
494
  no ip http secure-server
592
-
495
+ !
593
496
  no cdp log mismatch duplex
594
-
497
+ !
595
-
498
+ !
596
-
499
+ !
597
500
  control-plane
598
-
501
+ !
599
-
502
+ !
600
-
601
-
602
503
  line con 0
603
504
  exec-timeout 0 0
604
505
  privilege level 15
@@ -609,8 +510,8 @@
609
510
  logging synchronous
610
511
  line vty 0 4
611
512
  login
612
-
513
+ !
613
-
514
+ !
614
515
  end
615
516
  ```
616
517
 
@@ -620,7 +521,7 @@
620
521
  P indicates configured to preempt.
621
522
  |
622
523
  Interface Grp Prio P State Active Standby Virtual IP
623
- Vl10 10 105 P Init unknown unknown 192.168.5.254
524
+ Vl10 10 105 P Active local 192.168.5.2 192.168.5.254
624
525
  ```
625
526
 
626
527
  __R3 show standby brief__
@@ -629,21 +530,14 @@
629
530
  P indicates configured to preempt.
630
531
  |
631
532
  Interface Grp Prio P State Active Standby Virtual IP
632
- Vl10 10 100 Active local unknown 192.168.5.254
533
+ Vl10 10 100 Standby 192.168.5.1 local 192.168.5.254
633
534
  ```
634
535
 
635
536
  ###疑問点
636
- 以下URLに基づいてコマンドを入力したのですが、R2とR3でHSRPの設定が反映されません。(パラメータは違います)
637
- http://www.infraexpert.com/study/fhrpz02.html
638
- ping 192.168.5.254通りません。
537
+ ping 192.168.5.254通りません。
639
538
 
640
- ###
641
- 色々調べて試したのですが、原因わからず、、
642
- 問題解決できる方いらっしゃいましたら、ご回答よろしくお願いいたします。
643
-
644
- 以上、ご確認お願いいたします。
645
-
646
539
  ###追記
647
- R1とR2のshow runを更新しました。
648
- R1とR4、R5のint vlan 10を削除しました。
649
- NW図、修正しました。
540
+ NW図、修正しました。
541
+ 各スイッチのコンフィグ更新しました。
542
+ 疑問点更新しました。
543
+ ※文字数制限のためR1のshow runは載せていません。

7

修正

2018/02/03 13:46

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -1,7 +1,7 @@
1
1
  ###環境
2
2
  GNS3
3
3
 
4
- ![イメージ説明](cffecec97357057332b9e3fed3992d19.png)
4
+ ![イメージ説明](c0cba853cd3952078b89a0841eea665c.png)
5
5
 
6
6
  ###ステータス
7
7
  __R1 show run__
@@ -645,4 +645,5 @@
645
645
 
646
646
  ###追記
647
647
  R1とR2のshow runを更新しました。
648
- R1とR4、R5のint vlan 10を削除しました。
648
+ R1とR4、R5のint vlan 10を削除しました。
649
+ NW図、修正しました。

6

追記

2018/02/03 10:09

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -635,6 +635,7 @@
635
635
  ###疑問点
636
636
  以下URLに基づいてコマンドを入力したのですが、R2とR3でHSRPの設定が反映されません。(パラメータは違います)
637
637
  http://www.infraexpert.com/study/fhrpz02.html
638
+ ping 192.168.5.254も通りません。
638
639
 
639
640
  ###
640
641
  色々調べて試したのですが、原因わからず、、

5

修正

2018/02/02 04:42

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -1,7 +1,7 @@
1
1
  ###環境
2
2
  GNS3
3
3
 
4
- [イメージ説明](cffecec97357057332b9e3fed3992d19.png)
4
+ ![イメージ説明](cffecec97357057332b9e3fed3992d19.png)
5
5
 
6
6
  ###ステータス
7
7
  __R1 show run__

4

修正

2018/02/02 04:35

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -644,4 +644,4 @@
644
644
 
645
645
  ###追記
646
646
  R1とR2のshow runを更新しました。
647
- R4とR5のint vlan 10を削除しました。
647
+ R1R4、R5のint vlan 10を削除しました。

3

修正

2018/02/02 04:34

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -1,7 +1,7 @@
1
1
  ###環境
2
2
  GNS3
3
3
 
4
- ![イメージ説明](cffecec97357057332b9e3fed3992d19.png)
4
+ [イメージ説明](cffecec97357057332b9e3fed3992d19.png)
5
5
 
6
6
  ###ステータス
7
7
  __R1 show run__
@@ -10,154 +10,106 @@
10
10
  Building configuration...
11
11
 
12
12
  Current configuration : 1728 bytes
13
- !
13
+
14
14
  version 12.4
15
15
  service timestamps debug datetime msec
16
16
  service timestamps log datetime msec
17
17
  no service password-encryption
18
- !
18
+
19
19
  hostname R1
20
- !
20
+
21
21
  boot-start-marker
22
22
  boot-end-marker
23
- !
23
+
24
- !
24
+
25
25
  no aaa new-model
26
26
  memory-size iomem 5
27
27
  no ip icmp rate-limit unreachable
28
28
  ip cef
29
- !
29
+
30
- !
31
- !
32
- !
33
30
  no ip domain lookup
34
- !
31
+
35
32
  multilink bundle-name authenticated
36
- !
33
+
37
- !
38
- !
39
- !
40
- !
41
- !
42
- !
43
- !
44
- !
45
- !
46
- !
47
- !
48
- !
49
- !
50
- !
51
- !
52
- !
53
- !
54
- !
55
- !
56
- !
57
34
  archive
58
35
  log config
59
36
  hidekeys
60
- !
37
+
61
- !
62
- !
63
- !
64
38
  ip tcp synwait-time 5
65
- !
39
+
66
- !
67
- !
68
- !
69
40
  interface FastEthernet0/0
70
41
  no ip address
71
42
  shutdown
72
43
  duplex auto
73
44
  speed auto
74
- !
45
+
75
46
  interface Serial0/0
76
47
  no ip address
77
48
  shutdown
78
49
  clock rate 2000000
79
- !
50
+
80
51
  interface FastEthernet0/1
81
52
  no ip address
82
53
  shutdown
83
54
  duplex auto
84
55
  speed auto
85
- !
56
+
86
57
  interface Serial0/1
87
58
  no ip address
88
59
  shutdown
89
60
  clock rate 2000000
90
- !
61
+
91
62
  interface Serial0/2
92
63
  no ip address
93
64
  shutdown
94
65
  clock rate 2000000
95
- !
66
+
96
67
  interface FastEthernet1/0
97
- !
68
+
98
69
  interface FastEthernet1/1
99
70
  switchport access vlan 10
100
- !
71
+
101
72
  interface FastEthernet1/2
102
73
  switchport access vlan 10
103
- !
74
+
104
75
  interface FastEthernet1/3
105
76
  switchport access vlan 10
106
- !
77
+
107
78
  interface FastEthernet1/4
108
- !
79
+
109
80
  interface FastEthernet1/5
110
- !
81
+
111
82
  interface FastEthernet1/6
112
- !
83
+
113
84
  interface FastEthernet1/7
114
- !
85
+
115
86
  interface FastEthernet1/8
116
- !
87
+
117
88
  interface FastEthernet1/9
118
- !
89
+
119
90
  interface FastEthernet1/10
120
- !
91
+
121
92
  interface FastEthernet1/11
122
- !
93
+
123
94
  interface FastEthernet1/12
124
- !
95
+
125
96
  interface FastEthernet1/13
126
- !
97
+
127
98
  interface FastEthernet1/14
128
- !
99
+
129
100
  interface FastEthernet1/15
130
- !
101
+
131
102
  interface Vlan1
132
103
  no ip address
133
- !
104
+
134
- interface Vlan10
135
- ip address 192.168.5.5 255.255.255.0
136
- !
137
105
  ip forward-protocol nd
138
- !
106
+
139
- !
140
107
  no ip http server
141
108
  no ip http secure-server
142
- !
109
+
143
110
  no cdp log mismatch duplex
144
- !
111
+
145
- !
146
- !
147
- !
148
- !
149
- !
150
112
  control-plane
151
- !
152
- !
153
- !
154
- !
155
- !
156
- !
157
- !
158
- !
159
- !
160
- !
161
113
  line con 0
162
114
  exec-timeout 0 0
163
115
  privilege level 15
@@ -168,8 +120,8 @@
168
120
  logging synchronous
169
121
  line vty 0 4
170
122
  login
171
- !
123
+
172
- !
124
+
173
125
  end
174
126
  ```
175
127
 
@@ -179,143 +131,110 @@
179
131
  Building configuration...
180
132
 
181
133
  Current configuration : 1761 bytes
182
- !
134
+
183
135
  version 12.4
184
136
  service timestamps debug datetime msec
185
137
  service timestamps log datetime msec
186
138
  no service password-encryption
187
- !
139
+
188
140
  hostname R2
189
- !
141
+
190
142
  boot-start-marker
191
143
  boot-end-marker
192
- !
144
+
193
- !
145
+
194
146
  no aaa new-model
195
147
  memory-size iomem 5
196
148
  no ip icmp rate-limit unreachable
197
149
  ip cef
198
- !
150
+
199
- !
200
- !
201
- !
202
151
  no ip domain lookup
203
152
  ip auth-proxy max-nodata-conns 3
204
153
  ip admission max-nodata-conns 3
205
- !
154
+
206
- !
155
+
207
- !
208
- !
209
- !
210
- !
211
- !
212
- !
213
- !
214
- !
215
- !
216
- !
217
- !
218
- !
219
- !
220
- !
221
- !
222
156
  ip tcp synwait-time 5
223
- !
157
+
224
- !
225
- !
226
- !
227
- !
228
158
  interface FastEthernet0/0
229
159
  no ip address
230
160
  shutdown
231
161
  duplex auto
232
162
  speed auto
233
- !
163
+
234
164
  interface Serial0/0
235
165
  no ip address
236
166
  shutdown
237
167
  clock rate 2000000
238
- !
168
+
239
169
  interface FastEthernet0/1
240
170
  no ip address
241
171
  shutdown
242
172
  duplex auto
243
173
  speed auto
244
- !
174
+
245
175
  interface Serial0/1
246
176
  no ip address
247
177
  shutdown
248
178
  clock rate 2000000
249
- !
179
+
250
180
  interface Serial0/2
251
181
  no ip address
252
182
  shutdown
253
183
  clock rate 2000000
254
- !
184
+
255
185
  interface FastEthernet1/0
256
- !
186
+
257
187
  interface FastEthernet1/1
258
188
  switchport access vlan 10
259
- !
189
+
260
190
  interface FastEthernet1/2
261
- !
191
+
262
192
  interface FastEthernet1/3
263
- !
193
+
264
194
  interface FastEthernet1/4
265
195
  switchport access vlan 10
266
- !
196
+
267
197
  interface FastEthernet1/5
268
- !
198
+
269
199
  interface FastEthernet1/6
270
- !
200
+
271
201
  interface FastEthernet1/7
272
- !
202
+
273
203
  interface FastEthernet1/8
274
- !
204
+
275
205
  interface FastEthernet1/9
276
- !
206
+
277
207
  interface FastEthernet1/10
278
- !
208
+
279
209
  interface FastEthernet1/11
280
- !
210
+
281
211
  interface FastEthernet1/12
282
- !
212
+
283
213
  interface FastEthernet1/13
284
- !
214
+
285
215
  interface FastEthernet1/14
286
- !
216
+
287
217
  interface FastEthernet1/15
288
- !
218
+
289
219
  interface Vlan1
290
220
  no ip address
291
- !
221
+
292
222
  interface Vlan10
293
223
  ip address 192.168.5.1 255.255.255.0
294
224
  standby 10 ip 192.168.5.254
295
225
  standby 10 priority 105
296
226
  standby 10 preempt
297
- !
227
+
298
228
  ip forward-protocol nd
299
- !
229
+
300
- !
230
+
301
231
  no ip http server
302
232
  no ip http secure-server
303
- !
233
+
304
234
  no cdp log mismatch duplex
305
- !
235
+
306
- !
307
- !
308
236
  control-plane
309
- !
237
+
310
- !
311
- !
312
- !
313
- !
314
- !
315
- !
316
- !
317
- !
318
- !
319
238
  line con 0
320
239
  exec-timeout 0 0
321
240
  privilege level 15
@@ -326,8 +245,8 @@
326
245
  logging synchronous
327
246
  line vty 0 4
328
247
  login
329
- !
248
+
330
- !
249
+
331
250
  end
332
251
  ```
333
252
 
@@ -337,141 +256,108 @@
337
256
  Building configuration...
338
257
 
339
258
  Current configuration : 1706 bytes
340
- !
259
+
341
260
  version 12.4
342
261
  service timestamps debug datetime msec
343
262
  service timestamps log datetime msec
344
263
  no service password-encryption
345
- !
264
+
346
265
  hostname R3
347
- !
266
+
348
267
  boot-start-marker
349
268
  boot-end-marker
350
- !
269
+
351
- !
270
+
352
271
  no aaa new-model
353
272
  memory-size iomem 5
354
273
  no ip icmp rate-limit unreachable
355
274
  ip cef
356
- !
275
+
357
- !
358
- !
359
- !
360
276
  no ip domain lookup
361
277
  ip auth-proxy max-nodata-conns 3
362
278
  ip admission max-nodata-conns 3
363
- !
279
+
364
- !
280
+
365
- !
366
- !
367
- !
368
- !
369
- !
370
- !
371
- !
372
- !
373
- !
374
- !
375
- !
376
- !
377
- !
378
- !
379
- !
380
281
  ip tcp synwait-time 5
381
- !
282
+
382
- !
383
- !
384
- !
385
- !
386
283
  interface FastEthernet0/0
387
284
  no ip address
388
285
  shutdown
389
286
  duplex auto
390
287
  speed auto
391
- !
288
+
392
289
  interface Serial0/0
393
290
  no ip address
394
291
  shutdown
395
292
  clock rate 2000000
396
- !
293
+
397
294
  interface FastEthernet0/1
398
295
  no ip address
399
296
  shutdown
400
297
  duplex auto
401
298
  speed auto
402
- !
299
+
403
300
  interface Serial0/1
404
301
  no ip address
405
302
  shutdown
406
303
  clock rate 2000000
407
- !
304
+
408
305
  interface Serial0/2
409
306
  no ip address
410
307
  shutdown
411
308
  clock rate 2000000
412
- !
309
+
413
310
  interface FastEthernet1/0
414
- !
311
+
415
312
  interface FastEthernet1/1
416
313
  switchport access vlan 10
417
- !
314
+
418
315
  interface FastEthernet1/2
419
- !
316
+
420
317
  interface FastEthernet1/3
421
- !
318
+
422
319
  interface FastEthernet1/4
423
- !
320
+
424
321
  interface FastEthernet1/5
425
322
  switchport access vlan 10
426
- !
323
+
427
324
  interface FastEthernet1/6
428
- !
325
+
429
326
  interface FastEthernet1/7
430
- !
327
+
431
328
  interface FastEthernet1/8
432
- !
329
+
433
330
  interface FastEthernet1/9
434
- !
331
+
435
332
  interface FastEthernet1/10
436
- !
333
+
437
334
  interface FastEthernet1/11
438
- !
335
+
439
336
  interface FastEthernet1/12
440
- !
337
+
441
338
  interface FastEthernet1/13
442
- !
339
+
443
340
  interface FastEthernet1/14
444
- !
341
+
445
342
  interface FastEthernet1/15
446
- !
343
+
447
344
  interface Vlan1
448
345
  no ip address
449
- !
346
+
450
347
  interface Vlan10
451
348
  ip address 192.168.5.2 255.255.255.0
452
349
  standby 10 ip 192.168.5.254
453
- !
350
+
454
351
  ip forward-protocol nd
455
- !
352
+
456
- !
353
+
457
354
  no ip http server
458
355
  no ip http secure-server
459
- !
356
+
460
357
  no cdp log mismatch duplex
461
- !
358
+
462
- !
463
- !
464
359
  control-plane
465
- !
360
+
466
- !
467
- !
468
- !
469
- !
470
- !
471
- !
472
- !
473
- !
474
- !
475
361
  line con 0
476
362
  exec-timeout 0 0
477
363
  privilege level 15
@@ -482,150 +368,237 @@
482
368
  logging synchronous
483
369
  line vty 0 4
484
370
  login
485
- !
371
+
486
- !
372
+
487
373
  end
488
374
  ```
489
375
 
376
+ __R4 show run__
377
+ ```
378
+ R4#show run
379
+ Building configuration...
380
+
381
+ Current configuration : 1593 bytes
382
+
383
+ version 12.4
384
+ service timestamps debug datetime msec
385
+ service timestamps log datetime msec
386
+ no service password-encryption
387
+
388
+ hostname R4
389
+
390
+ boot-start-marker
391
+ boot-end-marker
392
+
393
+
394
+ no aaa new-model
395
+ memory-size iomem 5
396
+ no ip icmp rate-limit unreachable
397
+ ip cef
398
+
399
+ no ip domain lookup
400
+ ip auth-proxy max-nodata-conns 3
401
+ ip admission max-nodata-conns 3
402
+
403
+
404
+ ip tcp synwait-time 5
405
+
406
+
407
+ interface FastEthernet0/0
408
+ no ip address
409
+ shutdown
410
+ duplex auto
411
+ speed auto
412
+
413
+ interface Serial0/0
414
+ no ip address
415
+ shutdown
416
+ clock rate 2000000
417
+
418
+ interface FastEthernet0/1
419
+ no ip address
420
+ shutdown
421
+ duplex auto
422
+ speed auto
423
+
424
+ interface Serial0/1
425
+ no ip address
426
+ shutdown
427
+ clock rate 2000000
428
+
429
+ interface Serial0/2
430
+ no ip address
431
+ shutdown
432
+ clock rate 2000000
433
+
434
+ interface FastEthernet1/0
435
+
436
+ interface FastEthernet1/1
437
+
438
+ interface FastEthernet1/2
439
+ switchport access vlan 10
440
+
441
+ interface FastEthernet1/3
442
+
443
+ interface FastEthernet1/4
444
+
445
+ interface FastEthernet1/5
446
+
447
+ interface FastEthernet1/6
448
+
449
+ interface FastEthernet1/7
450
+
451
+ interface FastEthernet1/8
452
+
453
+ interface FastEthernet1/9
454
+
455
+ interface FastEthernet1/10
456
+
457
+ interface FastEthernet1/11
458
+
459
+ interface FastEthernet1/12
460
+
461
+ interface FastEthernet1/13
462
+
463
+ interface FastEthernet1/14
464
+
465
+ interface FastEthernet1/15
466
+
467
+ interface Vlan1
468
+ no ip address
469
+
470
+ ip forward-protocol nd
471
+
472
+
473
+ no ip http server
474
+ no ip http secure-server
475
+
476
+ no cdp log mismatch duplex
477
+
478
+ control-plane
479
+
480
+ line con 0
481
+ exec-timeout 0 0
482
+ privilege level 15
483
+ logging synchronous
484
+ line aux 0
485
+ exec-timeout 0 0
486
+ privilege level 15
487
+ logging synchronous
488
+ line vty 0 4
489
+ login
490
+
491
+
492
+ end
493
+ ```
494
+
490
495
  __R5 show run__
491
496
  ```
492
497
  R5#show run
493
498
  Building configuration...
494
499
 
495
- Current configuration : 1650 bytes
500
+ Current configuration : 1593 bytes
496
- !
501
+
497
502
  version 12.4
498
503
  service timestamps debug datetime msec
499
504
  service timestamps log datetime msec
500
505
  no service password-encryption
501
- !
506
+
502
507
  hostname R5
503
- !
508
+
504
509
  boot-start-marker
505
510
  boot-end-marker
506
- !
511
+
507
- !
512
+
508
513
  no aaa new-model
509
514
  memory-size iomem 5
510
515
  no ip icmp rate-limit unreachable
511
516
  ip cef
512
- !
517
+
513
- !
514
- !
515
- !
516
518
  no ip domain lookup
517
519
  ip auth-proxy max-nodata-conns 3
518
520
  ip admission max-nodata-conns 3
519
- !
521
+
520
- !
521
- !
522
- !
523
- !
524
- !
525
- !
526
- !
527
- !
528
- !
529
- !
530
- !
531
- !
532
- !
533
- !
534
- !
535
- !
536
522
  ip tcp synwait-time 5
537
- !
523
+
538
- !
539
- !
540
- !
541
- !
542
524
  interface FastEthernet0/0
543
525
  no ip address
544
526
  shutdown
545
527
  duplex auto
546
528
  speed auto
547
- !
529
+
548
530
  interface Serial0/0
549
531
  no ip address
550
532
  shutdown
551
533
  clock rate 2000000
552
- !
534
+
553
535
  interface FastEthernet0/1
554
536
  no ip address
555
537
  shutdown
556
538
  duplex auto
557
539
  speed auto
558
- !
540
+
559
541
  interface Serial0/1
560
542
  no ip address
561
543
  shutdown
562
544
  clock rate 2000000
563
- !
545
+
564
546
  interface Serial0/2
565
547
  no ip address
566
548
  shutdown
567
549
  clock rate 2000000
568
- !
550
+
569
551
  interface FastEthernet1/0
570
- !
552
+
571
553
  interface FastEthernet1/1
572
- !
554
+
573
555
  interface FastEthernet1/2
574
- !
556
+
575
557
  interface FastEthernet1/3
576
558
  switchport access vlan 10
577
- !
559
+
578
560
  interface FastEthernet1/4
579
- !
561
+
580
562
  interface FastEthernet1/5
581
- !
563
+
582
564
  interface FastEthernet1/6
583
- !
565
+
584
566
  interface FastEthernet1/7
585
- !
567
+
586
568
  interface FastEthernet1/8
587
- !
569
+
588
570
  interface FastEthernet1/9
589
- !
571
+
590
572
  interface FastEthernet1/10
591
- !
573
+
592
574
  interface FastEthernet1/11
593
- !
575
+
594
576
  interface FastEthernet1/12
595
- !
577
+
596
578
  interface FastEthernet1/13
597
- !
579
+
598
580
  interface FastEthernet1/14
599
- !
581
+
600
582
  interface FastEthernet1/15
601
- !
583
+
602
584
  interface Vlan1
603
585
  no ip address
604
- !
586
+
605
- interface Vlan10
606
- ip address 192.168.5.4 255.255.255.0
607
- !
608
587
  ip forward-protocol nd
609
- !
588
+
610
- !
589
+
611
590
  no ip http server
612
591
  no ip http secure-server
613
- !
592
+
614
593
  no cdp log mismatch duplex
615
- !
594
+
616
- !
595
+
617
- !
596
+
618
597
  control-plane
619
- !
598
+
620
- !
599
+
621
- !
600
+
622
- !
601
+
623
- !
624
- !
625
- !
626
- !
627
- !
628
- !
629
602
  line con 0
630
603
  exec-timeout 0 0
631
604
  privilege level 15
@@ -636,8 +609,8 @@
636
609
  logging synchronous
637
610
  line vty 0 4
638
611
  login
639
- !
612
+
640
- !
613
+
641
614
  end
642
615
  ```
643
616
 
@@ -670,4 +643,5 @@
670
643
  以上、ご確認お願いいたします。
671
644
 
672
645
  ###追記
673
- R1とR2のshow runを更新しました。
646
+ R1とR2のshow runを更新しました。
647
+ R4とR5のint vlan 10を削除しました。

2

修正

2018/02/02 04:33

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -9,7 +9,7 @@
9
9
  R1#show run
10
10
  Building configuration...
11
11
 
12
- Current configuration : 1705 bytes
12
+ Current configuration : 1728 bytes
13
13
  !
14
14
  version 12.4
15
15
  service timestamps debug datetime msec
@@ -132,7 +132,7 @@
132
132
  no ip address
133
133
  !
134
134
  interface Vlan10
135
- no ip address
135
+ ip address 192.168.5.5 255.255.255.0
136
136
  !
137
137
  ip forward-protocol nd
138
138
  !
@@ -256,7 +256,6 @@
256
256
  !
257
257
  interface FastEthernet1/1
258
258
  switchport access vlan 10
259
- shutdown
260
259
  !
261
260
  interface FastEthernet1/2
262
261
  !
@@ -668,4 +667,7 @@
668
667
  色々調べて試したのですが、原因わからず、、
669
668
  問題解決できる方いらっしゃいましたら、ご回答よろしくお願いいたします。
670
669
 
671
- 以上、ご確認お願いいたします。
670
+ 以上、ご確認お願いいたします。
671
+
672
+ ###追記
673
+ R1とR2のshow runを更新しました。

1

修正

2018/02/01 14:44

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -1,7 +1,7 @@
1
1
  ###環境
2
2
  GNS3
3
3
 
4
- ![イメージ説明](9238ad9476b19fc47af72a4c958d9f67.png)
4
+ ![イメージ説明](cffecec97357057332b9e3fed3992d19.png)
5
5
 
6
6
  ###ステータス
7
7
  __R1 show run__