質問編集履歴
23
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
###ステータス
|
12
12
|
|
13
|
-
|
13
|
+
```
|
14
14
|
|
15
15
|
R1#show run
|
16
16
|
|
22
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,17 +12,13 @@
|
|
12
12
|
|
13
13
|
|
14
14
|
|
15
|
-
__R1 show run__
|
16
|
-
|
17
|
-
```
|
18
|
-
|
19
15
|
R1#show run
|
20
16
|
|
21
17
|
Building configuration...
|
22
18
|
|
23
19
|
|
24
20
|
|
25
|
-
Current configuration : 18
|
21
|
+
Current configuration : 1984 bytes
|
26
22
|
|
27
23
|
!
|
28
24
|
|
@@ -70,6 +66,14 @@
|
|
70
66
|
|
71
67
|
ip admission max-nodata-conns 3
|
72
68
|
|
69
|
+
ip sla monitor 1
|
70
|
+
|
71
|
+
type echo protocol ipIcmpEcho 192.168.1.1
|
72
|
+
|
73
|
+
frequency 10
|
74
|
+
|
75
|
+
ip sla monitor schedule 1 life forever start-time now
|
76
|
+
|
73
77
|
!
|
74
78
|
|
75
79
|
!
|
@@ -116,6 +120,8 @@
|
|
116
120
|
|
117
121
|
!
|
118
122
|
|
123
|
+
!
|
124
|
+
|
119
125
|
interface FastEthernet0/0
|
120
126
|
|
121
127
|
no ip address
|
@@ -654,13 +660,13 @@
|
|
654
660
|
|
655
661
|
```
|
656
662
|
|
657
|
-
R3#sho
|
663
|
+
R3#sho run
|
658
664
|
|
659
665
|
Building configuration...
|
660
666
|
|
661
667
|
|
662
668
|
|
663
|
-
Current configuration : 181
|
669
|
+
Current configuration : 1981 bytes
|
664
670
|
|
665
671
|
!
|
666
672
|
|
@@ -708,6 +714,14 @@
|
|
708
714
|
|
709
715
|
ip admission max-nodata-conns 3
|
710
716
|
|
717
|
+
ip sla monitor 2
|
718
|
+
|
719
|
+
type echo protocol ipIcmpEcho 192.168.0.1
|
720
|
+
|
721
|
+
frequency 10
|
722
|
+
|
723
|
+
ip sla monitor schedule 2 life forever start-time now
|
724
|
+
|
711
725
|
!
|
712
726
|
|
713
727
|
!
|
@@ -754,6 +768,8 @@
|
|
754
768
|
|
755
769
|
!
|
756
770
|
|
771
|
+
!
|
772
|
+
|
757
773
|
interface FastEthernet0/0
|
758
774
|
|
759
775
|
no ip address
|
@@ -1354,18 +1370,8 @@
|
|
1354
1370
|
|
1355
1371
|
|
1356
1372
|
|
1357
|
-
###現状
|
1358
|
-
|
1359
|
-
ケーブル障害試験
|
1360
|
-
|
1361
|
-
①R1のfa1/2をshutdownで試してみるとHSRPの切り替わりは起きるが、PC-1→PC-2への疎通がDestination host unreachableとなる。
|
1362
|
-
|
1363
|
-
②R1をSTOPしてもHSRPの切り替わりは起きるが、Destination host unreachableとなる。
|
1364
|
-
|
1365
|
-
③R1のfa1/5をshutdownで試してみるとHSRPの切り替わりは起きるが、Destination host unreachableとなる。
|
1366
|
-
|
1367
|
-
|
1368
|
-
|
1369
1373
|
###追記
|
1370
1374
|
|
1371
1375
|
全般的に質問事項を更新しました。
|
1376
|
+
|
1377
|
+
ip slaの設定を入れたので、R1とR3のshow runを更新しました。
|
21
修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
HSRP
|
1
|
+
HSRP障害試験 迂回されない
|
test
CHANGED
File without changes
|
20
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1360,9 +1360,9 @@
|
|
1360
1360
|
|
1361
1361
|
①R1のfa1/2をshutdownで試してみるとHSRPの切り替わりは起きるが、PC-1→PC-2への疎通がDestination host unreachableとなる。
|
1362
1362
|
|
1363
|
-
②R1をSTOPしてもHSRPの切り替わり
|
1363
|
+
②R1をSTOPしてもHSRPの切り替わりは起きるが、Destination host unreachableとなる。
|
1364
|
-
|
1364
|
+
|
1365
|
-
③R1のfa1/5をshutdownで試してみるとHSRPの切り替わり
|
1365
|
+
③R1のfa1/5をshutdownで試してみるとHSRPの切り替わりは起きるが、Destination host unreachableとなる。
|
1366
1366
|
|
1367
1367
|
|
1368
1368
|
|
19
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1358,7 +1358,7 @@
|
|
1358
1358
|
|
1359
1359
|
ケーブル障害試験
|
1360
1360
|
|
1361
|
-
①R1のfa1/2をshutdownで試してみるとHSRPの切り替わり
|
1361
|
+
①R1のfa1/2をshutdownで試してみるとHSRPの切り替わりは起きるが、PC-1→PC-2への疎通がDestination host unreachableとなる。
|
1362
1362
|
|
1363
1363
|
②R1をSTOPしてもHSRPの切り替わりが起きない。
|
1364
1364
|
|
18
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1316,7 +1316,7 @@
|
|
1316
1316
|
|
1317
1317
|
Vl10 10 100 Standby 192.168.0.253 local 192.168.0.254
|
1318
1318
|
|
1319
|
-
`
|
1319
|
+
```
|
1320
1320
|
|
1321
1321
|
__R3 show standby brief__
|
1322
1322
|
|
17
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -1316,7 +1316,7 @@
|
|
1316
1316
|
|
1317
1317
|
Vl10 10 100 Standby 192.168.0.253 local 192.168.0.254
|
1318
1318
|
|
1319
|
-
```
|
1319
|
+
`R1``
|
1320
1320
|
|
1321
1321
|
__R3 show standby brief__
|
1322
1322
|
|
@@ -1356,9 +1356,13 @@
|
|
1356
1356
|
|
1357
1357
|
###現状
|
1358
1358
|
|
1359
|
-
障害試験
|
1359
|
+
ケーブル障害試験
|
1360
|
-
|
1360
|
+
|
1361
|
-
|
1361
|
+
①R1のfa1/2をshutdownで試してみるとHSRPの切り替わりが起きない。
|
1362
|
+
|
1363
|
+
②R1をSTOPしてもHSRPの切り替わりが起きない。
|
1364
|
+
|
1365
|
+
③R1のfa1/5をshutdownで試してみるとHSRPの切り替わりが起きない。
|
1362
1366
|
|
1363
1367
|
|
1364
1368
|
|
16
更新
test
CHANGED
File without changes
|
test
CHANGED
@@ -256,6 +256,8 @@
|
|
256
256
|
|
257
257
|
standby 10 preempt
|
258
258
|
|
259
|
+
standby 10 track FastEthernet1/5
|
260
|
+
|
259
261
|
!
|
260
262
|
|
261
263
|
ip forward-protocol nd
|
@@ -892,6 +894,8 @@
|
|
892
894
|
|
893
895
|
standby 20 priority 105
|
894
896
|
|
897
|
+
standby 20 track FastEthernet1/5
|
898
|
+
|
895
899
|
!
|
896
900
|
|
897
901
|
ip forward-protocol nd
|
15
更新
test
CHANGED
File without changes
|
test
CHANGED
@@ -1352,17 +1352,9 @@
|
|
1352
1352
|
|
1353
1353
|
###現状
|
1354
1354
|
|
1355
|
+
障害試験
|
1356
|
+
|
1355
|
-
|
1357
|
+
ケーブル障害をshutdownで試してみるとHSRPの切り替わりが起きない。
|
1356
|
-
|
1357
|
-
PC-1→R1,R2へ疎通可能。
|
1358
|
-
|
1359
|
-
PC-2→R3,R4へ疎通可能。
|
1360
|
-
|
1361
|
-
R1←→R2,R3←→R4へ疎通可能。
|
1362
|
-
|
1363
|
-
R1←→R2のHSRPは反映されている。
|
1364
|
-
|
1365
|
-
R3←→R4のHSRPは反映されている。
|
1366
1358
|
|
1367
1359
|
|
1368
1360
|
|
14
更新
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
-
Current configuration : 1
|
25
|
+
Current configuration : 1820 bytes
|
26
26
|
|
27
27
|
!
|
28
28
|
|
@@ -260,6 +260,8 @@
|
|
260
260
|
|
261
261
|
ip forward-protocol nd
|
262
262
|
|
263
|
+
ip route 192.168.1.0 255.255.255.0 10.0.0.2
|
264
|
+
|
263
265
|
!
|
264
266
|
|
265
267
|
!
|
@@ -340,7 +342,7 @@
|
|
340
342
|
|
341
343
|
|
342
344
|
|
343
|
-
Current configuration : 17
|
345
|
+
Current configuration : 1775 bytes
|
344
346
|
|
345
347
|
!
|
346
348
|
|
@@ -574,6 +576,8 @@
|
|
574
576
|
|
575
577
|
ip forward-protocol nd
|
576
578
|
|
579
|
+
ip route 192.168.1.0 255.255.255.0 10.0.1.2
|
580
|
+
|
577
581
|
!
|
578
582
|
|
579
583
|
!
|
@@ -654,7 +658,7 @@
|
|
654
658
|
|
655
659
|
|
656
660
|
|
657
|
-
Current configuration : 17
|
661
|
+
Current configuration : 1817 bytes
|
658
662
|
|
659
663
|
!
|
660
664
|
|
@@ -892,6 +896,8 @@
|
|
892
896
|
|
893
897
|
ip forward-protocol nd
|
894
898
|
|
899
|
+
ip route 192.168.0.0 255.255.255.0 10.0.0.1
|
900
|
+
|
895
901
|
!
|
896
902
|
|
897
903
|
!
|
@@ -972,7 +978,7 @@
|
|
972
978
|
|
973
979
|
|
974
980
|
|
975
|
-
Current configuration : 17
|
981
|
+
Current configuration : 1775 bytes
|
976
982
|
|
977
983
|
!
|
978
984
|
|
@@ -1206,6 +1212,8 @@
|
|
1206
1212
|
|
1207
1213
|
ip forward-protocol nd
|
1208
1214
|
|
1215
|
+
ip route 192.168.0.0 255.255.255.0 10.0.1.1
|
1216
|
+
|
1209
1217
|
!
|
1210
1218
|
|
1211
1219
|
!
|
13
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -250,11 +250,643 @@
|
|
250
250
|
|
251
251
|
ip address 192.168.0.253 255.255.255.0
|
252
252
|
|
253
|
+
standby 10 ip 192.168.0.254
|
254
|
+
|
253
|
-
standby priority 105
|
255
|
+
standby 10 priority 105
|
256
|
+
|
257
|
+
standby 10 preempt
|
258
|
+
|
259
|
+
!
|
260
|
+
|
261
|
+
ip forward-protocol nd
|
262
|
+
|
263
|
+
!
|
264
|
+
|
265
|
+
!
|
266
|
+
|
267
|
+
no ip http server
|
268
|
+
|
269
|
+
no ip http secure-server
|
270
|
+
|
271
|
+
!
|
272
|
+
|
273
|
+
no cdp log mismatch duplex
|
274
|
+
|
275
|
+
!
|
276
|
+
|
277
|
+
!
|
278
|
+
|
279
|
+
!
|
280
|
+
|
281
|
+
control-plane
|
282
|
+
|
283
|
+
!
|
284
|
+
|
285
|
+
!
|
286
|
+
|
287
|
+
!
|
288
|
+
|
289
|
+
!
|
290
|
+
|
291
|
+
!
|
292
|
+
|
293
|
+
!
|
294
|
+
|
295
|
+
!
|
296
|
+
|
297
|
+
!
|
298
|
+
|
299
|
+
!
|
300
|
+
|
301
|
+
!
|
302
|
+
|
303
|
+
line con 0
|
304
|
+
|
305
|
+
exec-timeout 0 0
|
306
|
+
|
307
|
+
privilege level 15
|
308
|
+
|
309
|
+
logging synchronous
|
310
|
+
|
311
|
+
line aux 0
|
312
|
+
|
313
|
+
exec-timeout 0 0
|
314
|
+
|
315
|
+
privilege level 15
|
316
|
+
|
317
|
+
logging synchronous
|
318
|
+
|
319
|
+
line vty 0 4
|
320
|
+
|
321
|
+
login
|
322
|
+
|
323
|
+
!
|
324
|
+
|
325
|
+
!
|
326
|
+
|
327
|
+
end
|
328
|
+
|
329
|
+
```
|
330
|
+
|
331
|
+
|
332
|
+
|
333
|
+
__R2 show run__
|
334
|
+
|
335
|
+
```
|
336
|
+
|
337
|
+
R2#show run
|
338
|
+
|
339
|
+
Building configuration...
|
340
|
+
|
341
|
+
|
342
|
+
|
343
|
+
Current configuration : 1728 bytes
|
344
|
+
|
345
|
+
!
|
346
|
+
|
347
|
+
version 12.4
|
348
|
+
|
349
|
+
service timestamps debug datetime msec
|
350
|
+
|
351
|
+
service timestamps log datetime msec
|
352
|
+
|
353
|
+
no service password-encryption
|
354
|
+
|
355
|
+
!
|
356
|
+
|
357
|
+
hostname R2
|
358
|
+
|
359
|
+
!
|
360
|
+
|
361
|
+
boot-start-marker
|
362
|
+
|
363
|
+
boot-end-marker
|
364
|
+
|
365
|
+
!
|
366
|
+
|
367
|
+
!
|
368
|
+
|
369
|
+
no aaa new-model
|
370
|
+
|
371
|
+
memory-size iomem 5
|
372
|
+
|
373
|
+
no ip icmp rate-limit unreachable
|
374
|
+
|
375
|
+
ip cef
|
376
|
+
|
377
|
+
!
|
378
|
+
|
379
|
+
!
|
380
|
+
|
381
|
+
!
|
382
|
+
|
383
|
+
!
|
384
|
+
|
385
|
+
no ip domain lookup
|
386
|
+
|
387
|
+
ip auth-proxy max-nodata-conns 3
|
388
|
+
|
389
|
+
ip admission max-nodata-conns 3
|
390
|
+
|
391
|
+
!
|
392
|
+
|
393
|
+
!
|
394
|
+
|
395
|
+
!
|
396
|
+
|
397
|
+
!
|
398
|
+
|
399
|
+
!
|
400
|
+
|
401
|
+
!
|
402
|
+
|
403
|
+
!
|
404
|
+
|
405
|
+
!
|
406
|
+
|
407
|
+
!
|
408
|
+
|
409
|
+
!
|
410
|
+
|
411
|
+
!
|
412
|
+
|
413
|
+
!
|
414
|
+
|
415
|
+
!
|
416
|
+
|
417
|
+
!
|
418
|
+
|
419
|
+
!
|
420
|
+
|
421
|
+
!
|
422
|
+
|
423
|
+
!
|
424
|
+
|
425
|
+
ip tcp synwait-time 5
|
426
|
+
|
427
|
+
!
|
428
|
+
|
429
|
+
!
|
430
|
+
|
431
|
+
!
|
432
|
+
|
433
|
+
!
|
434
|
+
|
435
|
+
!
|
436
|
+
|
437
|
+
interface FastEthernet0/0
|
438
|
+
|
439
|
+
no ip address
|
440
|
+
|
441
|
+
shutdown
|
442
|
+
|
443
|
+
duplex auto
|
444
|
+
|
445
|
+
speed auto
|
446
|
+
|
447
|
+
!
|
448
|
+
|
449
|
+
interface Serial0/0
|
450
|
+
|
451
|
+
no ip address
|
452
|
+
|
453
|
+
shutdown
|
454
|
+
|
455
|
+
clock rate 2000000
|
456
|
+
|
457
|
+
!
|
458
|
+
|
459
|
+
interface FastEthernet0/1
|
460
|
+
|
461
|
+
no ip address
|
462
|
+
|
463
|
+
shutdown
|
464
|
+
|
465
|
+
duplex auto
|
466
|
+
|
467
|
+
speed auto
|
468
|
+
|
469
|
+
!
|
470
|
+
|
471
|
+
interface Serial0/1
|
472
|
+
|
473
|
+
no ip address
|
474
|
+
|
475
|
+
shutdown
|
476
|
+
|
477
|
+
clock rate 2000000
|
478
|
+
|
479
|
+
!
|
480
|
+
|
481
|
+
interface Serial0/2
|
482
|
+
|
483
|
+
no ip address
|
484
|
+
|
485
|
+
shutdown
|
486
|
+
|
487
|
+
clock rate 2000000
|
488
|
+
|
489
|
+
!
|
490
|
+
|
491
|
+
interface FastEthernet1/0
|
492
|
+
|
493
|
+
!
|
494
|
+
|
495
|
+
interface FastEthernet1/1
|
496
|
+
|
497
|
+
!
|
498
|
+
|
499
|
+
interface FastEthernet1/2
|
500
|
+
|
501
|
+
!
|
502
|
+
|
503
|
+
interface FastEthernet1/3
|
504
|
+
|
505
|
+
switchport access vlan 10
|
506
|
+
|
507
|
+
!
|
508
|
+
|
509
|
+
interface FastEthernet1/4
|
510
|
+
|
511
|
+
!
|
512
|
+
|
513
|
+
interface FastEthernet1/5
|
514
|
+
|
515
|
+
!
|
516
|
+
|
517
|
+
interface FastEthernet1/6
|
518
|
+
|
519
|
+
no switchport
|
520
|
+
|
521
|
+
ip address 10.0.1.1 255.255.255.0
|
522
|
+
|
523
|
+
!
|
524
|
+
|
525
|
+
interface FastEthernet1/7
|
526
|
+
|
527
|
+
!
|
528
|
+
|
529
|
+
interface FastEthernet1/8
|
530
|
+
|
531
|
+
!
|
532
|
+
|
533
|
+
interface FastEthernet1/9
|
534
|
+
|
535
|
+
!
|
536
|
+
|
537
|
+
interface FastEthernet1/10
|
538
|
+
|
539
|
+
!
|
540
|
+
|
541
|
+
interface FastEthernet1/11
|
542
|
+
|
543
|
+
!
|
544
|
+
|
545
|
+
interface FastEthernet1/12
|
546
|
+
|
547
|
+
!
|
548
|
+
|
549
|
+
interface FastEthernet1/13
|
550
|
+
|
551
|
+
!
|
552
|
+
|
553
|
+
interface FastEthernet1/14
|
554
|
+
|
555
|
+
!
|
556
|
+
|
557
|
+
interface FastEthernet1/15
|
558
|
+
|
559
|
+
!
|
560
|
+
|
561
|
+
interface Vlan1
|
562
|
+
|
563
|
+
no ip address
|
564
|
+
|
565
|
+
!
|
566
|
+
|
567
|
+
interface Vlan10
|
568
|
+
|
569
|
+
ip address 192.168.0.252 255.255.255.0
|
570
|
+
|
571
|
+
standby 10 ip 192.168.0.254
|
572
|
+
|
573
|
+
!
|
574
|
+
|
575
|
+
ip forward-protocol nd
|
576
|
+
|
577
|
+
!
|
578
|
+
|
579
|
+
!
|
580
|
+
|
581
|
+
no ip http server
|
582
|
+
|
583
|
+
no ip http secure-server
|
584
|
+
|
585
|
+
!
|
586
|
+
|
587
|
+
no cdp log mismatch duplex
|
588
|
+
|
589
|
+
!
|
590
|
+
|
591
|
+
!
|
592
|
+
|
593
|
+
!
|
594
|
+
|
595
|
+
control-plane
|
596
|
+
|
597
|
+
!
|
598
|
+
|
599
|
+
!
|
600
|
+
|
601
|
+
!
|
602
|
+
|
603
|
+
!
|
604
|
+
|
605
|
+
!
|
606
|
+
|
607
|
+
!
|
608
|
+
|
609
|
+
!
|
610
|
+
|
611
|
+
!
|
612
|
+
|
613
|
+
!
|
614
|
+
|
615
|
+
!
|
616
|
+
|
617
|
+
line con 0
|
618
|
+
|
619
|
+
exec-timeout 0 0
|
620
|
+
|
621
|
+
privilege level 15
|
622
|
+
|
623
|
+
logging synchronous
|
624
|
+
|
625
|
+
line aux 0
|
626
|
+
|
627
|
+
exec-timeout 0 0
|
628
|
+
|
629
|
+
privilege level 15
|
630
|
+
|
631
|
+
logging synchronous
|
632
|
+
|
633
|
+
line vty 0 4
|
634
|
+
|
635
|
+
login
|
636
|
+
|
637
|
+
!
|
638
|
+
|
639
|
+
!
|
640
|
+
|
641
|
+
end
|
642
|
+
|
643
|
+
```
|
644
|
+
|
645
|
+
|
646
|
+
|
647
|
+
__R3 show run__
|
648
|
+
|
649
|
+
```
|
650
|
+
|
651
|
+
R3#show run
|
652
|
+
|
653
|
+
Building configuration...
|
654
|
+
|
655
|
+
|
656
|
+
|
657
|
+
Current configuration : 1773 bytes
|
658
|
+
|
659
|
+
!
|
660
|
+
|
661
|
+
version 12.4
|
662
|
+
|
663
|
+
service timestamps debug datetime msec
|
664
|
+
|
665
|
+
service timestamps log datetime msec
|
666
|
+
|
667
|
+
no service password-encryption
|
668
|
+
|
669
|
+
!
|
670
|
+
|
671
|
+
hostname R3
|
672
|
+
|
673
|
+
!
|
674
|
+
|
675
|
+
boot-start-marker
|
676
|
+
|
677
|
+
boot-end-marker
|
678
|
+
|
679
|
+
!
|
680
|
+
|
681
|
+
!
|
682
|
+
|
683
|
+
no aaa new-model
|
684
|
+
|
685
|
+
memory-size iomem 5
|
686
|
+
|
687
|
+
no ip icmp rate-limit unreachable
|
688
|
+
|
689
|
+
ip cef
|
690
|
+
|
691
|
+
!
|
692
|
+
|
693
|
+
!
|
694
|
+
|
695
|
+
!
|
696
|
+
|
697
|
+
!
|
698
|
+
|
699
|
+
no ip domain lookup
|
700
|
+
|
701
|
+
ip auth-proxy max-nodata-conns 3
|
702
|
+
|
703
|
+
ip admission max-nodata-conns 3
|
704
|
+
|
705
|
+
!
|
706
|
+
|
707
|
+
!
|
708
|
+
|
709
|
+
!
|
710
|
+
|
711
|
+
!
|
712
|
+
|
713
|
+
!
|
714
|
+
|
715
|
+
!
|
716
|
+
|
717
|
+
!
|
718
|
+
|
719
|
+
!
|
720
|
+
|
721
|
+
!
|
722
|
+
|
723
|
+
!
|
724
|
+
|
725
|
+
!
|
726
|
+
|
727
|
+
!
|
728
|
+
|
729
|
+
!
|
730
|
+
|
731
|
+
!
|
732
|
+
|
733
|
+
!
|
734
|
+
|
735
|
+
!
|
736
|
+
|
737
|
+
!
|
738
|
+
|
739
|
+
ip tcp synwait-time 5
|
740
|
+
|
741
|
+
!
|
742
|
+
|
743
|
+
!
|
744
|
+
|
745
|
+
!
|
746
|
+
|
747
|
+
!
|
748
|
+
|
749
|
+
!
|
750
|
+
|
751
|
+
interface FastEthernet0/0
|
752
|
+
|
753
|
+
no ip address
|
754
|
+
|
755
|
+
shutdown
|
756
|
+
|
757
|
+
duplex auto
|
758
|
+
|
759
|
+
speed auto
|
760
|
+
|
761
|
+
!
|
762
|
+
|
763
|
+
interface Serial0/0
|
764
|
+
|
765
|
+
no ip address
|
766
|
+
|
767
|
+
shutdown
|
768
|
+
|
769
|
+
clock rate 2000000
|
770
|
+
|
771
|
+
!
|
772
|
+
|
773
|
+
interface FastEthernet0/1
|
774
|
+
|
775
|
+
no ip address
|
776
|
+
|
777
|
+
shutdown
|
778
|
+
|
779
|
+
duplex auto
|
780
|
+
|
781
|
+
speed auto
|
782
|
+
|
783
|
+
!
|
784
|
+
|
785
|
+
interface Serial0/1
|
786
|
+
|
787
|
+
no ip address
|
788
|
+
|
789
|
+
shutdown
|
790
|
+
|
791
|
+
clock rate 2000000
|
792
|
+
|
793
|
+
!
|
794
|
+
|
795
|
+
interface Serial0/2
|
796
|
+
|
797
|
+
no ip address
|
798
|
+
|
799
|
+
shutdown
|
800
|
+
|
801
|
+
clock rate 2000000
|
802
|
+
|
803
|
+
!
|
804
|
+
|
805
|
+
interface FastEthernet1/0
|
806
|
+
|
807
|
+
!
|
808
|
+
|
809
|
+
interface FastEthernet1/1
|
810
|
+
|
811
|
+
!
|
812
|
+
|
813
|
+
interface FastEthernet1/2
|
814
|
+
|
815
|
+
switchport access vlan 20
|
816
|
+
|
817
|
+
!
|
818
|
+
|
819
|
+
interface FastEthernet1/3
|
820
|
+
|
821
|
+
!
|
822
|
+
|
823
|
+
interface FastEthernet1/4
|
824
|
+
|
825
|
+
!
|
826
|
+
|
827
|
+
interface FastEthernet1/5
|
828
|
+
|
829
|
+
no switchport
|
830
|
+
|
831
|
+
ip address 10.0.0.2 255.255.255.0
|
832
|
+
|
833
|
+
!
|
834
|
+
|
835
|
+
interface FastEthernet1/6
|
836
|
+
|
837
|
+
!
|
838
|
+
|
839
|
+
interface FastEthernet1/7
|
840
|
+
|
841
|
+
!
|
842
|
+
|
843
|
+
interface FastEthernet1/8
|
844
|
+
|
845
|
+
!
|
846
|
+
|
847
|
+
interface FastEthernet1/9
|
848
|
+
|
849
|
+
!
|
850
|
+
|
851
|
+
interface FastEthernet1/10
|
852
|
+
|
853
|
+
!
|
854
|
+
|
855
|
+
interface FastEthernet1/11
|
856
|
+
|
857
|
+
!
|
858
|
+
|
859
|
+
interface FastEthernet1/12
|
860
|
+
|
861
|
+
!
|
862
|
+
|
863
|
+
interface FastEthernet1/13
|
864
|
+
|
865
|
+
!
|
866
|
+
|
867
|
+
interface FastEthernet1/14
|
868
|
+
|
869
|
+
!
|
870
|
+
|
871
|
+
interface FastEthernet1/15
|
872
|
+
|
873
|
+
!
|
874
|
+
|
875
|
+
interface Vlan1
|
876
|
+
|
877
|
+
no ip address
|
878
|
+
|
879
|
+
!
|
880
|
+
|
881
|
+
interface Vlan20
|
882
|
+
|
883
|
+
ip address 192.168.1.253 255.255.255.0
|
254
884
|
|
255
885
|
standby preempt
|
256
886
|
|
257
|
-
standby
|
887
|
+
standby 20 ip 192.168.1.254
|
888
|
+
|
889
|
+
standby 20 priority 105
|
258
890
|
|
259
891
|
!
|
260
892
|
|
@@ -330,17 +962,17 @@
|
|
330
962
|
|
331
963
|
|
332
964
|
|
333
|
-
__R
|
965
|
+
__R4 show run__
|
334
|
-
|
966
|
+
|
335
|
-
```
|
967
|
+
```
|
336
|
-
|
968
|
+
|
337
|
-
R
|
969
|
+
R4#show run
|
338
970
|
|
339
971
|
Building configuration...
|
340
972
|
|
341
973
|
|
342
974
|
|
343
|
-
Current configuration : 17
|
975
|
+
Current configuration : 1731 bytes
|
344
976
|
|
345
977
|
!
|
346
978
|
|
@@ -354,7 +986,7 @@
|
|
354
986
|
|
355
987
|
!
|
356
988
|
|
357
|
-
hostname R
|
989
|
+
hostname R4
|
358
990
|
|
359
991
|
!
|
360
992
|
|
@@ -502,7 +1134,7 @@
|
|
502
1134
|
|
503
1135
|
interface FastEthernet1/3
|
504
1136
|
|
505
|
-
switchport access vlan
|
1137
|
+
switchport access vlan 20
|
506
1138
|
|
507
1139
|
!
|
508
1140
|
|
@@ -518,7 +1150,7 @@
|
|
518
1150
|
|
519
1151
|
no switchport
|
520
1152
|
|
521
|
-
ip address 10.0.1.
|
1153
|
+
ip address 10.0.1.2 255.255.255.0
|
522
1154
|
|
523
1155
|
!
|
524
1156
|
|
@@ -564,11 +1196,11 @@
|
|
564
1196
|
|
565
1197
|
!
|
566
1198
|
|
567
|
-
interface Vlan
|
1199
|
+
interface Vlan20
|
568
|
-
|
1200
|
+
|
569
|
-
ip address 192.168.
|
1201
|
+
ip address 192.168.1.252 255.255.255.0
|
570
|
-
|
1202
|
+
|
571
|
-
standby ip 192.168.
|
1203
|
+
standby 20 ip 192.168.1.254
|
572
1204
|
|
573
1205
|
!
|
574
1206
|
|
@@ -642,643 +1274,11 @@
|
|
642
1274
|
|
643
1275
|
```
|
644
1276
|
|
645
|
-
|
646
|
-
|
647
|
-
__R3 show run__
|
648
|
-
|
649
|
-
```
|
650
|
-
|
651
|
-
R3#show run
|
652
|
-
|
653
|
-
Building configuration...
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
Current configuration : 1773 bytes
|
658
|
-
|
659
|
-
!
|
660
|
-
|
661
|
-
version 12.4
|
662
|
-
|
663
|
-
service timestamps debug datetime msec
|
664
|
-
|
665
|
-
service timestamps log datetime msec
|
666
|
-
|
667
|
-
no service password-encryption
|
668
|
-
|
669
|
-
!
|
670
|
-
|
671
|
-
hostname R3
|
672
|
-
|
673
|
-
!
|
674
|
-
|
675
|
-
boot-start-marker
|
676
|
-
|
677
|
-
boot-end-marker
|
678
|
-
|
679
|
-
!
|
680
|
-
|
681
|
-
!
|
682
|
-
|
683
|
-
no aaa new-model
|
684
|
-
|
685
|
-
memory-size iomem 5
|
686
|
-
|
687
|
-
no ip icmp rate-limit unreachable
|
688
|
-
|
689
|
-
ip cef
|
690
|
-
|
691
|
-
!
|
692
|
-
|
693
|
-
!
|
694
|
-
|
695
|
-
!
|
696
|
-
|
697
|
-
!
|
698
|
-
|
699
|
-
no ip domain lookup
|
700
|
-
|
701
|
-
ip auth-proxy max-nodata-conns 3
|
702
|
-
|
703
|
-
ip admission max-nodata-conns 3
|
704
|
-
|
705
|
-
!
|
706
|
-
|
707
|
-
!
|
708
|
-
|
709
|
-
!
|
710
|
-
|
711
|
-
!
|
712
|
-
|
713
|
-
!
|
714
|
-
|
715
|
-
!
|
716
|
-
|
717
|
-
!
|
718
|
-
|
719
|
-
!
|
720
|
-
|
721
|
-
!
|
722
|
-
|
723
|
-
!
|
724
|
-
|
725
|
-
!
|
726
|
-
|
727
|
-
!
|
728
|
-
|
729
|
-
!
|
730
|
-
|
731
|
-
!
|
732
|
-
|
733
|
-
!
|
734
|
-
|
735
|
-
!
|
736
|
-
|
737
|
-
!
|
738
|
-
|
739
|
-
ip tcp synwait-time 5
|
740
|
-
|
741
|
-
!
|
742
|
-
|
743
|
-
!
|
744
|
-
|
745
|
-
!
|
746
|
-
|
747
|
-
!
|
748
|
-
|
749
|
-
!
|
750
|
-
|
751
|
-
interface FastEthernet0/0
|
752
|
-
|
753
|
-
no ip address
|
754
|
-
|
755
|
-
shutdown
|
756
|
-
|
757
|
-
duplex auto
|
758
|
-
|
759
|
-
speed auto
|
760
|
-
|
761
|
-
!
|
762
|
-
|
763
|
-
interface Serial0/0
|
764
|
-
|
765
|
-
no ip address
|
766
|
-
|
767
|
-
shutdown
|
768
|
-
|
769
|
-
clock rate 2000000
|
770
|
-
|
771
|
-
!
|
772
|
-
|
773
|
-
interface FastEthernet0/1
|
774
|
-
|
775
|
-
no ip address
|
776
|
-
|
777
|
-
shutdown
|
778
|
-
|
779
|
-
duplex auto
|
780
|
-
|
781
|
-
speed auto
|
782
|
-
|
783
|
-
!
|
784
|
-
|
785
|
-
interface Serial0/1
|
786
|
-
|
787
|
-
no ip address
|
788
|
-
|
789
|
-
shutdown
|
790
|
-
|
791
|
-
clock rate 2000000
|
792
|
-
|
793
|
-
!
|
794
|
-
|
795
|
-
interface Serial0/2
|
796
|
-
|
797
|
-
no ip address
|
798
|
-
|
799
|
-
shutdown
|
800
|
-
|
801
|
-
clock rate 2000000
|
802
|
-
|
803
|
-
!
|
804
|
-
|
805
|
-
interface FastEthernet1/0
|
806
|
-
|
807
|
-
!
|
808
|
-
|
809
|
-
interface FastEthernet1/1
|
810
|
-
|
811
|
-
!
|
812
|
-
|
813
|
-
interface FastEthernet1/2
|
814
|
-
|
815
|
-
switchport access vlan 20
|
816
|
-
|
817
|
-
!
|
818
|
-
|
819
|
-
interface FastEthernet1/3
|
820
|
-
|
821
|
-
!
|
822
|
-
|
823
|
-
interface FastEthernet1/4
|
824
|
-
|
825
|
-
!
|
826
|
-
|
827
|
-
interface FastEthernet1/5
|
828
|
-
|
829
|
-
no switchport
|
830
|
-
|
831
|
-
ip address 10.0.0.2 255.255.255.0
|
832
|
-
|
833
|
-
!
|
834
|
-
|
835
|
-
interface FastEthernet1/6
|
836
|
-
|
837
|
-
!
|
838
|
-
|
839
|
-
interface FastEthernet1/7
|
840
|
-
|
841
|
-
!
|
842
|
-
|
843
|
-
interface FastEthernet1/8
|
844
|
-
|
845
|
-
!
|
846
|
-
|
847
|
-
interface FastEthernet1/9
|
848
|
-
|
849
|
-
!
|
850
|
-
|
851
|
-
interface FastEthernet1/10
|
852
|
-
|
853
|
-
!
|
854
|
-
|
855
|
-
interface FastEthernet1/11
|
856
|
-
|
857
|
-
!
|
858
|
-
|
859
|
-
interface FastEthernet1/12
|
860
|
-
|
861
|
-
!
|
862
|
-
|
863
|
-
interface FastEthernet1/13
|
864
|
-
|
865
|
-
!
|
866
|
-
|
867
|
-
interface FastEthernet1/14
|
868
|
-
|
869
|
-
!
|
870
|
-
|
871
|
-
interface FastEthernet1/15
|
872
|
-
|
873
|
-
!
|
874
|
-
|
875
|
-
interface Vlan1
|
876
|
-
|
877
|
-
no ip address
|
878
|
-
|
879
|
-
!
|
880
|
-
|
881
|
-
interface Vlan20
|
882
|
-
|
883
|
-
ip address 192.168.1.253 255.255.255.0
|
884
|
-
|
885
|
-
standby preempt
|
886
|
-
|
887
|
-
standby 20 ip 192.168.1.254
|
888
|
-
|
889
|
-
standby 20 priority 105
|
890
|
-
|
891
|
-
!
|
892
|
-
|
893
|
-
ip forward-protocol nd
|
894
|
-
|
895
|
-
!
|
896
|
-
|
897
|
-
!
|
898
|
-
|
899
|
-
no ip http server
|
900
|
-
|
901
|
-
no ip http secure-server
|
902
|
-
|
903
|
-
!
|
904
|
-
|
905
|
-
no cdp log mismatch duplex
|
906
|
-
|
907
|
-
!
|
908
|
-
|
909
|
-
!
|
910
|
-
|
911
|
-
!
|
912
|
-
|
913
|
-
control-plane
|
914
|
-
|
915
|
-
!
|
916
|
-
|
917
|
-
!
|
918
|
-
|
919
|
-
!
|
920
|
-
|
921
|
-
!
|
922
|
-
|
923
|
-
!
|
924
|
-
|
925
|
-
!
|
926
|
-
|
927
|
-
!
|
928
|
-
|
929
|
-
!
|
930
|
-
|
931
|
-
!
|
932
|
-
|
933
|
-
!
|
934
|
-
|
935
|
-
line con 0
|
936
|
-
|
937
|
-
exec-timeout 0 0
|
938
|
-
|
939
|
-
privilege level 15
|
940
|
-
|
941
|
-
logging synchronous
|
942
|
-
|
943
|
-
line aux 0
|
944
|
-
|
945
|
-
exec-timeout 0 0
|
946
|
-
|
947
|
-
privilege level 15
|
948
|
-
|
949
|
-
logging synchronous
|
950
|
-
|
951
|
-
line vty 0 4
|
952
|
-
|
953
|
-
login
|
954
|
-
|
955
|
-
!
|
956
|
-
|
957
|
-
!
|
958
|
-
|
959
|
-
end
|
960
|
-
|
961
|
-
```
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
__R4 show run__
|
966
|
-
|
967
|
-
```
|
968
|
-
|
969
|
-
R4#show run
|
970
|
-
|
971
|
-
Building configuration...
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
Current configuration : 1731 bytes
|
976
|
-
|
977
|
-
!
|
978
|
-
|
979
|
-
version 12.4
|
980
|
-
|
981
|
-
service timestamps debug datetime msec
|
982
|
-
|
983
|
-
service timestamps log datetime msec
|
984
|
-
|
985
|
-
no service password-encryption
|
986
|
-
|
987
|
-
!
|
988
|
-
|
989
|
-
hostname R4
|
990
|
-
|
991
|
-
!
|
992
|
-
|
993
|
-
boot-start-marker
|
994
|
-
|
995
|
-
boot-end-marker
|
996
|
-
|
997
|
-
!
|
998
|
-
|
999
|
-
!
|
1000
|
-
|
1001
|
-
no aaa new-model
|
1002
|
-
|
1003
|
-
memory-size iomem 5
|
1004
|
-
|
1005
|
-
no ip icmp rate-limit unreachable
|
1006
|
-
|
1007
|
-
ip cef
|
1008
|
-
|
1009
|
-
!
|
1010
|
-
|
1011
|
-
!
|
1012
|
-
|
1013
|
-
!
|
1014
|
-
|
1015
|
-
!
|
1016
|
-
|
1017
|
-
no ip domain lookup
|
1018
|
-
|
1019
|
-
ip auth-proxy max-nodata-conns 3
|
1020
|
-
|
1021
|
-
ip admission max-nodata-conns 3
|
1022
|
-
|
1023
|
-
!
|
1024
|
-
|
1025
|
-
!
|
1026
|
-
|
1027
|
-
!
|
1028
|
-
|
1029
|
-
!
|
1030
|
-
|
1031
|
-
!
|
1032
|
-
|
1033
|
-
!
|
1034
|
-
|
1035
|
-
!
|
1036
|
-
|
1037
|
-
!
|
1038
|
-
|
1039
|
-
!
|
1040
|
-
|
1041
|
-
!
|
1042
|
-
|
1043
|
-
!
|
1044
|
-
|
1045
|
-
!
|
1046
|
-
|
1047
|
-
!
|
1048
|
-
|
1049
|
-
!
|
1050
|
-
|
1051
|
-
!
|
1052
|
-
|
1053
|
-
!
|
1054
|
-
|
1055
|
-
!
|
1056
|
-
|
1057
|
-
ip tcp synwait-time 5
|
1058
|
-
|
1059
|
-
!
|
1060
|
-
|
1061
|
-
!
|
1062
|
-
|
1063
|
-
!
|
1064
|
-
|
1065
|
-
!
|
1066
|
-
|
1067
|
-
!
|
1068
|
-
|
1069
|
-
interface FastEthernet0/0
|
1070
|
-
|
1071
|
-
no ip address
|
1072
|
-
|
1073
|
-
shutdown
|
1074
|
-
|
1075
|
-
duplex auto
|
1076
|
-
|
1077
|
-
speed auto
|
1078
|
-
|
1079
|
-
!
|
1080
|
-
|
1081
|
-
interface Serial0/0
|
1082
|
-
|
1083
|
-
no ip address
|
1084
|
-
|
1085
|
-
shutdown
|
1086
|
-
|
1087
|
-
clock rate 2000000
|
1088
|
-
|
1089
|
-
!
|
1090
|
-
|
1091
|
-
interface FastEthernet0/1
|
1092
|
-
|
1093
|
-
no ip address
|
1094
|
-
|
1095
|
-
shutdown
|
1096
|
-
|
1097
|
-
duplex auto
|
1098
|
-
|
1099
|
-
speed auto
|
1100
|
-
|
1101
|
-
!
|
1102
|
-
|
1103
|
-
interface Serial0/1
|
1104
|
-
|
1105
|
-
no ip address
|
1106
|
-
|
1107
|
-
shutdown
|
1108
|
-
|
1109
|
-
clock rate 2000000
|
1110
|
-
|
1111
|
-
!
|
1112
|
-
|
1113
|
-
interface Serial0/2
|
1114
|
-
|
1115
|
-
no ip address
|
1116
|
-
|
1117
|
-
shutdown
|
1118
|
-
|
1119
|
-
clock rate 2000000
|
1120
|
-
|
1121
|
-
!
|
1122
|
-
|
1123
|
-
interface FastEthernet1/0
|
1124
|
-
|
1125
|
-
!
|
1126
|
-
|
1127
|
-
interface FastEthernet1/1
|
1128
|
-
|
1129
|
-
!
|
1130
|
-
|
1131
|
-
interface FastEthernet1/2
|
1132
|
-
|
1133
|
-
!
|
1134
|
-
|
1135
|
-
interface FastEthernet1/3
|
1136
|
-
|
1137
|
-
switchport access vlan 20
|
1138
|
-
|
1139
|
-
!
|
1140
|
-
|
1141
|
-
interface FastEthernet1/4
|
1142
|
-
|
1143
|
-
!
|
1144
|
-
|
1145
|
-
interface FastEthernet1/5
|
1146
|
-
|
1147
|
-
!
|
1148
|
-
|
1149
|
-
interface FastEthernet1/6
|
1150
|
-
|
1151
|
-
no switchport
|
1152
|
-
|
1153
|
-
ip address 10.0.1.2 255.255.255.0
|
1154
|
-
|
1155
|
-
!
|
1156
|
-
|
1157
|
-
interface FastEthernet1/7
|
1158
|
-
|
1159
|
-
!
|
1160
|
-
|
1161
|
-
interface FastEthernet1/8
|
1162
|
-
|
1163
|
-
!
|
1164
|
-
|
1165
|
-
interface FastEthernet1/9
|
1166
|
-
|
1167
|
-
!
|
1168
|
-
|
1169
|
-
interface FastEthernet1/10
|
1170
|
-
|
1171
|
-
!
|
1172
|
-
|
1173
|
-
interface FastEthernet1/11
|
1174
|
-
|
1175
|
-
!
|
1176
|
-
|
1177
|
-
interface FastEthernet1/12
|
1178
|
-
|
1179
|
-
!
|
1180
|
-
|
1181
|
-
interface FastEthernet1/13
|
1182
|
-
|
1183
|
-
!
|
1184
|
-
|
1185
|
-
interface FastEthernet1/14
|
1186
|
-
|
1187
|
-
!
|
1188
|
-
|
1189
|
-
interface FastEthernet1/15
|
1190
|
-
|
1191
|
-
!
|
1192
|
-
|
1193
|
-
interface Vlan1
|
1194
|
-
|
1195
|
-
no ip address
|
1196
|
-
|
1197
|
-
!
|
1198
|
-
|
1199
|
-
interface Vlan20
|
1200
|
-
|
1201
|
-
ip address 192.168.1.252 255.255.255.0
|
1202
|
-
|
1203
|
-
standby 20 ip 192.168.1.254
|
1204
|
-
|
1205
|
-
!
|
1206
|
-
|
1207
|
-
ip forward-protocol nd
|
1208
|
-
|
1209
|
-
!
|
1210
|
-
|
1211
|
-
!
|
1212
|
-
|
1213
|
-
no ip http server
|
1214
|
-
|
1215
|
-
no ip http secure-server
|
1216
|
-
|
1217
|
-
!
|
1218
|
-
|
1219
|
-
no cdp log mismatch duplex
|
1220
|
-
|
1221
|
-
!
|
1222
|
-
|
1223
|
-
!
|
1224
|
-
|
1225
|
-
!
|
1226
|
-
|
1227
|
-
control-plane
|
1228
|
-
|
1229
|
-
!
|
1230
|
-
|
1231
|
-
!
|
1232
|
-
|
1233
|
-
!
|
1234
|
-
|
1235
|
-
!
|
1236
|
-
|
1237
|
-
!
|
1238
|
-
|
1239
|
-
!
|
1240
|
-
|
1241
|
-
!
|
1242
|
-
|
1243
|
-
!
|
1244
|
-
|
1245
|
-
!
|
1246
|
-
|
1247
|
-
!
|
1248
|
-
|
1249
|
-
line con 0
|
1250
|
-
|
1251
|
-
exec-timeout 0 0
|
1252
|
-
|
1253
|
-
privilege level 15
|
1254
|
-
|
1255
|
-
logging synchronous
|
1256
|
-
|
1257
|
-
line aux 0
|
1258
|
-
|
1259
|
-
exec-timeout 0 0
|
1260
|
-
|
1261
|
-
privilege level 15
|
1262
|
-
|
1263
|
-
logging synchronous
|
1264
|
-
|
1265
|
-
line vty 0 4
|
1266
|
-
|
1267
|
-
login
|
1268
|
-
|
1269
|
-
!
|
1270
|
-
|
1271
|
-
!
|
1272
|
-
|
1273
|
-
end
|
1274
|
-
|
1275
|
-
```
|
1276
|
-
|
1277
1277
|
__R1 show standby brief__
|
1278
1278
|
|
1279
1279
|
```
|
1280
1280
|
|
1281
|
-
R1#sho
|
1281
|
+
R1#sho standby b
|
1282
1282
|
|
1283
1283
|
P indicates configured to preempt.
|
1284
1284
|
|
@@ -1286,7 +1286,7 @@
|
|
1286
1286
|
|
1287
1287
|
Interface Grp Prio P State Active Standby Virtual IP
|
1288
1288
|
|
1289
|
-
Vl10 10 10
|
1289
|
+
Vl10 10 105 P Active local 192.168.0.252 192.168.0.254
|
1290
1290
|
|
1291
1291
|
```
|
1292
1292
|
|
@@ -1302,7 +1302,7 @@
|
|
1302
1302
|
|
1303
1303
|
Interface Grp Prio P State Active Standby Virtual IP
|
1304
1304
|
|
1305
|
-
Vl10 0
|
1305
|
+
Vl10 10 100 Standby 192.168.0.253 local 192.168.0.254
|
1306
1306
|
|
1307
1307
|
```
|
1308
1308
|
|
@@ -1352,7 +1352,7 @@
|
|
1352
1352
|
|
1353
1353
|
R1←→R2,R3←→R4へ疎通可能。
|
1354
1354
|
|
1355
|
-
R1←→R2のHSRPは反映されてい
|
1355
|
+
R1←→R2のHSRPは反映されている。
|
1356
1356
|
|
1357
1357
|
R3←→R4のHSRPは反映されている。
|
1358
1358
|
|
12
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -1274,13 +1274,87 @@
|
|
1274
1274
|
|
1275
1275
|
```
|
1276
1276
|
|
1277
|
+
__R1 show standby brief__
|
1278
|
+
|
1279
|
+
```
|
1280
|
+
|
1281
|
+
R1#show standby b
|
1282
|
+
|
1283
|
+
P indicates configured to preempt.
|
1284
|
+
|
1285
|
+
|
|
1286
|
+
|
1287
|
+
Interface Grp Prio P State Active Standby Virtual IP
|
1288
|
+
|
1289
|
+
Vl10 10 100 Active local unknown 192.168.0.254
|
1290
|
+
|
1291
|
+
```
|
1292
|
+
|
1293
|
+
__R2 show standby brief__
|
1294
|
+
|
1295
|
+
```
|
1296
|
+
|
1297
|
+
R2#show standby b
|
1298
|
+
|
1299
|
+
P indicates configured to preempt.
|
1300
|
+
|
1301
|
+
|
|
1302
|
+
|
1303
|
+
Interface Grp Prio P State Active Standby Virtual IP
|
1304
|
+
|
1305
|
+
Vl10 0 100 Active local unknown 192.168.0.254
|
1306
|
+
|
1307
|
+
```
|
1308
|
+
|
1309
|
+
__R3 show standby brief__
|
1310
|
+
|
1311
|
+
```
|
1312
|
+
|
1313
|
+
R3#show standby b
|
1314
|
+
|
1315
|
+
P indicates configured to preempt.
|
1316
|
+
|
1317
|
+
|
|
1318
|
+
|
1319
|
+
Interface Grp Prio P State Active Standby Virtual IP
|
1320
|
+
|
1321
|
+
Vl20 20 105 Active local 192.168.1.252 192.168.1.254
|
1322
|
+
|
1323
|
+
```
|
1324
|
+
|
1325
|
+
__R4 show standby brief__
|
1326
|
+
|
1327
|
+
|
1328
|
+
|
1329
|
+
```
|
1330
|
+
|
1331
|
+
R4#show standby b
|
1332
|
+
|
1333
|
+
P indicates configured to preempt.
|
1334
|
+
|
1335
|
+
|
|
1336
|
+
|
1337
|
+
Interface Grp Prio P State Active Standby Virtual IP
|
1338
|
+
|
1339
|
+
Vl20 20 100 Standby 192.168.1.253 local 192.168.1.254
|
1340
|
+
|
1341
|
+
```
|
1342
|
+
|
1343
|
+
|
1344
|
+
|
1277
1345
|
###現状
|
1278
1346
|
|
1279
1347
|
PC間の疎通はできないが、HSRPの設定は反映されている。
|
1280
1348
|
|
1281
|
-
PC-1→R1,R2へ
|
1349
|
+
PC-1→R1,R2へ疎通可能。
|
1282
|
-
|
1350
|
+
|
1283
|
-
PC-2→R3,R4へ
|
1351
|
+
PC-2→R3,R4へ疎通可能。
|
1352
|
+
|
1353
|
+
R1←→R2,R3←→R4へ疎通可能。
|
1354
|
+
|
1355
|
+
R1←→R2のHSRPは反映されていない。
|
1356
|
+
|
1357
|
+
R3←→R4のHSRPは反映されている。
|
1284
1358
|
|
1285
1359
|
|
1286
1360
|
|
11
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
-
|
7
|
+
![イメージ説明](fa588b4523e04688ba7cde46d3bcdd37.png)
|
8
8
|
|
9
9
|
|
10
10
|
|
10
更新
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
-
|
7
|
+
|
8
8
|
|
9
9
|
|
10
10
|
|
@@ -12,6 +12,324 @@
|
|
12
12
|
|
13
13
|
|
14
14
|
|
15
|
+
__R1 show run__
|
16
|
+
|
17
|
+
```
|
18
|
+
|
19
|
+
R1#show run
|
20
|
+
|
21
|
+
Building configuration...
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
Current configuration : 1770 bytes
|
26
|
+
|
27
|
+
!
|
28
|
+
|
29
|
+
version 12.4
|
30
|
+
|
31
|
+
service timestamps debug datetime msec
|
32
|
+
|
33
|
+
service timestamps log datetime msec
|
34
|
+
|
35
|
+
no service password-encryption
|
36
|
+
|
37
|
+
!
|
38
|
+
|
39
|
+
hostname R1
|
40
|
+
|
41
|
+
!
|
42
|
+
|
43
|
+
boot-start-marker
|
44
|
+
|
45
|
+
boot-end-marker
|
46
|
+
|
47
|
+
!
|
48
|
+
|
49
|
+
!
|
50
|
+
|
51
|
+
no aaa new-model
|
52
|
+
|
53
|
+
memory-size iomem 5
|
54
|
+
|
55
|
+
no ip icmp rate-limit unreachable
|
56
|
+
|
57
|
+
ip cef
|
58
|
+
|
59
|
+
!
|
60
|
+
|
61
|
+
!
|
62
|
+
|
63
|
+
!
|
64
|
+
|
65
|
+
!
|
66
|
+
|
67
|
+
no ip domain lookup
|
68
|
+
|
69
|
+
ip auth-proxy max-nodata-conns 3
|
70
|
+
|
71
|
+
ip admission max-nodata-conns 3
|
72
|
+
|
73
|
+
!
|
74
|
+
|
75
|
+
!
|
76
|
+
|
77
|
+
!
|
78
|
+
|
79
|
+
!
|
80
|
+
|
81
|
+
!
|
82
|
+
|
83
|
+
!
|
84
|
+
|
85
|
+
!
|
86
|
+
|
87
|
+
!
|
88
|
+
|
89
|
+
!
|
90
|
+
|
91
|
+
!
|
92
|
+
|
93
|
+
!
|
94
|
+
|
95
|
+
!
|
96
|
+
|
97
|
+
!
|
98
|
+
|
99
|
+
!
|
100
|
+
|
101
|
+
!
|
102
|
+
|
103
|
+
!
|
104
|
+
|
105
|
+
!
|
106
|
+
|
107
|
+
ip tcp synwait-time 5
|
108
|
+
|
109
|
+
!
|
110
|
+
|
111
|
+
!
|
112
|
+
|
113
|
+
!
|
114
|
+
|
115
|
+
!
|
116
|
+
|
117
|
+
!
|
118
|
+
|
119
|
+
interface FastEthernet0/0
|
120
|
+
|
121
|
+
no ip address
|
122
|
+
|
123
|
+
shutdown
|
124
|
+
|
125
|
+
duplex auto
|
126
|
+
|
127
|
+
speed auto
|
128
|
+
|
129
|
+
!
|
130
|
+
|
131
|
+
interface Serial0/0
|
132
|
+
|
133
|
+
no ip address
|
134
|
+
|
135
|
+
shutdown
|
136
|
+
|
137
|
+
clock rate 2000000
|
138
|
+
|
139
|
+
!
|
140
|
+
|
141
|
+
interface FastEthernet0/1
|
142
|
+
|
143
|
+
no ip address
|
144
|
+
|
145
|
+
shutdown
|
146
|
+
|
147
|
+
duplex auto
|
148
|
+
|
149
|
+
speed auto
|
150
|
+
|
151
|
+
!
|
152
|
+
|
153
|
+
interface Serial0/1
|
154
|
+
|
155
|
+
no ip address
|
156
|
+
|
157
|
+
shutdown
|
158
|
+
|
159
|
+
clock rate 2000000
|
160
|
+
|
161
|
+
!
|
162
|
+
|
163
|
+
interface Serial0/2
|
164
|
+
|
165
|
+
no ip address
|
166
|
+
|
167
|
+
shutdown
|
168
|
+
|
169
|
+
clock rate 2000000
|
170
|
+
|
171
|
+
!
|
172
|
+
|
173
|
+
interface FastEthernet1/0
|
174
|
+
|
175
|
+
!
|
176
|
+
|
177
|
+
interface FastEthernet1/1
|
178
|
+
|
179
|
+
!
|
180
|
+
|
181
|
+
interface FastEthernet1/2
|
182
|
+
|
183
|
+
switchport access vlan 10
|
184
|
+
|
185
|
+
!
|
186
|
+
|
187
|
+
interface FastEthernet1/3
|
188
|
+
|
189
|
+
!
|
190
|
+
|
191
|
+
interface FastEthernet1/4
|
192
|
+
|
193
|
+
!
|
194
|
+
|
195
|
+
interface FastEthernet1/5
|
196
|
+
|
197
|
+
no switchport
|
198
|
+
|
199
|
+
ip address 10.0.0.1 255.255.255.0
|
200
|
+
|
201
|
+
!
|
202
|
+
|
203
|
+
interface FastEthernet1/6
|
204
|
+
|
205
|
+
!
|
206
|
+
|
207
|
+
interface FastEthernet1/7
|
208
|
+
|
209
|
+
!
|
210
|
+
|
211
|
+
interface FastEthernet1/8
|
212
|
+
|
213
|
+
!
|
214
|
+
|
215
|
+
interface FastEthernet1/9
|
216
|
+
|
217
|
+
!
|
218
|
+
|
219
|
+
interface FastEthernet1/10
|
220
|
+
|
221
|
+
!
|
222
|
+
|
223
|
+
interface FastEthernet1/11
|
224
|
+
|
225
|
+
!
|
226
|
+
|
227
|
+
interface FastEthernet1/12
|
228
|
+
|
229
|
+
!
|
230
|
+
|
231
|
+
interface FastEthernet1/13
|
232
|
+
|
233
|
+
!
|
234
|
+
|
235
|
+
interface FastEthernet1/14
|
236
|
+
|
237
|
+
!
|
238
|
+
|
239
|
+
interface FastEthernet1/15
|
240
|
+
|
241
|
+
!
|
242
|
+
|
243
|
+
interface Vlan1
|
244
|
+
|
245
|
+
no ip address
|
246
|
+
|
247
|
+
!
|
248
|
+
|
249
|
+
interface Vlan10
|
250
|
+
|
251
|
+
ip address 192.168.0.253 255.255.255.0
|
252
|
+
|
253
|
+
standby priority 105
|
254
|
+
|
255
|
+
standby preempt
|
256
|
+
|
257
|
+
standby 10 ip 192.168.0.254
|
258
|
+
|
259
|
+
!
|
260
|
+
|
261
|
+
ip forward-protocol nd
|
262
|
+
|
263
|
+
!
|
264
|
+
|
265
|
+
!
|
266
|
+
|
267
|
+
no ip http server
|
268
|
+
|
269
|
+
no ip http secure-server
|
270
|
+
|
271
|
+
!
|
272
|
+
|
273
|
+
no cdp log mismatch duplex
|
274
|
+
|
275
|
+
!
|
276
|
+
|
277
|
+
!
|
278
|
+
|
279
|
+
!
|
280
|
+
|
281
|
+
control-plane
|
282
|
+
|
283
|
+
!
|
284
|
+
|
285
|
+
!
|
286
|
+
|
287
|
+
!
|
288
|
+
|
289
|
+
!
|
290
|
+
|
291
|
+
!
|
292
|
+
|
293
|
+
!
|
294
|
+
|
295
|
+
!
|
296
|
+
|
297
|
+
!
|
298
|
+
|
299
|
+
!
|
300
|
+
|
301
|
+
!
|
302
|
+
|
303
|
+
line con 0
|
304
|
+
|
305
|
+
exec-timeout 0 0
|
306
|
+
|
307
|
+
privilege level 15
|
308
|
+
|
309
|
+
logging synchronous
|
310
|
+
|
311
|
+
line aux 0
|
312
|
+
|
313
|
+
exec-timeout 0 0
|
314
|
+
|
315
|
+
privilege level 15
|
316
|
+
|
317
|
+
logging synchronous
|
318
|
+
|
319
|
+
line vty 0 4
|
320
|
+
|
321
|
+
login
|
322
|
+
|
323
|
+
!
|
324
|
+
|
325
|
+
!
|
326
|
+
|
327
|
+
end
|
328
|
+
|
329
|
+
```
|
330
|
+
|
331
|
+
|
332
|
+
|
15
333
|
__R2 show run__
|
16
334
|
|
17
335
|
```
|
@@ -22,7 +340,7 @@
|
|
22
340
|
|
23
341
|
|
24
342
|
|
25
|
-
Current configuration : 1
|
343
|
+
Current configuration : 1728 bytes
|
26
344
|
|
27
345
|
!
|
28
346
|
|
@@ -60,6 +378,10 @@
|
|
60
378
|
|
61
379
|
!
|
62
380
|
|
381
|
+
!
|
382
|
+
|
383
|
+
!
|
384
|
+
|
63
385
|
no ip domain lookup
|
64
386
|
|
65
387
|
ip auth-proxy max-nodata-conns 3
|
@@ -70,10 +392,48 @@
|
|
70
392
|
|
71
393
|
!
|
72
394
|
|
395
|
+
!
|
396
|
+
|
397
|
+
!
|
398
|
+
|
399
|
+
!
|
400
|
+
|
401
|
+
!
|
402
|
+
|
403
|
+
!
|
404
|
+
|
405
|
+
!
|
406
|
+
|
407
|
+
!
|
408
|
+
|
409
|
+
!
|
410
|
+
|
411
|
+
!
|
412
|
+
|
413
|
+
!
|
414
|
+
|
415
|
+
!
|
416
|
+
|
417
|
+
!
|
418
|
+
|
419
|
+
!
|
420
|
+
|
421
|
+
!
|
422
|
+
|
423
|
+
!
|
424
|
+
|
73
425
|
ip tcp synwait-time 5
|
74
426
|
|
75
427
|
!
|
76
428
|
|
429
|
+
!
|
430
|
+
|
431
|
+
!
|
432
|
+
|
433
|
+
!
|
434
|
+
|
435
|
+
!
|
436
|
+
|
77
437
|
interface FastEthernet0/0
|
78
438
|
|
79
439
|
no ip address
|
@@ -134,12 +494,326 @@
|
|
134
494
|
|
135
495
|
interface FastEthernet1/1
|
136
496
|
|
497
|
+
!
|
498
|
+
|
499
|
+
interface FastEthernet1/2
|
500
|
+
|
501
|
+
!
|
502
|
+
|
503
|
+
interface FastEthernet1/3
|
504
|
+
|
137
505
|
switchport access vlan 10
|
138
506
|
|
139
507
|
!
|
140
508
|
|
509
|
+
interface FastEthernet1/4
|
510
|
+
|
511
|
+
!
|
512
|
+
|
513
|
+
interface FastEthernet1/5
|
514
|
+
|
515
|
+
!
|
516
|
+
|
517
|
+
interface FastEthernet1/6
|
518
|
+
|
519
|
+
no switchport
|
520
|
+
|
521
|
+
ip address 10.0.1.1 255.255.255.0
|
522
|
+
|
523
|
+
!
|
524
|
+
|
525
|
+
interface FastEthernet1/7
|
526
|
+
|
527
|
+
!
|
528
|
+
|
529
|
+
interface FastEthernet1/8
|
530
|
+
|
531
|
+
!
|
532
|
+
|
533
|
+
interface FastEthernet1/9
|
534
|
+
|
535
|
+
!
|
536
|
+
|
537
|
+
interface FastEthernet1/10
|
538
|
+
|
539
|
+
!
|
540
|
+
|
541
|
+
interface FastEthernet1/11
|
542
|
+
|
543
|
+
!
|
544
|
+
|
545
|
+
interface FastEthernet1/12
|
546
|
+
|
547
|
+
!
|
548
|
+
|
549
|
+
interface FastEthernet1/13
|
550
|
+
|
551
|
+
!
|
552
|
+
|
553
|
+
interface FastEthernet1/14
|
554
|
+
|
555
|
+
!
|
556
|
+
|
557
|
+
interface FastEthernet1/15
|
558
|
+
|
559
|
+
!
|
560
|
+
|
561
|
+
interface Vlan1
|
562
|
+
|
563
|
+
no ip address
|
564
|
+
|
565
|
+
!
|
566
|
+
|
567
|
+
interface Vlan10
|
568
|
+
|
569
|
+
ip address 192.168.0.252 255.255.255.0
|
570
|
+
|
571
|
+
standby ip 192.168.0.254
|
572
|
+
|
573
|
+
!
|
574
|
+
|
575
|
+
ip forward-protocol nd
|
576
|
+
|
577
|
+
!
|
578
|
+
|
579
|
+
!
|
580
|
+
|
581
|
+
no ip http server
|
582
|
+
|
583
|
+
no ip http secure-server
|
584
|
+
|
585
|
+
!
|
586
|
+
|
587
|
+
no cdp log mismatch duplex
|
588
|
+
|
589
|
+
!
|
590
|
+
|
591
|
+
!
|
592
|
+
|
593
|
+
!
|
594
|
+
|
595
|
+
control-plane
|
596
|
+
|
597
|
+
!
|
598
|
+
|
599
|
+
!
|
600
|
+
|
601
|
+
!
|
602
|
+
|
603
|
+
!
|
604
|
+
|
605
|
+
!
|
606
|
+
|
607
|
+
!
|
608
|
+
|
609
|
+
!
|
610
|
+
|
611
|
+
!
|
612
|
+
|
613
|
+
!
|
614
|
+
|
615
|
+
!
|
616
|
+
|
617
|
+
line con 0
|
618
|
+
|
619
|
+
exec-timeout 0 0
|
620
|
+
|
621
|
+
privilege level 15
|
622
|
+
|
623
|
+
logging synchronous
|
624
|
+
|
625
|
+
line aux 0
|
626
|
+
|
627
|
+
exec-timeout 0 0
|
628
|
+
|
629
|
+
privilege level 15
|
630
|
+
|
631
|
+
logging synchronous
|
632
|
+
|
633
|
+
line vty 0 4
|
634
|
+
|
635
|
+
login
|
636
|
+
|
637
|
+
!
|
638
|
+
|
639
|
+
!
|
640
|
+
|
641
|
+
end
|
642
|
+
|
643
|
+
```
|
644
|
+
|
645
|
+
|
646
|
+
|
647
|
+
__R3 show run__
|
648
|
+
|
649
|
+
```
|
650
|
+
|
651
|
+
R3#show run
|
652
|
+
|
653
|
+
Building configuration...
|
654
|
+
|
655
|
+
|
656
|
+
|
657
|
+
Current configuration : 1773 bytes
|
658
|
+
|
659
|
+
!
|
660
|
+
|
661
|
+
version 12.4
|
662
|
+
|
663
|
+
service timestamps debug datetime msec
|
664
|
+
|
665
|
+
service timestamps log datetime msec
|
666
|
+
|
667
|
+
no service password-encryption
|
668
|
+
|
669
|
+
!
|
670
|
+
|
671
|
+
hostname R3
|
672
|
+
|
673
|
+
!
|
674
|
+
|
675
|
+
boot-start-marker
|
676
|
+
|
677
|
+
boot-end-marker
|
678
|
+
|
679
|
+
!
|
680
|
+
|
681
|
+
!
|
682
|
+
|
683
|
+
no aaa new-model
|
684
|
+
|
685
|
+
memory-size iomem 5
|
686
|
+
|
687
|
+
no ip icmp rate-limit unreachable
|
688
|
+
|
689
|
+
ip cef
|
690
|
+
|
691
|
+
!
|
692
|
+
|
693
|
+
!
|
694
|
+
|
695
|
+
!
|
696
|
+
|
697
|
+
!
|
698
|
+
|
699
|
+
no ip domain lookup
|
700
|
+
|
701
|
+
ip auth-proxy max-nodata-conns 3
|
702
|
+
|
703
|
+
ip admission max-nodata-conns 3
|
704
|
+
|
705
|
+
!
|
706
|
+
|
707
|
+
!
|
708
|
+
|
709
|
+
!
|
710
|
+
|
711
|
+
!
|
712
|
+
|
713
|
+
!
|
714
|
+
|
715
|
+
!
|
716
|
+
|
717
|
+
!
|
718
|
+
|
719
|
+
!
|
720
|
+
|
721
|
+
!
|
722
|
+
|
723
|
+
!
|
724
|
+
|
725
|
+
!
|
726
|
+
|
727
|
+
!
|
728
|
+
|
729
|
+
!
|
730
|
+
|
731
|
+
!
|
732
|
+
|
733
|
+
!
|
734
|
+
|
735
|
+
!
|
736
|
+
|
737
|
+
!
|
738
|
+
|
739
|
+
ip tcp synwait-time 5
|
740
|
+
|
741
|
+
!
|
742
|
+
|
743
|
+
!
|
744
|
+
|
745
|
+
!
|
746
|
+
|
747
|
+
!
|
748
|
+
|
749
|
+
!
|
750
|
+
|
751
|
+
interface FastEthernet0/0
|
752
|
+
|
753
|
+
no ip address
|
754
|
+
|
755
|
+
shutdown
|
756
|
+
|
757
|
+
duplex auto
|
758
|
+
|
759
|
+
speed auto
|
760
|
+
|
761
|
+
!
|
762
|
+
|
763
|
+
interface Serial0/0
|
764
|
+
|
765
|
+
no ip address
|
766
|
+
|
767
|
+
shutdown
|
768
|
+
|
769
|
+
clock rate 2000000
|
770
|
+
|
771
|
+
!
|
772
|
+
|
773
|
+
interface FastEthernet0/1
|
774
|
+
|
775
|
+
no ip address
|
776
|
+
|
777
|
+
shutdown
|
778
|
+
|
779
|
+
duplex auto
|
780
|
+
|
781
|
+
speed auto
|
782
|
+
|
783
|
+
!
|
784
|
+
|
785
|
+
interface Serial0/1
|
786
|
+
|
787
|
+
no ip address
|
788
|
+
|
789
|
+
shutdown
|
790
|
+
|
791
|
+
clock rate 2000000
|
792
|
+
|
793
|
+
!
|
794
|
+
|
795
|
+
interface Serial0/2
|
796
|
+
|
797
|
+
no ip address
|
798
|
+
|
799
|
+
shutdown
|
800
|
+
|
801
|
+
clock rate 2000000
|
802
|
+
|
803
|
+
!
|
804
|
+
|
805
|
+
interface FastEthernet1/0
|
806
|
+
|
807
|
+
!
|
808
|
+
|
809
|
+
interface FastEthernet1/1
|
810
|
+
|
811
|
+
!
|
812
|
+
|
141
813
|
interface FastEthernet1/2
|
142
814
|
|
815
|
+
switchport access vlan 20
|
816
|
+
|
143
817
|
!
|
144
818
|
|
145
819
|
interface FastEthernet1/3
|
@@ -148,9 +822,323 @@
|
|
148
822
|
|
149
823
|
interface FastEthernet1/4
|
150
824
|
|
825
|
+
!
|
826
|
+
|
827
|
+
interface FastEthernet1/5
|
828
|
+
|
151
829
|
no switchport
|
152
830
|
|
831
|
+
ip address 10.0.0.2 255.255.255.0
|
832
|
+
|
833
|
+
!
|
834
|
+
|
835
|
+
interface FastEthernet1/6
|
836
|
+
|
837
|
+
!
|
838
|
+
|
839
|
+
interface FastEthernet1/7
|
840
|
+
|
841
|
+
!
|
842
|
+
|
843
|
+
interface FastEthernet1/8
|
844
|
+
|
845
|
+
!
|
846
|
+
|
847
|
+
interface FastEthernet1/9
|
848
|
+
|
849
|
+
!
|
850
|
+
|
851
|
+
interface FastEthernet1/10
|
852
|
+
|
853
|
+
!
|
854
|
+
|
855
|
+
interface FastEthernet1/11
|
856
|
+
|
857
|
+
!
|
858
|
+
|
859
|
+
interface FastEthernet1/12
|
860
|
+
|
861
|
+
!
|
862
|
+
|
863
|
+
interface FastEthernet1/13
|
864
|
+
|
865
|
+
!
|
866
|
+
|
867
|
+
interface FastEthernet1/14
|
868
|
+
|
869
|
+
!
|
870
|
+
|
871
|
+
interface FastEthernet1/15
|
872
|
+
|
873
|
+
!
|
874
|
+
|
875
|
+
interface Vlan1
|
876
|
+
|
877
|
+
no ip address
|
878
|
+
|
879
|
+
!
|
880
|
+
|
881
|
+
interface Vlan20
|
882
|
+
|
153
|
-
ip address 192.168.1
|
883
|
+
ip address 192.168.1.253 255.255.255.0
|
884
|
+
|
885
|
+
standby preempt
|
886
|
+
|
887
|
+
standby 20 ip 192.168.1.254
|
888
|
+
|
889
|
+
standby 20 priority 105
|
890
|
+
|
891
|
+
!
|
892
|
+
|
893
|
+
ip forward-protocol nd
|
894
|
+
|
895
|
+
!
|
896
|
+
|
897
|
+
!
|
898
|
+
|
899
|
+
no ip http server
|
900
|
+
|
901
|
+
no ip http secure-server
|
902
|
+
|
903
|
+
!
|
904
|
+
|
905
|
+
no cdp log mismatch duplex
|
906
|
+
|
907
|
+
!
|
908
|
+
|
909
|
+
!
|
910
|
+
|
911
|
+
!
|
912
|
+
|
913
|
+
control-plane
|
914
|
+
|
915
|
+
!
|
916
|
+
|
917
|
+
!
|
918
|
+
|
919
|
+
!
|
920
|
+
|
921
|
+
!
|
922
|
+
|
923
|
+
!
|
924
|
+
|
925
|
+
!
|
926
|
+
|
927
|
+
!
|
928
|
+
|
929
|
+
!
|
930
|
+
|
931
|
+
!
|
932
|
+
|
933
|
+
!
|
934
|
+
|
935
|
+
line con 0
|
936
|
+
|
937
|
+
exec-timeout 0 0
|
938
|
+
|
939
|
+
privilege level 15
|
940
|
+
|
941
|
+
logging synchronous
|
942
|
+
|
943
|
+
line aux 0
|
944
|
+
|
945
|
+
exec-timeout 0 0
|
946
|
+
|
947
|
+
privilege level 15
|
948
|
+
|
949
|
+
logging synchronous
|
950
|
+
|
951
|
+
line vty 0 4
|
952
|
+
|
953
|
+
login
|
954
|
+
|
955
|
+
!
|
956
|
+
|
957
|
+
!
|
958
|
+
|
959
|
+
end
|
960
|
+
|
961
|
+
```
|
962
|
+
|
963
|
+
|
964
|
+
|
965
|
+
__R4 show run__
|
966
|
+
|
967
|
+
```
|
968
|
+
|
969
|
+
R4#show run
|
970
|
+
|
971
|
+
Building configuration...
|
972
|
+
|
973
|
+
|
974
|
+
|
975
|
+
Current configuration : 1731 bytes
|
976
|
+
|
977
|
+
!
|
978
|
+
|
979
|
+
version 12.4
|
980
|
+
|
981
|
+
service timestamps debug datetime msec
|
982
|
+
|
983
|
+
service timestamps log datetime msec
|
984
|
+
|
985
|
+
no service password-encryption
|
986
|
+
|
987
|
+
!
|
988
|
+
|
989
|
+
hostname R4
|
990
|
+
|
991
|
+
!
|
992
|
+
|
993
|
+
boot-start-marker
|
994
|
+
|
995
|
+
boot-end-marker
|
996
|
+
|
997
|
+
!
|
998
|
+
|
999
|
+
!
|
1000
|
+
|
1001
|
+
no aaa new-model
|
1002
|
+
|
1003
|
+
memory-size iomem 5
|
1004
|
+
|
1005
|
+
no ip icmp rate-limit unreachable
|
1006
|
+
|
1007
|
+
ip cef
|
1008
|
+
|
1009
|
+
!
|
1010
|
+
|
1011
|
+
!
|
1012
|
+
|
1013
|
+
!
|
1014
|
+
|
1015
|
+
!
|
1016
|
+
|
1017
|
+
no ip domain lookup
|
1018
|
+
|
1019
|
+
ip auth-proxy max-nodata-conns 3
|
1020
|
+
|
1021
|
+
ip admission max-nodata-conns 3
|
1022
|
+
|
1023
|
+
!
|
1024
|
+
|
1025
|
+
!
|
1026
|
+
|
1027
|
+
!
|
1028
|
+
|
1029
|
+
!
|
1030
|
+
|
1031
|
+
!
|
1032
|
+
|
1033
|
+
!
|
1034
|
+
|
1035
|
+
!
|
1036
|
+
|
1037
|
+
!
|
1038
|
+
|
1039
|
+
!
|
1040
|
+
|
1041
|
+
!
|
1042
|
+
|
1043
|
+
!
|
1044
|
+
|
1045
|
+
!
|
1046
|
+
|
1047
|
+
!
|
1048
|
+
|
1049
|
+
!
|
1050
|
+
|
1051
|
+
!
|
1052
|
+
|
1053
|
+
!
|
1054
|
+
|
1055
|
+
!
|
1056
|
+
|
1057
|
+
ip tcp synwait-time 5
|
1058
|
+
|
1059
|
+
!
|
1060
|
+
|
1061
|
+
!
|
1062
|
+
|
1063
|
+
!
|
1064
|
+
|
1065
|
+
!
|
1066
|
+
|
1067
|
+
!
|
1068
|
+
|
1069
|
+
interface FastEthernet0/0
|
1070
|
+
|
1071
|
+
no ip address
|
1072
|
+
|
1073
|
+
shutdown
|
1074
|
+
|
1075
|
+
duplex auto
|
1076
|
+
|
1077
|
+
speed auto
|
1078
|
+
|
1079
|
+
!
|
1080
|
+
|
1081
|
+
interface Serial0/0
|
1082
|
+
|
1083
|
+
no ip address
|
1084
|
+
|
1085
|
+
shutdown
|
1086
|
+
|
1087
|
+
clock rate 2000000
|
1088
|
+
|
1089
|
+
!
|
1090
|
+
|
1091
|
+
interface FastEthernet0/1
|
1092
|
+
|
1093
|
+
no ip address
|
1094
|
+
|
1095
|
+
shutdown
|
1096
|
+
|
1097
|
+
duplex auto
|
1098
|
+
|
1099
|
+
speed auto
|
1100
|
+
|
1101
|
+
!
|
1102
|
+
|
1103
|
+
interface Serial0/1
|
1104
|
+
|
1105
|
+
no ip address
|
1106
|
+
|
1107
|
+
shutdown
|
1108
|
+
|
1109
|
+
clock rate 2000000
|
1110
|
+
|
1111
|
+
!
|
1112
|
+
|
1113
|
+
interface Serial0/2
|
1114
|
+
|
1115
|
+
no ip address
|
1116
|
+
|
1117
|
+
shutdown
|
1118
|
+
|
1119
|
+
clock rate 2000000
|
1120
|
+
|
1121
|
+
!
|
1122
|
+
|
1123
|
+
interface FastEthernet1/0
|
1124
|
+
|
1125
|
+
!
|
1126
|
+
|
1127
|
+
interface FastEthernet1/1
|
1128
|
+
|
1129
|
+
!
|
1130
|
+
|
1131
|
+
interface FastEthernet1/2
|
1132
|
+
|
1133
|
+
!
|
1134
|
+
|
1135
|
+
interface FastEthernet1/3
|
1136
|
+
|
1137
|
+
switchport access vlan 20
|
1138
|
+
|
1139
|
+
!
|
1140
|
+
|
1141
|
+
interface FastEthernet1/4
|
154
1142
|
|
155
1143
|
!
|
156
1144
|
|
@@ -160,6 +1148,10 @@
|
|
160
1148
|
|
161
1149
|
interface FastEthernet1/6
|
162
1150
|
|
1151
|
+
no switchport
|
1152
|
+
|
1153
|
+
ip address 10.0.1.2 255.255.255.0
|
1154
|
+
|
163
1155
|
!
|
164
1156
|
|
165
1157
|
interface FastEthernet1/7
|
@@ -204,22 +1196,16 @@
|
|
204
1196
|
|
205
1197
|
!
|
206
1198
|
|
207
|
-
interface Vlan
|
1199
|
+
interface Vlan20
|
208
|
-
|
1200
|
+
|
209
|
-
ip address 192.168.5
|
1201
|
+
ip address 192.168.1.252 255.255.255.0
|
210
|
-
|
1202
|
+
|
211
|
-
standby
|
1203
|
+
standby 20 ip 192.168.1.254
|
212
|
-
|
213
|
-
standby 10 priority 105
|
214
|
-
|
215
|
-
standby 10 preempt
|
216
1204
|
|
217
1205
|
!
|
218
1206
|
|
219
1207
|
ip forward-protocol nd
|
220
1208
|
|
221
|
-
ip route 192.168.20.0 255.255.255.0 192.168.10.2
|
222
|
-
|
223
1209
|
!
|
224
1210
|
|
225
1211
|
!
|
@@ -230,20 +1216,36 @@
|
|
230
1216
|
|
231
1217
|
!
|
232
1218
|
|
233
|
-
mac-address-table static 0000.0c07.ac0a interface FastEthernet1/1 vlan 10
|
234
|
-
|
235
1219
|
no cdp log mismatch duplex
|
236
1220
|
|
237
1221
|
!
|
238
1222
|
|
239
1223
|
!
|
240
1224
|
|
1225
|
+
!
|
1226
|
+
|
241
1227
|
control-plane
|
242
1228
|
|
243
1229
|
!
|
244
1230
|
|
245
1231
|
!
|
246
1232
|
|
1233
|
+
!
|
1234
|
+
|
1235
|
+
!
|
1236
|
+
|
1237
|
+
!
|
1238
|
+
|
1239
|
+
!
|
1240
|
+
|
1241
|
+
!
|
1242
|
+
|
1243
|
+
!
|
1244
|
+
|
1245
|
+
!
|
1246
|
+
|
1247
|
+
!
|
1248
|
+
|
247
1249
|
line con 0
|
248
1250
|
|
249
1251
|
exec-timeout 0 0
|
@@ -272,812 +1274,16 @@
|
|
272
1274
|
|
273
1275
|
```
|
274
1276
|
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
R3
|
282
|
-
|
283
|
-
Building configuration...
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
Current configuration : 1679 bytes
|
288
|
-
|
289
|
-
!
|
290
|
-
|
291
|
-
version 12.4
|
292
|
-
|
293
|
-
service timestamps debug datetime msec
|
294
|
-
|
295
|
-
service timestamps log datetime msec
|
296
|
-
|
297
|
-
no service password-encryption
|
298
|
-
|
299
|
-
!
|
300
|
-
|
301
|
-
hostname R3
|
302
|
-
|
303
|
-
!
|
304
|
-
|
305
|
-
boot-start-marker
|
306
|
-
|
307
|
-
boot-end-marker
|
308
|
-
|
309
|
-
!
|
310
|
-
|
311
|
-
!
|
312
|
-
|
313
|
-
no aaa new-model
|
314
|
-
|
315
|
-
memory-size iomem 5
|
316
|
-
|
317
|
-
no ip icmp rate-limit unreachable
|
318
|
-
|
319
|
-
ip cef
|
320
|
-
|
321
|
-
!
|
322
|
-
|
323
|
-
!
|
324
|
-
|
325
|
-
no ip domain lookup
|
326
|
-
|
327
|
-
ip auth-proxy max-nodata-conns 3
|
328
|
-
|
329
|
-
ip admission max-nodata-conns 3
|
330
|
-
|
331
|
-
!
|
332
|
-
|
333
|
-
!
|
334
|
-
|
335
|
-
ip tcp synwait-time 5
|
336
|
-
|
337
|
-
!
|
338
|
-
|
339
|
-
!
|
340
|
-
|
341
|
-
interface FastEthernet0/0
|
342
|
-
|
343
|
-
no ip address
|
344
|
-
|
345
|
-
shutdown
|
346
|
-
|
347
|
-
duplex auto
|
348
|
-
|
349
|
-
speed auto
|
350
|
-
|
351
|
-
!
|
352
|
-
|
353
|
-
interface Serial0/0
|
354
|
-
|
355
|
-
no ip address
|
356
|
-
|
357
|
-
shutdown
|
358
|
-
|
359
|
-
clock rate 2000000
|
360
|
-
|
361
|
-
!
|
362
|
-
|
363
|
-
interface FastEthernet0/1
|
364
|
-
|
365
|
-
no ip address
|
366
|
-
|
367
|
-
shutdown
|
368
|
-
|
369
|
-
duplex auto
|
370
|
-
|
371
|
-
speed auto
|
372
|
-
|
373
|
-
!
|
374
|
-
|
375
|
-
interface Serial0/1
|
376
|
-
|
377
|
-
no ip address
|
378
|
-
|
379
|
-
shutdown
|
380
|
-
|
381
|
-
clock rate 2000000
|
382
|
-
|
383
|
-
!
|
384
|
-
|
385
|
-
interface Serial0/2
|
386
|
-
|
387
|
-
no ip address
|
388
|
-
|
389
|
-
shutdown
|
390
|
-
|
391
|
-
clock rate 2000000
|
392
|
-
|
393
|
-
!
|
394
|
-
|
395
|
-
interface FastEthernet1/0
|
396
|
-
|
397
|
-
!
|
398
|
-
|
399
|
-
interface FastEthernet1/1
|
400
|
-
|
401
|
-
switchport access vlan 10
|
402
|
-
|
403
|
-
!
|
404
|
-
|
405
|
-
interface FastEthernet1/2
|
406
|
-
|
407
|
-
!
|
408
|
-
|
409
|
-
interface FastEthernet1/3
|
410
|
-
|
411
|
-
!
|
412
|
-
|
413
|
-
interface FastEthernet1/4
|
414
|
-
|
415
|
-
!
|
416
|
-
|
417
|
-
interface FastEthernet1/5
|
418
|
-
|
419
|
-
!
|
420
|
-
|
421
|
-
interface FastEthernet1/6
|
422
|
-
|
423
|
-
!
|
424
|
-
|
425
|
-
interface FastEthernet1/7
|
426
|
-
|
427
|
-
!
|
428
|
-
|
429
|
-
interface FastEthernet1/8
|
430
|
-
|
431
|
-
!
|
432
|
-
|
433
|
-
interface FastEthernet1/9
|
434
|
-
|
435
|
-
!
|
436
|
-
|
437
|
-
interface FastEthernet1/10
|
438
|
-
|
439
|
-
!
|
440
|
-
|
441
|
-
interface FastEthernet1/11
|
442
|
-
|
443
|
-
!
|
444
|
-
|
445
|
-
interface FastEthernet1/12
|
446
|
-
|
447
|
-
!
|
448
|
-
|
449
|
-
interface FastEthernet1/13
|
450
|
-
|
451
|
-
!
|
452
|
-
|
453
|
-
interface FastEthernet1/14
|
454
|
-
|
455
|
-
!
|
456
|
-
|
457
|
-
interface FastEthernet1/15
|
458
|
-
|
459
|
-
!
|
460
|
-
|
461
|
-
interface Vlan1
|
462
|
-
|
463
|
-
no ip address
|
464
|
-
|
465
|
-
!
|
466
|
-
|
467
|
-
interface Vlan10
|
468
|
-
|
469
|
-
ip address 192.168.5.2 255.255.255.0
|
470
|
-
|
471
|
-
standby 10 ip 192.168.5.254
|
472
|
-
|
473
|
-
!
|
474
|
-
|
475
|
-
ip forward-protocol nd
|
476
|
-
|
477
|
-
!
|
478
|
-
|
479
|
-
!
|
480
|
-
|
481
|
-
no ip http server
|
482
|
-
|
483
|
-
no ip http secure-server
|
484
|
-
|
485
|
-
!
|
486
|
-
|
487
|
-
no cdp log mismatch duplex
|
488
|
-
|
489
|
-
!
|
490
|
-
|
491
|
-
!
|
492
|
-
|
493
|
-
control-plane
|
494
|
-
|
495
|
-
!
|
496
|
-
|
497
|
-
!
|
498
|
-
|
499
|
-
line con 0
|
500
|
-
|
501
|
-
exec-timeout 0 0
|
502
|
-
|
503
|
-
privilege level 15
|
504
|
-
|
505
|
-
logging synchronous
|
506
|
-
|
507
|
-
line aux 0
|
508
|
-
|
509
|
-
exec-timeout 0 0
|
510
|
-
|
511
|
-
privilege level 15
|
512
|
-
|
513
|
-
logging synchronous
|
514
|
-
|
515
|
-
line vty 0 4
|
516
|
-
|
517
|
-
login
|
518
|
-
|
519
|
-
!
|
520
|
-
|
521
|
-
!
|
522
|
-
|
523
|
-
end
|
524
|
-
|
525
|
-
```
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
__R4 show run__
|
530
|
-
|
531
|
-
```
|
532
|
-
|
533
|
-
R4#show run
|
534
|
-
|
535
|
-
Building configuration...
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
Current configuration : 1674 bytes
|
540
|
-
|
541
|
-
!
|
542
|
-
|
543
|
-
version 12.4
|
544
|
-
|
545
|
-
service timestamps debug datetime msec
|
546
|
-
|
547
|
-
service timestamps log datetime msec
|
548
|
-
|
549
|
-
no service password-encryption
|
550
|
-
|
551
|
-
!
|
552
|
-
|
553
|
-
hostname R4
|
554
|
-
|
555
|
-
!
|
556
|
-
|
557
|
-
boot-start-marker
|
558
|
-
|
559
|
-
boot-end-marker
|
560
|
-
|
561
|
-
!
|
562
|
-
|
563
|
-
!
|
564
|
-
|
565
|
-
no aaa new-model
|
566
|
-
|
567
|
-
memory-size iomem 5
|
568
|
-
|
569
|
-
no ip icmp rate-limit unreachable
|
570
|
-
|
571
|
-
ip cef
|
572
|
-
|
573
|
-
!
|
574
|
-
|
575
|
-
!
|
576
|
-
|
577
|
-
no ip domain lookup
|
578
|
-
|
579
|
-
ip auth-proxy max-nodata-conns 3
|
580
|
-
|
581
|
-
ip admission max-nodata-conns 3
|
582
|
-
|
583
|
-
!
|
584
|
-
|
585
|
-
!
|
586
|
-
|
587
|
-
!
|
588
|
-
|
589
|
-
!
|
590
|
-
|
591
|
-
ip tcp synwait-time 5
|
592
|
-
|
593
|
-
!
|
594
|
-
|
595
|
-
interface FastEthernet0/0
|
596
|
-
|
597
|
-
no ip address
|
598
|
-
|
599
|
-
shutdown
|
600
|
-
|
601
|
-
duplex auto
|
602
|
-
|
603
|
-
speed auto
|
604
|
-
|
605
|
-
!
|
606
|
-
|
607
|
-
interface Serial0/0
|
608
|
-
|
609
|
-
no ip address
|
610
|
-
|
611
|
-
shutdown
|
612
|
-
|
613
|
-
clock rate 2000000
|
614
|
-
|
615
|
-
!
|
616
|
-
|
617
|
-
interface FastEthernet0/1
|
618
|
-
|
619
|
-
no ip address
|
620
|
-
|
621
|
-
shutdown
|
622
|
-
|
623
|
-
duplex auto
|
624
|
-
|
625
|
-
speed auto
|
626
|
-
|
627
|
-
!
|
628
|
-
|
629
|
-
interface Serial0/1
|
630
|
-
|
631
|
-
no ip address
|
632
|
-
|
633
|
-
shutdown
|
634
|
-
|
635
|
-
clock rate 2000000
|
636
|
-
|
637
|
-
!
|
638
|
-
|
639
|
-
interface Serial0/2
|
640
|
-
|
641
|
-
no ip address
|
642
|
-
|
643
|
-
shutdown
|
644
|
-
|
645
|
-
clock rate 2000000
|
646
|
-
|
647
|
-
!
|
648
|
-
|
649
|
-
interface FastEthernet1/0
|
650
|
-
|
651
|
-
!
|
652
|
-
|
653
|
-
interface FastEthernet1/1
|
654
|
-
|
655
|
-
no switchport
|
656
|
-
|
657
|
-
ip address 192.168.20.1 255.255.255.0
|
658
|
-
|
659
|
-
!
|
660
|
-
|
661
|
-
interface FastEthernet1/2
|
662
|
-
|
663
|
-
no switchport
|
664
|
-
|
665
|
-
ip address 192.168.10.2 255.255.255.0
|
666
|
-
|
667
|
-
!
|
668
|
-
|
669
|
-
interface FastEthernet1/3
|
670
|
-
|
671
|
-
!
|
672
|
-
|
673
|
-
interface FastEthernet1/4
|
674
|
-
|
675
|
-
!
|
676
|
-
|
677
|
-
interface FastEthernet1/5
|
678
|
-
|
679
|
-
!
|
680
|
-
|
681
|
-
interface FastEthernet1/6
|
682
|
-
|
683
|
-
!
|
684
|
-
|
685
|
-
interface FastEthernet1/7
|
686
|
-
|
687
|
-
!
|
688
|
-
|
689
|
-
interface FastEthernet1/8
|
690
|
-
|
691
|
-
!
|
692
|
-
|
693
|
-
interface FastEthernet1/9
|
694
|
-
|
695
|
-
!
|
696
|
-
|
697
|
-
interface FastEthernet1/10
|
698
|
-
|
699
|
-
!
|
700
|
-
|
701
|
-
interface FastEthernet1/11
|
702
|
-
|
703
|
-
!
|
704
|
-
|
705
|
-
interface FastEthernet1/12
|
706
|
-
|
707
|
-
!
|
708
|
-
|
709
|
-
interface FastEthernet1/13
|
710
|
-
|
711
|
-
!
|
712
|
-
|
713
|
-
interface FastEthernet1/14
|
714
|
-
|
715
|
-
!
|
716
|
-
|
717
|
-
interface FastEthernet1/15
|
718
|
-
|
719
|
-
!
|
720
|
-
|
721
|
-
interface Vlan1
|
722
|
-
|
723
|
-
no ip address
|
724
|
-
|
725
|
-
!
|
726
|
-
|
727
|
-
ip forward-protocol nd
|
728
|
-
|
729
|
-
!
|
730
|
-
|
731
|
-
!
|
732
|
-
|
733
|
-
no ip http server
|
734
|
-
|
735
|
-
no ip http secure-server
|
736
|
-
|
737
|
-
!
|
738
|
-
|
739
|
-
no cdp log mismatch duplex
|
740
|
-
|
741
|
-
!
|
742
|
-
|
743
|
-
!
|
744
|
-
|
745
|
-
!
|
746
|
-
|
747
|
-
control-plane
|
748
|
-
|
749
|
-
!
|
750
|
-
|
751
|
-
!
|
752
|
-
|
753
|
-
!
|
754
|
-
|
755
|
-
line con 0
|
756
|
-
|
757
|
-
exec-timeout 0 0
|
758
|
-
|
759
|
-
privilege level 15
|
760
|
-
|
761
|
-
logging synchronous
|
762
|
-
|
763
|
-
line aux 0
|
764
|
-
|
765
|
-
exec-timeout 0 0
|
766
|
-
|
767
|
-
privilege level 15
|
768
|
-
|
769
|
-
logging synchronous
|
770
|
-
|
771
|
-
line vty 0 4
|
772
|
-
|
773
|
-
login
|
774
|
-
|
775
|
-
!
|
776
|
-
|
777
|
-
!
|
778
|
-
|
779
|
-
end
|
780
|
-
|
781
|
-
```
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
__R5 show run__
|
786
|
-
|
787
|
-
```
|
788
|
-
|
789
|
-
R5#show run
|
790
|
-
|
791
|
-
Building configuration...
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
Current configuration : 1566 bytes
|
796
|
-
|
797
|
-
!
|
798
|
-
|
799
|
-
version 12.4
|
800
|
-
|
801
|
-
service timestamps debug datetime msec
|
802
|
-
|
803
|
-
service timestamps log datetime msec
|
804
|
-
|
805
|
-
no service password-encryption
|
806
|
-
|
807
|
-
!
|
808
|
-
|
809
|
-
hostname R5
|
810
|
-
|
811
|
-
!
|
812
|
-
|
813
|
-
boot-start-marker
|
814
|
-
|
815
|
-
boot-end-marker
|
816
|
-
|
817
|
-
!
|
818
|
-
|
819
|
-
!
|
820
|
-
|
821
|
-
no aaa new-model
|
822
|
-
|
823
|
-
memory-size iomem 5
|
824
|
-
|
825
|
-
no ip icmp rate-limit unreachable
|
826
|
-
|
827
|
-
ip cef
|
828
|
-
|
829
|
-
!
|
830
|
-
|
831
|
-
!
|
832
|
-
|
833
|
-
!
|
834
|
-
|
835
|
-
!
|
836
|
-
|
837
|
-
no ip domain lookup
|
838
|
-
|
839
|
-
ip auth-proxy max-nodata-conns 3
|
840
|
-
|
841
|
-
ip admission max-nodata-conns 3
|
842
|
-
|
843
|
-
!
|
844
|
-
|
845
|
-
!
|
846
|
-
|
847
|
-
!
|
848
|
-
|
849
|
-
ip tcp synwait-time 5
|
850
|
-
|
851
|
-
!
|
852
|
-
|
853
|
-
!
|
854
|
-
|
855
|
-
interface FastEthernet0/0
|
856
|
-
|
857
|
-
no ip address
|
858
|
-
|
859
|
-
shutdown
|
860
|
-
|
861
|
-
duplex auto
|
862
|
-
|
863
|
-
speed auto
|
864
|
-
|
865
|
-
!
|
866
|
-
|
867
|
-
interface Serial0/0
|
868
|
-
|
869
|
-
no ip address
|
870
|
-
|
871
|
-
shutdown
|
872
|
-
|
873
|
-
clock rate 2000000
|
874
|
-
|
875
|
-
!
|
876
|
-
|
877
|
-
interface FastEthernet0/1
|
878
|
-
|
879
|
-
no ip address
|
880
|
-
|
881
|
-
shutdown
|
882
|
-
|
883
|
-
duplex auto
|
884
|
-
|
885
|
-
speed auto
|
886
|
-
|
887
|
-
!
|
888
|
-
|
889
|
-
interface Serial0/1
|
890
|
-
|
891
|
-
no ip address
|
892
|
-
|
893
|
-
shutdown
|
894
|
-
|
895
|
-
clock rate 2000000
|
896
|
-
|
897
|
-
!
|
898
|
-
|
899
|
-
interface Serial0/2
|
900
|
-
|
901
|
-
no ip address
|
902
|
-
|
903
|
-
shutdown
|
904
|
-
|
905
|
-
clock rate 2000000
|
906
|
-
|
907
|
-
!
|
908
|
-
|
909
|
-
interface FastEthernet1/0
|
910
|
-
|
911
|
-
!
|
912
|
-
|
913
|
-
interface FastEthernet1/1
|
914
|
-
|
915
|
-
!
|
916
|
-
|
917
|
-
interface FastEthernet1/2
|
918
|
-
|
919
|
-
!
|
920
|
-
|
921
|
-
interface FastEthernet1/3
|
922
|
-
|
923
|
-
!
|
924
|
-
|
925
|
-
interface FastEthernet1/4
|
926
|
-
|
927
|
-
!
|
928
|
-
|
929
|
-
interface FastEthernet1/5
|
930
|
-
|
931
|
-
!
|
932
|
-
|
933
|
-
interface FastEthernet1/6
|
934
|
-
|
935
|
-
!
|
936
|
-
|
937
|
-
interface FastEthernet1/7
|
938
|
-
|
939
|
-
!
|
940
|
-
|
941
|
-
interface FastEthernet1/8
|
942
|
-
|
943
|
-
!
|
944
|
-
|
945
|
-
interface FastEthernet1/9
|
946
|
-
|
947
|
-
!
|
948
|
-
|
949
|
-
interface FastEthernet1/10
|
950
|
-
|
951
|
-
!
|
952
|
-
|
953
|
-
interface FastEthernet1/11
|
954
|
-
|
955
|
-
!
|
956
|
-
|
957
|
-
interface FastEthernet1/12
|
958
|
-
|
959
|
-
!
|
960
|
-
|
961
|
-
interface FastEthernet1/13
|
962
|
-
|
963
|
-
!
|
964
|
-
|
965
|
-
interface FastEthernet1/14
|
966
|
-
|
967
|
-
!
|
968
|
-
|
969
|
-
interface FastEthernet1/15
|
970
|
-
|
971
|
-
!
|
972
|
-
|
973
|
-
interface Vlan1
|
974
|
-
|
975
|
-
no ip address
|
976
|
-
|
977
|
-
!
|
978
|
-
|
979
|
-
ip forward-protocol nd
|
980
|
-
|
981
|
-
!
|
982
|
-
|
983
|
-
!
|
984
|
-
|
985
|
-
no ip http server
|
986
|
-
|
987
|
-
no ip http secure-server
|
988
|
-
|
989
|
-
!
|
990
|
-
|
991
|
-
no cdp log mismatch duplex
|
992
|
-
|
993
|
-
!
|
994
|
-
|
995
|
-
!
|
996
|
-
|
997
|
-
!
|
998
|
-
|
999
|
-
control-plane
|
1000
|
-
|
1001
|
-
!
|
1002
|
-
|
1003
|
-
!
|
1004
|
-
|
1005
|
-
line con 0
|
1006
|
-
|
1007
|
-
exec-timeout 0 0
|
1008
|
-
|
1009
|
-
privilege level 15
|
1010
|
-
|
1011
|
-
logging synchronous
|
1012
|
-
|
1013
|
-
line aux 0
|
1014
|
-
|
1015
|
-
exec-timeout 0 0
|
1016
|
-
|
1017
|
-
privilege level 15
|
1018
|
-
|
1019
|
-
logging synchronous
|
1020
|
-
|
1021
|
-
line vty 0 4
|
1022
|
-
|
1023
|
-
login
|
1024
|
-
|
1025
|
-
!
|
1026
|
-
|
1027
|
-
!
|
1028
|
-
|
1029
|
-
end
|
1030
|
-
|
1031
|
-
```
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
__R2 show standby brief__
|
1036
|
-
|
1037
|
-
```
|
1038
|
-
|
1039
|
-
R2#show standby b
|
1040
|
-
|
1041
|
-
P indicates configured to preempt.
|
1042
|
-
|
1043
|
-
|
|
1044
|
-
|
1045
|
-
Interface Grp Prio P State Active Standby Virtual IP
|
1046
|
-
|
1047
|
-
Vl10 10 105 P Active local 192.168.5.2 192.168.5.254
|
1048
|
-
|
1049
|
-
```
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
__R3 show standby brief__
|
1054
|
-
|
1055
|
-
```
|
1056
|
-
|
1057
|
-
R3#show standby b
|
1058
|
-
|
1059
|
-
P indicates configured to preempt.
|
1060
|
-
|
1061
|
-
|
|
1062
|
-
|
1063
|
-
Interface Grp Prio P State Active Standby Virtual IP
|
1064
|
-
|
1065
|
-
Vl10 10 100 Standby 192.168.5.1 local 192.168.5.254
|
1066
|
-
|
1067
|
-
```
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
###疑問点
|
1072
|
-
|
1073
|
-
ping 192.168.5.254が通りません。
|
1277
|
+
###現状
|
1278
|
+
|
1279
|
+
PC間の疎通はできないが、HSRPの設定は反映されている。
|
1280
|
+
|
1281
|
+
PC-1→R1,R2へは疎通可能。
|
1282
|
+
|
1283
|
+
PC-2→R3,R4へは疎通可能。
|
1074
1284
|
|
1075
1285
|
|
1076
1286
|
|
1077
1287
|
###追記
|
1078
1288
|
|
1079
|
-
|
1289
|
+
全般的に質問事項を更新しました。
|
1080
|
-
|
1081
|
-
各スイッチのコンフィグ、疑問点、タイトル「HSRP反映されない」→「HSRPの先のルーティング設定について」更新しました。
|
1082
|
-
|
1083
|
-
※文字数制限のためR1のshow runは載せていません。
|
9
修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
HSRP
|
1
|
+
HSRPの先のルーティング設定について
|
test
CHANGED
@@ -1078,8 +1078,6 @@
|
|
1078
1078
|
|
1079
1079
|
NW図、修正しました。
|
1080
1080
|
|
1081
|
-
各スイッチのコンフィグ更新しました。
|
1081
|
+
各スイッチのコンフィグ、疑問点、タイトル「HSRP反映されない」→「HSRPの先のルーティング設定について」更新しました。
|
1082
|
-
|
1083
|
-
疑問点更新しました。
|
1084
1082
|
|
1085
1083
|
※文字数制限のためR1のshow runは載せていません。
|
8
修正追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,25 +4,27 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
-
![イメージ説明](
|
7
|
+
![イメージ説明](7586070c3213ad19a30fd433eab54f73.png)
|
8
8
|
|
9
9
|
|
10
10
|
|
11
11
|
###ステータス
|
12
12
|
|
13
|
+
|
14
|
+
|
13
|
-
__R
|
15
|
+
__R2 show run__
|
14
|
-
|
16
|
+
|
15
|
-
```
|
17
|
+
```
|
16
|
-
|
18
|
+
|
17
|
-
R
|
19
|
+
R2#show run
|
18
20
|
|
19
21
|
Building configuration...
|
20
22
|
|
21
23
|
|
22
24
|
|
23
|
-
Current configuration : 1
|
25
|
+
Current configuration : 1901 bytes
|
26
|
+
|
24
|
-
|
27
|
+
!
|
25
|
-
|
26
28
|
|
27
29
|
version 12.4
|
28
30
|
|
@@ -32,19 +34,19 @@
|
|
32
34
|
|
33
35
|
no service password-encryption
|
34
36
|
|
35
|
-
|
37
|
+
!
|
36
|
-
|
38
|
+
|
37
|
-
hostname R
|
39
|
+
hostname R2
|
40
|
+
|
38
|
-
|
41
|
+
!
|
39
|
-
|
40
42
|
|
41
43
|
boot-start-marker
|
42
44
|
|
43
45
|
boot-end-marker
|
44
46
|
|
45
|
-
|
47
|
+
!
|
48
|
+
|
46
|
-
|
49
|
+
!
|
47
|
-
|
48
50
|
|
49
51
|
no aaa new-model
|
50
52
|
|
@@ -54,27 +56,23 @@
|
|
54
56
|
|
55
57
|
ip cef
|
56
58
|
|
57
|
-
|
59
|
+
!
|
60
|
+
|
61
|
+
!
|
58
62
|
|
59
63
|
no ip domain lookup
|
60
64
|
|
61
|
-
|
65
|
+
ip auth-proxy max-nodata-conns 3
|
62
|
-
|
66
|
+
|
63
|
-
m
|
67
|
+
ip admission max-nodata-conns 3
|
64
|
-
|
65
|
-
|
66
|
-
|
68
|
+
|
67
|
-
|
69
|
+
!
|
68
|
-
|
69
|
-
|
70
|
+
|
70
|
-
|
71
|
-
|
71
|
+
!
|
72
|
-
|
73
|
-
|
74
72
|
|
75
73
|
ip tcp synwait-time 5
|
76
74
|
|
77
|
-
|
75
|
+
!
|
78
76
|
|
79
77
|
interface FastEthernet0/0
|
80
78
|
|
@@ -86,7 +84,7 @@
|
|
86
84
|
|
87
85
|
speed auto
|
88
86
|
|
89
|
-
|
87
|
+
!
|
90
88
|
|
91
89
|
interface Serial0/0
|
92
90
|
|
@@ -96,7 +94,7 @@
|
|
96
94
|
|
97
95
|
clock rate 2000000
|
98
96
|
|
99
|
-
|
97
|
+
!
|
100
98
|
|
101
99
|
interface FastEthernet0/1
|
102
100
|
|
@@ -108,7 +106,7 @@
|
|
108
106
|
|
109
107
|
speed auto
|
110
108
|
|
111
|
-
|
109
|
+
!
|
112
110
|
|
113
111
|
interface Serial0/1
|
114
112
|
|
@@ -118,7 +116,7 @@
|
|
118
116
|
|
119
117
|
clock rate 2000000
|
120
118
|
|
121
|
-
|
119
|
+
!
|
122
120
|
|
123
121
|
interface Serial0/2
|
124
122
|
|
@@ -128,100 +126,376 @@
|
|
128
126
|
|
129
127
|
clock rate 2000000
|
130
128
|
|
131
|
-
|
129
|
+
!
|
132
130
|
|
133
131
|
interface FastEthernet1/0
|
134
132
|
|
135
|
-
|
133
|
+
!
|
136
134
|
|
137
135
|
interface FastEthernet1/1
|
138
136
|
|
139
137
|
switchport access vlan 10
|
140
138
|
|
141
|
-
|
139
|
+
!
|
142
140
|
|
143
141
|
interface FastEthernet1/2
|
144
142
|
|
143
|
+
!
|
144
|
+
|
145
|
+
interface FastEthernet1/3
|
146
|
+
|
147
|
+
!
|
148
|
+
|
149
|
+
interface FastEthernet1/4
|
150
|
+
|
151
|
+
no switchport
|
152
|
+
|
153
|
+
ip address 192.168.10.1 255.255.255.0
|
154
|
+
|
155
|
+
!
|
156
|
+
|
157
|
+
interface FastEthernet1/5
|
158
|
+
|
159
|
+
!
|
160
|
+
|
161
|
+
interface FastEthernet1/6
|
162
|
+
|
163
|
+
!
|
164
|
+
|
165
|
+
interface FastEthernet1/7
|
166
|
+
|
167
|
+
!
|
168
|
+
|
169
|
+
interface FastEthernet1/8
|
170
|
+
|
171
|
+
!
|
172
|
+
|
173
|
+
interface FastEthernet1/9
|
174
|
+
|
175
|
+
!
|
176
|
+
|
177
|
+
interface FastEthernet1/10
|
178
|
+
|
179
|
+
!
|
180
|
+
|
181
|
+
interface FastEthernet1/11
|
182
|
+
|
183
|
+
!
|
184
|
+
|
185
|
+
interface FastEthernet1/12
|
186
|
+
|
187
|
+
!
|
188
|
+
|
189
|
+
interface FastEthernet1/13
|
190
|
+
|
191
|
+
!
|
192
|
+
|
193
|
+
interface FastEthernet1/14
|
194
|
+
|
195
|
+
!
|
196
|
+
|
197
|
+
interface FastEthernet1/15
|
198
|
+
|
199
|
+
!
|
200
|
+
|
201
|
+
interface Vlan1
|
202
|
+
|
203
|
+
no ip address
|
204
|
+
|
205
|
+
!
|
206
|
+
|
207
|
+
interface Vlan10
|
208
|
+
|
209
|
+
ip address 192.168.5.1 255.255.255.0
|
210
|
+
|
211
|
+
standby 10 ip 192.168.5.254
|
212
|
+
|
213
|
+
standby 10 priority 105
|
214
|
+
|
215
|
+
standby 10 preempt
|
216
|
+
|
217
|
+
!
|
218
|
+
|
219
|
+
ip forward-protocol nd
|
220
|
+
|
221
|
+
ip route 192.168.20.0 255.255.255.0 192.168.10.2
|
222
|
+
|
223
|
+
!
|
224
|
+
|
225
|
+
!
|
226
|
+
|
227
|
+
no ip http server
|
228
|
+
|
229
|
+
no ip http secure-server
|
230
|
+
|
231
|
+
!
|
232
|
+
|
233
|
+
mac-address-table static 0000.0c07.ac0a interface FastEthernet1/1 vlan 10
|
234
|
+
|
235
|
+
no cdp log mismatch duplex
|
236
|
+
|
237
|
+
!
|
238
|
+
|
239
|
+
!
|
240
|
+
|
241
|
+
control-plane
|
242
|
+
|
243
|
+
!
|
244
|
+
|
245
|
+
!
|
246
|
+
|
247
|
+
line con 0
|
248
|
+
|
249
|
+
exec-timeout 0 0
|
250
|
+
|
251
|
+
privilege level 15
|
252
|
+
|
253
|
+
logging synchronous
|
254
|
+
|
255
|
+
line aux 0
|
256
|
+
|
257
|
+
exec-timeout 0 0
|
258
|
+
|
259
|
+
privilege level 15
|
260
|
+
|
261
|
+
logging synchronous
|
262
|
+
|
263
|
+
line vty 0 4
|
264
|
+
|
265
|
+
login
|
266
|
+
|
267
|
+
!
|
268
|
+
|
269
|
+
!
|
270
|
+
|
271
|
+
end
|
272
|
+
|
273
|
+
```
|
274
|
+
|
275
|
+
|
276
|
+
|
277
|
+
__R3 show run__
|
278
|
+
|
279
|
+
```
|
280
|
+
|
281
|
+
R3#show run
|
282
|
+
|
283
|
+
Building configuration...
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
Current configuration : 1679 bytes
|
288
|
+
|
289
|
+
!
|
290
|
+
|
291
|
+
version 12.4
|
292
|
+
|
293
|
+
service timestamps debug datetime msec
|
294
|
+
|
295
|
+
service timestamps log datetime msec
|
296
|
+
|
297
|
+
no service password-encryption
|
298
|
+
|
299
|
+
!
|
300
|
+
|
301
|
+
hostname R3
|
302
|
+
|
303
|
+
!
|
304
|
+
|
305
|
+
boot-start-marker
|
306
|
+
|
307
|
+
boot-end-marker
|
308
|
+
|
309
|
+
!
|
310
|
+
|
311
|
+
!
|
312
|
+
|
313
|
+
no aaa new-model
|
314
|
+
|
315
|
+
memory-size iomem 5
|
316
|
+
|
317
|
+
no ip icmp rate-limit unreachable
|
318
|
+
|
319
|
+
ip cef
|
320
|
+
|
321
|
+
!
|
322
|
+
|
323
|
+
!
|
324
|
+
|
325
|
+
no ip domain lookup
|
326
|
+
|
327
|
+
ip auth-proxy max-nodata-conns 3
|
328
|
+
|
329
|
+
ip admission max-nodata-conns 3
|
330
|
+
|
331
|
+
!
|
332
|
+
|
333
|
+
!
|
334
|
+
|
335
|
+
ip tcp synwait-time 5
|
336
|
+
|
337
|
+
!
|
338
|
+
|
339
|
+
!
|
340
|
+
|
341
|
+
interface FastEthernet0/0
|
342
|
+
|
343
|
+
no ip address
|
344
|
+
|
345
|
+
shutdown
|
346
|
+
|
347
|
+
duplex auto
|
348
|
+
|
349
|
+
speed auto
|
350
|
+
|
351
|
+
!
|
352
|
+
|
353
|
+
interface Serial0/0
|
354
|
+
|
355
|
+
no ip address
|
356
|
+
|
357
|
+
shutdown
|
358
|
+
|
359
|
+
clock rate 2000000
|
360
|
+
|
361
|
+
!
|
362
|
+
|
363
|
+
interface FastEthernet0/1
|
364
|
+
|
365
|
+
no ip address
|
366
|
+
|
367
|
+
shutdown
|
368
|
+
|
369
|
+
duplex auto
|
370
|
+
|
371
|
+
speed auto
|
372
|
+
|
373
|
+
!
|
374
|
+
|
375
|
+
interface Serial0/1
|
376
|
+
|
377
|
+
no ip address
|
378
|
+
|
379
|
+
shutdown
|
380
|
+
|
381
|
+
clock rate 2000000
|
382
|
+
|
383
|
+
!
|
384
|
+
|
385
|
+
interface Serial0/2
|
386
|
+
|
387
|
+
no ip address
|
388
|
+
|
389
|
+
shutdown
|
390
|
+
|
391
|
+
clock rate 2000000
|
392
|
+
|
393
|
+
!
|
394
|
+
|
395
|
+
interface FastEthernet1/0
|
396
|
+
|
397
|
+
!
|
398
|
+
|
399
|
+
interface FastEthernet1/1
|
400
|
+
|
145
401
|
switchport access vlan 10
|
146
402
|
|
147
|
-
|
403
|
+
!
|
404
|
+
|
405
|
+
interface FastEthernet1/2
|
406
|
+
|
407
|
+
!
|
148
408
|
|
149
409
|
interface FastEthernet1/3
|
150
410
|
|
151
|
-
|
411
|
+
!
|
152
|
-
|
153
|
-
|
154
412
|
|
155
413
|
interface FastEthernet1/4
|
156
414
|
|
157
|
-
|
415
|
+
!
|
158
416
|
|
159
417
|
interface FastEthernet1/5
|
160
418
|
|
161
|
-
|
419
|
+
!
|
162
420
|
|
163
421
|
interface FastEthernet1/6
|
164
422
|
|
165
|
-
|
423
|
+
!
|
166
424
|
|
167
425
|
interface FastEthernet1/7
|
168
426
|
|
169
|
-
|
427
|
+
!
|
170
428
|
|
171
429
|
interface FastEthernet1/8
|
172
430
|
|
173
|
-
|
431
|
+
!
|
174
432
|
|
175
433
|
interface FastEthernet1/9
|
176
434
|
|
177
|
-
|
435
|
+
!
|
178
436
|
|
179
437
|
interface FastEthernet1/10
|
180
438
|
|
181
|
-
|
439
|
+
!
|
182
440
|
|
183
441
|
interface FastEthernet1/11
|
184
442
|
|
185
|
-
|
443
|
+
!
|
186
444
|
|
187
445
|
interface FastEthernet1/12
|
188
446
|
|
189
|
-
|
447
|
+
!
|
190
448
|
|
191
449
|
interface FastEthernet1/13
|
192
450
|
|
193
|
-
|
451
|
+
!
|
194
452
|
|
195
453
|
interface FastEthernet1/14
|
196
454
|
|
197
|
-
|
455
|
+
!
|
198
456
|
|
199
457
|
interface FastEthernet1/15
|
200
458
|
|
201
|
-
|
459
|
+
!
|
202
460
|
|
203
461
|
interface Vlan1
|
204
462
|
|
205
463
|
no ip address
|
206
464
|
|
207
|
-
|
465
|
+
!
|
466
|
+
|
467
|
+
interface Vlan10
|
468
|
+
|
469
|
+
ip address 192.168.5.2 255.255.255.0
|
470
|
+
|
471
|
+
standby 10 ip 192.168.5.254
|
472
|
+
|
473
|
+
!
|
208
474
|
|
209
475
|
ip forward-protocol nd
|
210
476
|
|
211
|
-
|
477
|
+
!
|
478
|
+
|
479
|
+
!
|
212
480
|
|
213
481
|
no ip http server
|
214
482
|
|
215
483
|
no ip http secure-server
|
216
484
|
|
217
|
-
|
485
|
+
!
|
218
486
|
|
219
487
|
no cdp log mismatch duplex
|
220
488
|
|
221
|
-
|
489
|
+
!
|
490
|
+
|
491
|
+
!
|
222
492
|
|
223
493
|
control-plane
|
224
494
|
|
495
|
+
!
|
496
|
+
|
497
|
+
!
|
498
|
+
|
225
499
|
line con 0
|
226
500
|
|
227
501
|
exec-timeout 0 0
|
@@ -242,9 +516,9 @@
|
|
242
516
|
|
243
517
|
login
|
244
518
|
|
245
|
-
|
519
|
+
!
|
520
|
+
|
246
|
-
|
521
|
+
!
|
247
|
-
|
248
522
|
|
249
523
|
end
|
250
524
|
|
@@ -252,19 +526,19 @@
|
|
252
526
|
|
253
527
|
|
254
528
|
|
255
|
-
__R
|
529
|
+
__R4 show run__
|
256
|
-
|
530
|
+
|
257
|
-
```
|
531
|
+
```
|
258
|
-
|
532
|
+
|
259
|
-
R
|
533
|
+
R4#show run
|
260
534
|
|
261
535
|
Building configuration...
|
262
536
|
|
263
537
|
|
264
538
|
|
265
|
-
Current configuration : 17
|
539
|
+
Current configuration : 1674 bytes
|
540
|
+
|
266
|
-
|
541
|
+
!
|
267
|
-
|
268
542
|
|
269
543
|
version 12.4
|
270
544
|
|
@@ -274,19 +548,19 @@
|
|
274
548
|
|
275
549
|
no service password-encryption
|
276
550
|
|
277
|
-
|
551
|
+
!
|
278
|
-
|
552
|
+
|
279
|
-
hostname R
|
553
|
+
hostname R4
|
554
|
+
|
280
|
-
|
555
|
+
!
|
281
|
-
|
282
556
|
|
283
557
|
boot-start-marker
|
284
558
|
|
285
559
|
boot-end-marker
|
286
560
|
|
287
|
-
|
561
|
+
!
|
562
|
+
|
288
|
-
|
563
|
+
!
|
289
|
-
|
290
564
|
|
291
565
|
no aaa new-model
|
292
566
|
|
@@ -296,7 +570,9 @@
|
|
296
570
|
|
297
571
|
ip cef
|
298
572
|
|
299
|
-
|
573
|
+
!
|
574
|
+
|
575
|
+
!
|
300
576
|
|
301
577
|
no ip domain lookup
|
302
578
|
|
@@ -304,13 +580,17 @@
|
|
304
580
|
|
305
581
|
ip admission max-nodata-conns 3
|
306
582
|
|
307
|
-
|
583
|
+
!
|
584
|
+
|
308
|
-
|
585
|
+
!
|
586
|
+
|
309
|
-
|
587
|
+
!
|
588
|
+
|
589
|
+
!
|
310
590
|
|
311
591
|
ip tcp synwait-time 5
|
312
592
|
|
313
|
-
|
593
|
+
!
|
314
594
|
|
315
595
|
interface FastEthernet0/0
|
316
596
|
|
@@ -322,7 +602,7 @@
|
|
322
602
|
|
323
603
|
speed auto
|
324
604
|
|
325
|
-
|
605
|
+
!
|
326
606
|
|
327
607
|
interface Serial0/0
|
328
608
|
|
@@ -332,7 +612,7 @@
|
|
332
612
|
|
333
613
|
clock rate 2000000
|
334
614
|
|
335
|
-
|
615
|
+
!
|
336
616
|
|
337
617
|
interface FastEthernet0/1
|
338
618
|
|
@@ -344,7 +624,7 @@
|
|
344
624
|
|
345
625
|
speed auto
|
346
626
|
|
347
|
-
|
627
|
+
!
|
348
628
|
|
349
629
|
interface Serial0/1
|
350
630
|
|
@@ -354,7 +634,7 @@
|
|
354
634
|
|
355
635
|
clock rate 2000000
|
356
636
|
|
357
|
-
|
637
|
+
!
|
358
638
|
|
359
639
|
interface Serial0/2
|
360
640
|
|
@@ -364,113 +644,113 @@
|
|
364
644
|
|
365
645
|
clock rate 2000000
|
366
646
|
|
367
|
-
|
647
|
+
!
|
368
648
|
|
369
649
|
interface FastEthernet1/0
|
370
650
|
|
371
|
-
|
651
|
+
!
|
372
652
|
|
373
653
|
interface FastEthernet1/1
|
374
654
|
|
375
|
-
switchport
|
655
|
+
no switchport
|
656
|
+
|
376
|
-
|
657
|
+
ip address 192.168.20.1 255.255.255.0
|
658
|
+
|
377
|
-
|
659
|
+
!
|
378
660
|
|
379
661
|
interface FastEthernet1/2
|
380
662
|
|
381
|
-
|
663
|
+
no switchport
|
664
|
+
|
665
|
+
ip address 192.168.10.2 255.255.255.0
|
666
|
+
|
667
|
+
!
|
382
668
|
|
383
669
|
interface FastEthernet1/3
|
384
670
|
|
385
|
-
|
671
|
+
!
|
386
672
|
|
387
673
|
interface FastEthernet1/4
|
388
674
|
|
389
|
-
|
675
|
+
!
|
390
|
-
|
391
|
-
|
392
676
|
|
393
677
|
interface FastEthernet1/5
|
394
678
|
|
395
|
-
|
679
|
+
!
|
396
680
|
|
397
681
|
interface FastEthernet1/6
|
398
682
|
|
399
|
-
|
683
|
+
!
|
400
684
|
|
401
685
|
interface FastEthernet1/7
|
402
686
|
|
403
|
-
|
687
|
+
!
|
404
688
|
|
405
689
|
interface FastEthernet1/8
|
406
690
|
|
407
|
-
|
691
|
+
!
|
408
692
|
|
409
693
|
interface FastEthernet1/9
|
410
694
|
|
411
|
-
|
695
|
+
!
|
412
696
|
|
413
697
|
interface FastEthernet1/10
|
414
698
|
|
415
|
-
|
699
|
+
!
|
416
700
|
|
417
701
|
interface FastEthernet1/11
|
418
702
|
|
419
|
-
|
703
|
+
!
|
420
704
|
|
421
705
|
interface FastEthernet1/12
|
422
706
|
|
423
|
-
|
707
|
+
!
|
424
708
|
|
425
709
|
interface FastEthernet1/13
|
426
710
|
|
427
|
-
|
711
|
+
!
|
428
712
|
|
429
713
|
interface FastEthernet1/14
|
430
714
|
|
431
|
-
|
715
|
+
!
|
432
716
|
|
433
717
|
interface FastEthernet1/15
|
434
718
|
|
435
|
-
|
719
|
+
!
|
436
720
|
|
437
721
|
interface Vlan1
|
438
722
|
|
439
723
|
no ip address
|
440
724
|
|
441
|
-
|
442
|
-
|
443
|
-
|
725
|
+
!
|
444
|
-
|
445
|
-
ip address 192.168.5.1 255.255.255.0
|
446
|
-
|
447
|
-
standby 10 ip 192.168.5.254
|
448
|
-
|
449
|
-
standby 10 priority 105
|
450
|
-
|
451
|
-
standby 10 preempt
|
452
|
-
|
453
|
-
|
454
726
|
|
455
727
|
ip forward-protocol nd
|
456
728
|
|
457
|
-
|
729
|
+
!
|
730
|
+
|
458
|
-
|
731
|
+
!
|
459
|
-
|
460
732
|
|
461
733
|
no ip http server
|
462
734
|
|
463
735
|
no ip http secure-server
|
464
736
|
|
465
|
-
|
737
|
+
!
|
466
738
|
|
467
739
|
no cdp log mismatch duplex
|
468
740
|
|
469
|
-
|
741
|
+
!
|
742
|
+
|
743
|
+
!
|
744
|
+
|
745
|
+
!
|
470
746
|
|
471
747
|
control-plane
|
472
748
|
|
473
|
-
|
749
|
+
!
|
750
|
+
|
751
|
+
!
|
752
|
+
|
753
|
+
!
|
474
754
|
|
475
755
|
line con 0
|
476
756
|
|
@@ -492,9 +772,9 @@
|
|
492
772
|
|
493
773
|
login
|
494
774
|
|
495
|
-
|
775
|
+
!
|
776
|
+
|
496
|
-
|
777
|
+
!
|
497
|
-
|
498
778
|
|
499
779
|
end
|
500
780
|
|
@@ -502,19 +782,19 @@
|
|
502
782
|
|
503
783
|
|
504
784
|
|
505
|
-
__R
|
785
|
+
__R5 show run__
|
506
|
-
|
786
|
+
|
507
|
-
```
|
787
|
+
```
|
508
|
-
|
788
|
+
|
509
|
-
R
|
789
|
+
R5#show run
|
510
790
|
|
511
791
|
Building configuration...
|
512
792
|
|
513
793
|
|
514
794
|
|
515
|
-
Current configuration : 1
|
795
|
+
Current configuration : 1566 bytes
|
796
|
+
|
516
|
-
|
797
|
+
!
|
517
|
-
|
518
798
|
|
519
799
|
version 12.4
|
520
800
|
|
@@ -524,19 +804,19 @@
|
|
524
804
|
|
525
805
|
no service password-encryption
|
526
806
|
|
527
|
-
|
807
|
+
!
|
528
|
-
|
808
|
+
|
529
|
-
hostname R
|
809
|
+
hostname R5
|
810
|
+
|
530
|
-
|
811
|
+
!
|
531
|
-
|
532
812
|
|
533
813
|
boot-start-marker
|
534
814
|
|
535
815
|
boot-end-marker
|
536
816
|
|
537
|
-
|
817
|
+
!
|
818
|
+
|
538
|
-
|
819
|
+
!
|
539
|
-
|
540
820
|
|
541
821
|
no aaa new-model
|
542
822
|
|
@@ -546,7 +826,13 @@
|
|
546
826
|
|
547
827
|
ip cef
|
548
828
|
|
549
|
-
|
829
|
+
!
|
830
|
+
|
831
|
+
!
|
832
|
+
|
833
|
+
!
|
834
|
+
|
835
|
+
!
|
550
836
|
|
551
837
|
no ip domain lookup
|
552
838
|
|
@@ -554,13 +840,17 @@
|
|
554
840
|
|
555
841
|
ip admission max-nodata-conns 3
|
556
842
|
|
557
|
-
|
843
|
+
!
|
844
|
+
|
558
|
-
|
845
|
+
!
|
846
|
+
|
559
|
-
|
847
|
+
!
|
560
848
|
|
561
849
|
ip tcp synwait-time 5
|
562
850
|
|
563
|
-
|
851
|
+
!
|
852
|
+
|
853
|
+
!
|
564
854
|
|
565
855
|
interface FastEthernet0/0
|
566
856
|
|
@@ -572,7 +862,7 @@
|
|
572
862
|
|
573
863
|
speed auto
|
574
864
|
|
575
|
-
|
865
|
+
!
|
576
866
|
|
577
867
|
interface Serial0/0
|
578
868
|
|
@@ -582,7 +872,7 @@
|
|
582
872
|
|
583
873
|
clock rate 2000000
|
584
874
|
|
585
|
-
|
875
|
+
!
|
586
876
|
|
587
877
|
interface FastEthernet0/1
|
588
878
|
|
@@ -594,7 +884,7 @@
|
|
594
884
|
|
595
885
|
speed auto
|
596
886
|
|
597
|
-
|
887
|
+
!
|
598
888
|
|
599
889
|
interface Serial0/1
|
600
890
|
|
@@ -604,7 +894,7 @@
|
|
604
894
|
|
605
895
|
clock rate 2000000
|
606
896
|
|
607
|
-
|
897
|
+
!
|
608
898
|
|
609
899
|
interface Serial0/2
|
610
900
|
|
@@ -614,109 +904,103 @@
|
|
614
904
|
|
615
905
|
clock rate 2000000
|
616
906
|
|
617
|
-
|
907
|
+
!
|
618
908
|
|
619
909
|
interface FastEthernet1/0
|
620
910
|
|
621
|
-
|
911
|
+
!
|
622
912
|
|
623
913
|
interface FastEthernet1/1
|
624
914
|
|
625
|
-
|
915
|
+
!
|
626
|
-
|
627
|
-
|
628
916
|
|
629
917
|
interface FastEthernet1/2
|
630
918
|
|
631
|
-
|
919
|
+
!
|
632
920
|
|
633
921
|
interface FastEthernet1/3
|
634
922
|
|
635
|
-
|
923
|
+
!
|
636
924
|
|
637
925
|
interface FastEthernet1/4
|
638
926
|
|
639
|
-
|
927
|
+
!
|
640
928
|
|
641
929
|
interface FastEthernet1/5
|
642
930
|
|
643
|
-
|
931
|
+
!
|
644
|
-
|
645
|
-
|
646
932
|
|
647
933
|
interface FastEthernet1/6
|
648
934
|
|
649
|
-
|
935
|
+
!
|
650
936
|
|
651
937
|
interface FastEthernet1/7
|
652
938
|
|
653
|
-
|
939
|
+
!
|
654
940
|
|
655
941
|
interface FastEthernet1/8
|
656
942
|
|
657
|
-
|
943
|
+
!
|
658
944
|
|
659
945
|
interface FastEthernet1/9
|
660
946
|
|
661
|
-
|
947
|
+
!
|
662
948
|
|
663
949
|
interface FastEthernet1/10
|
664
950
|
|
665
|
-
|
951
|
+
!
|
666
952
|
|
667
953
|
interface FastEthernet1/11
|
668
954
|
|
669
|
-
|
955
|
+
!
|
670
956
|
|
671
957
|
interface FastEthernet1/12
|
672
958
|
|
673
|
-
|
959
|
+
!
|
674
960
|
|
675
961
|
interface FastEthernet1/13
|
676
962
|
|
677
|
-
|
963
|
+
!
|
678
964
|
|
679
965
|
interface FastEthernet1/14
|
680
966
|
|
681
|
-
|
967
|
+
!
|
682
968
|
|
683
969
|
interface FastEthernet1/15
|
684
970
|
|
685
|
-
|
971
|
+
!
|
686
972
|
|
687
973
|
interface Vlan1
|
688
974
|
|
689
975
|
no ip address
|
690
976
|
|
691
|
-
|
692
|
-
|
693
|
-
|
977
|
+
!
|
694
|
-
|
695
|
-
ip address 192.168.5.2 255.255.255.0
|
696
|
-
|
697
|
-
standby 10 ip 192.168.5.254
|
698
|
-
|
699
|
-
|
700
978
|
|
701
979
|
ip forward-protocol nd
|
702
980
|
|
703
|
-
|
981
|
+
!
|
982
|
+
|
704
|
-
|
983
|
+
!
|
705
|
-
|
706
984
|
|
707
985
|
no ip http server
|
708
986
|
|
709
987
|
no ip http secure-server
|
710
988
|
|
711
|
-
|
989
|
+
!
|
712
990
|
|
713
991
|
no cdp log mismatch duplex
|
714
992
|
|
715
|
-
|
993
|
+
!
|
994
|
+
|
995
|
+
!
|
996
|
+
|
997
|
+
!
|
716
998
|
|
717
999
|
control-plane
|
718
1000
|
|
719
|
-
|
1001
|
+
!
|
1002
|
+
|
1003
|
+
!
|
720
1004
|
|
721
1005
|
line con 0
|
722
1006
|
|
@@ -738,9 +1022,9 @@
|
|
738
1022
|
|
739
1023
|
login
|
740
1024
|
|
741
|
-
|
1025
|
+
!
|
1026
|
+
|
742
|
-
|
1027
|
+
!
|
743
|
-
|
744
1028
|
|
745
1029
|
end
|
746
1030
|
|
@@ -748,488 +1032,6 @@
|
|
748
1032
|
|
749
1033
|
|
750
1034
|
|
751
|
-
__R4 show run__
|
752
|
-
|
753
|
-
```
|
754
|
-
|
755
|
-
R4#show run
|
756
|
-
|
757
|
-
Building configuration...
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
Current configuration : 1593 bytes
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
version 12.4
|
766
|
-
|
767
|
-
service timestamps debug datetime msec
|
768
|
-
|
769
|
-
service timestamps log datetime msec
|
770
|
-
|
771
|
-
no service password-encryption
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
hostname R4
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
boot-start-marker
|
780
|
-
|
781
|
-
boot-end-marker
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
no aaa new-model
|
788
|
-
|
789
|
-
memory-size iomem 5
|
790
|
-
|
791
|
-
no ip icmp rate-limit unreachable
|
792
|
-
|
793
|
-
ip cef
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
no ip domain lookup
|
798
|
-
|
799
|
-
ip auth-proxy max-nodata-conns 3
|
800
|
-
|
801
|
-
ip admission max-nodata-conns 3
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
ip tcp synwait-time 5
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
interface FastEthernet0/0
|
814
|
-
|
815
|
-
no ip address
|
816
|
-
|
817
|
-
shutdown
|
818
|
-
|
819
|
-
duplex auto
|
820
|
-
|
821
|
-
speed auto
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
interface Serial0/0
|
826
|
-
|
827
|
-
no ip address
|
828
|
-
|
829
|
-
shutdown
|
830
|
-
|
831
|
-
clock rate 2000000
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
interface FastEthernet0/1
|
836
|
-
|
837
|
-
no ip address
|
838
|
-
|
839
|
-
shutdown
|
840
|
-
|
841
|
-
duplex auto
|
842
|
-
|
843
|
-
speed auto
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
interface Serial0/1
|
848
|
-
|
849
|
-
no ip address
|
850
|
-
|
851
|
-
shutdown
|
852
|
-
|
853
|
-
clock rate 2000000
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
interface Serial0/2
|
858
|
-
|
859
|
-
no ip address
|
860
|
-
|
861
|
-
shutdown
|
862
|
-
|
863
|
-
clock rate 2000000
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
interface FastEthernet1/0
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
interface FastEthernet1/1
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
interface FastEthernet1/2
|
876
|
-
|
877
|
-
switchport access vlan 10
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
interface FastEthernet1/3
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
interface FastEthernet1/4
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
interface FastEthernet1/5
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
interface FastEthernet1/6
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
interface FastEthernet1/7
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
interface FastEthernet1/8
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
interface FastEthernet1/9
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
interface FastEthernet1/10
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
interface FastEthernet1/11
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
interface FastEthernet1/12
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
interface FastEthernet1/13
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
interface FastEthernet1/14
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
interface FastEthernet1/15
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
interface Vlan1
|
934
|
-
|
935
|
-
no ip address
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
ip forward-protocol nd
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
no ip http server
|
946
|
-
|
947
|
-
no ip http secure-server
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
no cdp log mismatch duplex
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
control-plane
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
line con 0
|
960
|
-
|
961
|
-
exec-timeout 0 0
|
962
|
-
|
963
|
-
privilege level 15
|
964
|
-
|
965
|
-
logging synchronous
|
966
|
-
|
967
|
-
line aux 0
|
968
|
-
|
969
|
-
exec-timeout 0 0
|
970
|
-
|
971
|
-
privilege level 15
|
972
|
-
|
973
|
-
logging synchronous
|
974
|
-
|
975
|
-
line vty 0 4
|
976
|
-
|
977
|
-
login
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
end
|
984
|
-
|
985
|
-
```
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
__R5 show run__
|
990
|
-
|
991
|
-
```
|
992
|
-
|
993
|
-
R5#show run
|
994
|
-
|
995
|
-
Building configuration...
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
Current configuration : 1593 bytes
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
version 12.4
|
1004
|
-
|
1005
|
-
service timestamps debug datetime msec
|
1006
|
-
|
1007
|
-
service timestamps log datetime msec
|
1008
|
-
|
1009
|
-
no service password-encryption
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
hostname R5
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
boot-start-marker
|
1018
|
-
|
1019
|
-
boot-end-marker
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
no aaa new-model
|
1026
|
-
|
1027
|
-
memory-size iomem 5
|
1028
|
-
|
1029
|
-
no ip icmp rate-limit unreachable
|
1030
|
-
|
1031
|
-
ip cef
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
no ip domain lookup
|
1036
|
-
|
1037
|
-
ip auth-proxy max-nodata-conns 3
|
1038
|
-
|
1039
|
-
ip admission max-nodata-conns 3
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
ip tcp synwait-time 5
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
interface FastEthernet0/0
|
1048
|
-
|
1049
|
-
no ip address
|
1050
|
-
|
1051
|
-
shutdown
|
1052
|
-
|
1053
|
-
duplex auto
|
1054
|
-
|
1055
|
-
speed auto
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
interface Serial0/0
|
1060
|
-
|
1061
|
-
no ip address
|
1062
|
-
|
1063
|
-
shutdown
|
1064
|
-
|
1065
|
-
clock rate 2000000
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
interface FastEthernet0/1
|
1070
|
-
|
1071
|
-
no ip address
|
1072
|
-
|
1073
|
-
shutdown
|
1074
|
-
|
1075
|
-
duplex auto
|
1076
|
-
|
1077
|
-
speed auto
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
interface Serial0/1
|
1082
|
-
|
1083
|
-
no ip address
|
1084
|
-
|
1085
|
-
shutdown
|
1086
|
-
|
1087
|
-
clock rate 2000000
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
interface Serial0/2
|
1092
|
-
|
1093
|
-
no ip address
|
1094
|
-
|
1095
|
-
shutdown
|
1096
|
-
|
1097
|
-
clock rate 2000000
|
1098
|
-
|
1099
|
-
|
1100
|
-
|
1101
|
-
interface FastEthernet1/0
|
1102
|
-
|
1103
|
-
|
1104
|
-
|
1105
|
-
interface FastEthernet1/1
|
1106
|
-
|
1107
|
-
|
1108
|
-
|
1109
|
-
interface FastEthernet1/2
|
1110
|
-
|
1111
|
-
|
1112
|
-
|
1113
|
-
interface FastEthernet1/3
|
1114
|
-
|
1115
|
-
switchport access vlan 10
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1119
|
-
interface FastEthernet1/4
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
interface FastEthernet1/5
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
interface FastEthernet1/6
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
interface FastEthernet1/7
|
1132
|
-
|
1133
|
-
|
1134
|
-
|
1135
|
-
interface FastEthernet1/8
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
interface FastEthernet1/9
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
interface FastEthernet1/10
|
1144
|
-
|
1145
|
-
|
1146
|
-
|
1147
|
-
interface FastEthernet1/11
|
1148
|
-
|
1149
|
-
|
1150
|
-
|
1151
|
-
interface FastEthernet1/12
|
1152
|
-
|
1153
|
-
|
1154
|
-
|
1155
|
-
interface FastEthernet1/13
|
1156
|
-
|
1157
|
-
|
1158
|
-
|
1159
|
-
interface FastEthernet1/14
|
1160
|
-
|
1161
|
-
|
1162
|
-
|
1163
|
-
interface FastEthernet1/15
|
1164
|
-
|
1165
|
-
|
1166
|
-
|
1167
|
-
interface Vlan1
|
1168
|
-
|
1169
|
-
no ip address
|
1170
|
-
|
1171
|
-
|
1172
|
-
|
1173
|
-
ip forward-protocol nd
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
no ip http server
|
1180
|
-
|
1181
|
-
no ip http secure-server
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1185
|
-
no cdp log mismatch duplex
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1193
|
-
control-plane
|
1194
|
-
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1202
|
-
|
1203
|
-
line con 0
|
1204
|
-
|
1205
|
-
exec-timeout 0 0
|
1206
|
-
|
1207
|
-
privilege level 15
|
1208
|
-
|
1209
|
-
logging synchronous
|
1210
|
-
|
1211
|
-
line aux 0
|
1212
|
-
|
1213
|
-
exec-timeout 0 0
|
1214
|
-
|
1215
|
-
privilege level 15
|
1216
|
-
|
1217
|
-
logging synchronous
|
1218
|
-
|
1219
|
-
line vty 0 4
|
1220
|
-
|
1221
|
-
login
|
1222
|
-
|
1223
|
-
|
1224
|
-
|
1225
|
-
|
1226
|
-
|
1227
|
-
end
|
1228
|
-
|
1229
|
-
```
|
1230
|
-
|
1231
|
-
|
1232
|
-
|
1233
1035
|
__R2 show standby brief__
|
1234
1036
|
|
1235
1037
|
```
|
@@ -1242,7 +1044,7 @@
|
|
1242
1044
|
|
1243
1045
|
Interface Grp Prio P State Active Standby Virtual IP
|
1244
1046
|
|
1245
|
-
Vl10 10 105 P
|
1047
|
+
Vl10 10 105 P Active local 192.168.5.2 192.168.5.254
|
1246
1048
|
|
1247
1049
|
```
|
1248
1050
|
|
@@ -1260,7 +1062,7 @@
|
|
1260
1062
|
|
1261
1063
|
Interface Grp Prio P State Active Standby Virtual IP
|
1262
1064
|
|
1263
|
-
Vl10 10 100
|
1065
|
+
Vl10 10 100 Standby 192.168.5.1 local 192.168.5.254
|
1264
1066
|
|
1265
1067
|
```
|
1266
1068
|
|
@@ -1268,30 +1070,16 @@
|
|
1268
1070
|
|
1269
1071
|
###疑問点
|
1270
1072
|
|
1271
|
-
以下URLに基づいてコマンドを入力したのですが、R2とR3でHSRPの設定が反映されません。(パラメータは違います)
|
1272
|
-
|
1273
|
-
http://www.infraexpert.com/study/fhrpz02.html
|
1274
|
-
|
1275
|
-
ping 192.168.5.254
|
1073
|
+
ping 192.168.5.254が通りません。
|
1276
|
-
|
1277
|
-
|
1278
|
-
|
1279
|
-
###
|
1280
|
-
|
1281
|
-
色々調べて試したのですが、原因わからず、、
|
1282
|
-
|
1283
|
-
問題解決できる方いらっしゃいましたら、ご回答よろしくお願いいたします。
|
1284
|
-
|
1285
|
-
|
1286
|
-
|
1287
|
-
以上、ご確認お願いいたします。
|
1288
1074
|
|
1289
1075
|
|
1290
1076
|
|
1291
1077
|
###追記
|
1292
1078
|
|
1293
|
-
R1とR2のshow runを更新しました。
|
1294
|
-
|
1295
|
-
R1とR4、R5のint vlan 10を削除しました。
|
1296
|
-
|
1297
1079
|
NW図、修正しました。
|
1080
|
+
|
1081
|
+
各スイッチのコンフィグ更新しました。
|
1082
|
+
|
1083
|
+
疑問点更新しました。
|
1084
|
+
|
1085
|
+
※文字数制限のためR1のshow runは載せていません。
|
7
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
-
![イメージ説明](c
|
7
|
+
![イメージ説明](c0cba853cd3952078b89a0841eea665c.png)
|
8
8
|
|
9
9
|
|
10
10
|
|
@@ -1293,3 +1293,5 @@
|
|
1293
1293
|
R1とR2のshow runを更新しました。
|
1294
1294
|
|
1295
1295
|
R1とR4、R5のint vlan 10を削除しました。
|
1296
|
+
|
1297
|
+
NW図、修正しました。
|
6
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -1272,6 +1272,8 @@
|
|
1272
1272
|
|
1273
1273
|
http://www.infraexpert.com/study/fhrpz02.html
|
1274
1274
|
|
1275
|
+
ping 192.168.5.254も通りません。
|
1276
|
+
|
1275
1277
|
|
1276
1278
|
|
1277
1279
|
###
|
5
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
-
[イメージ説明](cffecec97357057332b9e3fed3992d19.png)
|
7
|
+
![イメージ説明](cffecec97357057332b9e3fed3992d19.png)
|
8
8
|
|
9
9
|
|
10
10
|
|
4
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1290,4 +1290,4 @@
|
|
1290
1290
|
|
1291
1291
|
R1とR2のshow runを更新しました。
|
1292
1292
|
|
1293
|
-
R
|
1293
|
+
R1とR4、R5のint vlan 10を削除しました。
|
3
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
-
|
7
|
+
[イメージ説明](cffecec97357057332b9e3fed3992d19.png)
|
8
8
|
|
9
9
|
|
10
10
|
|
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
Current configuration : 1728 bytes
|
24
24
|
|
25
|
-
|
25
|
+
|
26
26
|
|
27
27
|
version 12.4
|
28
28
|
|
@@ -32,19 +32,19 @@
|
|
32
32
|
|
33
33
|
no service password-encryption
|
34
34
|
|
35
|
-
|
35
|
+
|
36
36
|
|
37
37
|
hostname R1
|
38
38
|
|
39
|
-
|
39
|
+
|
40
40
|
|
41
41
|
boot-start-marker
|
42
42
|
|
43
43
|
boot-end-marker
|
44
44
|
|
45
|
-
|
45
|
+
|
46
|
-
|
47
|
-
|
46
|
+
|
47
|
+
|
48
48
|
|
49
49
|
no aaa new-model
|
50
50
|
|
@@ -54,61 +54,15 @@
|
|
54
54
|
|
55
55
|
ip cef
|
56
56
|
|
57
|
-
|
57
|
+
|
58
|
-
|
59
|
-
!
|
60
|
-
|
61
|
-
!
|
62
|
-
|
63
|
-
!
|
64
58
|
|
65
59
|
no ip domain lookup
|
66
60
|
|
67
|
-
|
61
|
+
|
68
62
|
|
69
63
|
multilink bundle-name authenticated
|
70
64
|
|
71
|
-
|
65
|
+
|
72
|
-
|
73
|
-
!
|
74
|
-
|
75
|
-
!
|
76
|
-
|
77
|
-
!
|
78
|
-
|
79
|
-
!
|
80
|
-
|
81
|
-
!
|
82
|
-
|
83
|
-
!
|
84
|
-
|
85
|
-
!
|
86
|
-
|
87
|
-
!
|
88
|
-
|
89
|
-
!
|
90
|
-
|
91
|
-
!
|
92
|
-
|
93
|
-
!
|
94
|
-
|
95
|
-
!
|
96
|
-
|
97
|
-
!
|
98
|
-
|
99
|
-
!
|
100
|
-
|
101
|
-
!
|
102
|
-
|
103
|
-
!
|
104
|
-
|
105
|
-
!
|
106
|
-
|
107
|
-
!
|
108
|
-
|
109
|
-
!
|
110
|
-
|
111
|
-
!
|
112
66
|
|
113
67
|
archive
|
114
68
|
|
@@ -116,23 +70,11 @@
|
|
116
70
|
|
117
71
|
hidekeys
|
118
72
|
|
119
|
-
|
73
|
+
|
120
|
-
|
121
|
-
!
|
122
|
-
|
123
|
-
!
|
124
|
-
|
125
|
-
!
|
126
74
|
|
127
75
|
ip tcp synwait-time 5
|
128
76
|
|
129
|
-
|
77
|
+
|
130
|
-
|
131
|
-
!
|
132
|
-
|
133
|
-
!
|
134
|
-
|
135
|
-
!
|
136
78
|
|
137
79
|
interface FastEthernet0/0
|
138
80
|
|
@@ -144,7 +86,7 @@
|
|
144
86
|
|
145
87
|
speed auto
|
146
88
|
|
147
|
-
|
89
|
+
|
148
90
|
|
149
91
|
interface Serial0/0
|
150
92
|
|
@@ -154,7 +96,7 @@
|
|
154
96
|
|
155
97
|
clock rate 2000000
|
156
98
|
|
157
|
-
|
99
|
+
|
158
100
|
|
159
101
|
interface FastEthernet0/1
|
160
102
|
|
@@ -166,7 +108,7 @@
|
|
166
108
|
|
167
109
|
speed auto
|
168
110
|
|
169
|
-
|
111
|
+
|
170
112
|
|
171
113
|
interface Serial0/1
|
172
114
|
|
@@ -176,7 +118,7 @@
|
|
176
118
|
|
177
119
|
clock rate 2000000
|
178
120
|
|
179
|
-
|
121
|
+
|
180
122
|
|
181
123
|
interface Serial0/2
|
182
124
|
|
@@ -186,137 +128,349 @@
|
|
186
128
|
|
187
129
|
clock rate 2000000
|
188
130
|
|
189
|
-
|
131
|
+
|
190
132
|
|
191
133
|
interface FastEthernet1/0
|
192
134
|
|
193
|
-
|
135
|
+
|
194
136
|
|
195
137
|
interface FastEthernet1/1
|
196
138
|
|
197
139
|
switchport access vlan 10
|
198
140
|
|
199
|
-
|
141
|
+
|
200
142
|
|
201
143
|
interface FastEthernet1/2
|
202
144
|
|
203
145
|
switchport access vlan 10
|
204
146
|
|
205
|
-
|
147
|
+
|
206
148
|
|
207
149
|
interface FastEthernet1/3
|
208
150
|
|
209
151
|
switchport access vlan 10
|
210
152
|
|
211
|
-
|
153
|
+
|
212
154
|
|
213
155
|
interface FastEthernet1/4
|
214
156
|
|
215
|
-
|
157
|
+
|
216
158
|
|
217
159
|
interface FastEthernet1/5
|
218
160
|
|
219
|
-
|
161
|
+
|
220
162
|
|
221
163
|
interface FastEthernet1/6
|
222
164
|
|
223
|
-
|
165
|
+
|
224
166
|
|
225
167
|
interface FastEthernet1/7
|
226
168
|
|
227
|
-
|
169
|
+
|
228
170
|
|
229
171
|
interface FastEthernet1/8
|
230
172
|
|
231
|
-
|
173
|
+
|
232
174
|
|
233
175
|
interface FastEthernet1/9
|
234
176
|
|
235
|
-
|
177
|
+
|
236
178
|
|
237
179
|
interface FastEthernet1/10
|
238
180
|
|
239
|
-
|
181
|
+
|
240
182
|
|
241
183
|
interface FastEthernet1/11
|
242
184
|
|
243
|
-
|
185
|
+
|
244
186
|
|
245
187
|
interface FastEthernet1/12
|
246
188
|
|
247
|
-
|
189
|
+
|
248
190
|
|
249
191
|
interface FastEthernet1/13
|
250
192
|
|
251
|
-
|
193
|
+
|
252
194
|
|
253
195
|
interface FastEthernet1/14
|
254
196
|
|
255
|
-
|
197
|
+
|
256
198
|
|
257
199
|
interface FastEthernet1/15
|
258
200
|
|
259
|
-
|
201
|
+
|
260
202
|
|
261
203
|
interface Vlan1
|
262
204
|
|
263
205
|
no ip address
|
264
206
|
|
207
|
+
|
208
|
+
|
209
|
+
ip forward-protocol nd
|
210
|
+
|
211
|
+
|
212
|
+
|
213
|
+
no ip http server
|
214
|
+
|
215
|
+
no ip http secure-server
|
216
|
+
|
217
|
+
|
218
|
+
|
219
|
+
no cdp log mismatch duplex
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
control-plane
|
224
|
+
|
225
|
+
line con 0
|
226
|
+
|
227
|
+
exec-timeout 0 0
|
228
|
+
|
229
|
+
privilege level 15
|
230
|
+
|
231
|
+
logging synchronous
|
232
|
+
|
233
|
+
line aux 0
|
234
|
+
|
235
|
+
exec-timeout 0 0
|
236
|
+
|
237
|
+
privilege level 15
|
238
|
+
|
239
|
+
logging synchronous
|
240
|
+
|
241
|
+
line vty 0 4
|
242
|
+
|
243
|
+
login
|
244
|
+
|
245
|
+
|
246
|
+
|
247
|
+
|
248
|
+
|
265
|
-
|
249
|
+
end
|
250
|
+
|
251
|
+
```
|
252
|
+
|
253
|
+
|
254
|
+
|
255
|
+
__R2 show run__
|
256
|
+
|
257
|
+
```
|
258
|
+
|
259
|
+
R2#show run
|
260
|
+
|
261
|
+
Building configuration...
|
262
|
+
|
263
|
+
|
264
|
+
|
265
|
+
Current configuration : 1761 bytes
|
266
|
+
|
267
|
+
|
268
|
+
|
269
|
+
version 12.4
|
270
|
+
|
271
|
+
service timestamps debug datetime msec
|
272
|
+
|
273
|
+
service timestamps log datetime msec
|
274
|
+
|
275
|
+
no service password-encryption
|
276
|
+
|
277
|
+
|
278
|
+
|
279
|
+
hostname R2
|
280
|
+
|
281
|
+
|
282
|
+
|
283
|
+
boot-start-marker
|
284
|
+
|
285
|
+
boot-end-marker
|
286
|
+
|
287
|
+
|
288
|
+
|
289
|
+
|
290
|
+
|
291
|
+
no aaa new-model
|
292
|
+
|
293
|
+
memory-size iomem 5
|
294
|
+
|
295
|
+
no ip icmp rate-limit unreachable
|
296
|
+
|
297
|
+
ip cef
|
298
|
+
|
299
|
+
|
300
|
+
|
301
|
+
no ip domain lookup
|
302
|
+
|
303
|
+
ip auth-proxy max-nodata-conns 3
|
304
|
+
|
305
|
+
ip admission max-nodata-conns 3
|
306
|
+
|
307
|
+
|
308
|
+
|
309
|
+
|
310
|
+
|
311
|
+
ip tcp synwait-time 5
|
312
|
+
|
313
|
+
|
314
|
+
|
315
|
+
interface FastEthernet0/0
|
316
|
+
|
317
|
+
no ip address
|
318
|
+
|
319
|
+
shutdown
|
320
|
+
|
321
|
+
duplex auto
|
322
|
+
|
323
|
+
speed auto
|
324
|
+
|
325
|
+
|
326
|
+
|
327
|
+
interface Serial0/0
|
328
|
+
|
329
|
+
no ip address
|
330
|
+
|
331
|
+
shutdown
|
332
|
+
|
333
|
+
clock rate 2000000
|
334
|
+
|
335
|
+
|
336
|
+
|
337
|
+
interface FastEthernet0/1
|
338
|
+
|
339
|
+
no ip address
|
340
|
+
|
341
|
+
shutdown
|
342
|
+
|
343
|
+
duplex auto
|
344
|
+
|
345
|
+
speed auto
|
346
|
+
|
347
|
+
|
348
|
+
|
349
|
+
interface Serial0/1
|
350
|
+
|
351
|
+
no ip address
|
352
|
+
|
353
|
+
shutdown
|
354
|
+
|
355
|
+
clock rate 2000000
|
356
|
+
|
357
|
+
|
358
|
+
|
359
|
+
interface Serial0/2
|
360
|
+
|
361
|
+
no ip address
|
362
|
+
|
363
|
+
shutdown
|
364
|
+
|
365
|
+
clock rate 2000000
|
366
|
+
|
367
|
+
|
368
|
+
|
369
|
+
interface FastEthernet1/0
|
370
|
+
|
371
|
+
|
372
|
+
|
373
|
+
interface FastEthernet1/1
|
374
|
+
|
375
|
+
switchport access vlan 10
|
376
|
+
|
377
|
+
|
378
|
+
|
379
|
+
interface FastEthernet1/2
|
380
|
+
|
381
|
+
|
382
|
+
|
383
|
+
interface FastEthernet1/3
|
384
|
+
|
385
|
+
|
386
|
+
|
387
|
+
interface FastEthernet1/4
|
388
|
+
|
389
|
+
switchport access vlan 10
|
390
|
+
|
391
|
+
|
392
|
+
|
393
|
+
interface FastEthernet1/5
|
394
|
+
|
395
|
+
|
396
|
+
|
397
|
+
interface FastEthernet1/6
|
398
|
+
|
399
|
+
|
400
|
+
|
401
|
+
interface FastEthernet1/7
|
402
|
+
|
403
|
+
|
404
|
+
|
405
|
+
interface FastEthernet1/8
|
406
|
+
|
407
|
+
|
408
|
+
|
409
|
+
interface FastEthernet1/9
|
410
|
+
|
411
|
+
|
412
|
+
|
413
|
+
interface FastEthernet1/10
|
414
|
+
|
415
|
+
|
416
|
+
|
417
|
+
interface FastEthernet1/11
|
418
|
+
|
419
|
+
|
420
|
+
|
421
|
+
interface FastEthernet1/12
|
422
|
+
|
423
|
+
|
424
|
+
|
425
|
+
interface FastEthernet1/13
|
426
|
+
|
427
|
+
|
428
|
+
|
429
|
+
interface FastEthernet1/14
|
430
|
+
|
431
|
+
|
432
|
+
|
433
|
+
interface FastEthernet1/15
|
434
|
+
|
435
|
+
|
436
|
+
|
437
|
+
interface Vlan1
|
438
|
+
|
439
|
+
no ip address
|
440
|
+
|
441
|
+
|
266
442
|
|
267
443
|
interface Vlan10
|
268
444
|
|
269
|
-
ip address 192.168.5.
|
445
|
+
ip address 192.168.5.1 255.255.255.0
|
446
|
+
|
270
|
-
|
447
|
+
standby 10 ip 192.168.5.254
|
448
|
+
|
449
|
+
standby 10 priority 105
|
450
|
+
|
271
|
-
|
451
|
+
standby 10 preempt
|
452
|
+
|
453
|
+
|
272
454
|
|
273
455
|
ip forward-protocol nd
|
274
456
|
|
275
|
-
|
457
|
+
|
276
|
-
|
277
|
-
|
458
|
+
|
459
|
+
|
278
460
|
|
279
461
|
no ip http server
|
280
462
|
|
281
463
|
no ip http secure-server
|
282
464
|
|
283
|
-
|
465
|
+
|
284
466
|
|
285
467
|
no cdp log mismatch duplex
|
286
468
|
|
287
|
-
|
469
|
+
|
288
|
-
|
289
|
-
!
|
290
|
-
|
291
|
-
!
|
292
|
-
|
293
|
-
!
|
294
|
-
|
295
|
-
!
|
296
|
-
|
297
|
-
!
|
298
470
|
|
299
471
|
control-plane
|
300
472
|
|
301
|
-
|
473
|
+
|
302
|
-
|
303
|
-
!
|
304
|
-
|
305
|
-
!
|
306
|
-
|
307
|
-
!
|
308
|
-
|
309
|
-
!
|
310
|
-
|
311
|
-
!
|
312
|
-
|
313
|
-
!
|
314
|
-
|
315
|
-
!
|
316
|
-
|
317
|
-
!
|
318
|
-
|
319
|
-
!
|
320
474
|
|
321
475
|
line con 0
|
322
476
|
|
@@ -338,9 +492,9 @@
|
|
338
492
|
|
339
493
|
login
|
340
494
|
|
341
|
-
|
495
|
+
|
342
|
-
|
343
|
-
|
496
|
+
|
497
|
+
|
344
498
|
|
345
499
|
end
|
346
500
|
|
@@ -348,19 +502,19 @@
|
|
348
502
|
|
349
503
|
|
350
504
|
|
351
|
-
__R
|
505
|
+
__R3 show run__
|
352
|
-
|
506
|
+
|
353
|
-
```
|
507
|
+
```
|
354
|
-
|
508
|
+
|
355
|
-
R
|
509
|
+
R3#show run
|
356
510
|
|
357
511
|
Building configuration...
|
358
512
|
|
359
513
|
|
360
514
|
|
361
|
-
Current configuration : 176
|
515
|
+
Current configuration : 1706 bytes
|
362
|
-
|
363
|
-
|
516
|
+
|
517
|
+
|
364
518
|
|
365
519
|
version 12.4
|
366
520
|
|
@@ -370,19 +524,19 @@
|
|
370
524
|
|
371
525
|
no service password-encryption
|
372
526
|
|
373
|
-
|
527
|
+
|
374
|
-
|
528
|
+
|
375
|
-
hostname R
|
529
|
+
hostname R3
|
376
|
-
|
377
|
-
|
530
|
+
|
531
|
+
|
378
532
|
|
379
533
|
boot-start-marker
|
380
534
|
|
381
535
|
boot-end-marker
|
382
536
|
|
383
|
-
|
537
|
+
|
384
|
-
|
385
|
-
|
538
|
+
|
539
|
+
|
386
540
|
|
387
541
|
no aaa new-model
|
388
542
|
|
@@ -392,13 +546,7 @@
|
|
392
546
|
|
393
547
|
ip cef
|
394
548
|
|
395
|
-
|
549
|
+
|
396
|
-
|
397
|
-
!
|
398
|
-
|
399
|
-
!
|
400
|
-
|
401
|
-
!
|
402
550
|
|
403
551
|
no ip domain lookup
|
404
552
|
|
@@ -406,51 +554,13 @@
|
|
406
554
|
|
407
555
|
ip admission max-nodata-conns 3
|
408
556
|
|
409
|
-
|
557
|
+
|
410
|
-
|
411
|
-
|
558
|
+
|
412
|
-
|
413
|
-
|
559
|
+
|
414
|
-
|
415
|
-
!
|
416
|
-
|
417
|
-
!
|
418
|
-
|
419
|
-
!
|
420
|
-
|
421
|
-
!
|
422
|
-
|
423
|
-
!
|
424
|
-
|
425
|
-
!
|
426
|
-
|
427
|
-
!
|
428
|
-
|
429
|
-
!
|
430
|
-
|
431
|
-
!
|
432
|
-
|
433
|
-
!
|
434
|
-
|
435
|
-
!
|
436
|
-
|
437
|
-
!
|
438
|
-
|
439
|
-
!
|
440
|
-
|
441
|
-
!
|
442
560
|
|
443
561
|
ip tcp synwait-time 5
|
444
562
|
|
445
|
-
|
563
|
+
|
446
|
-
|
447
|
-
!
|
448
|
-
|
449
|
-
!
|
450
|
-
|
451
|
-
!
|
452
|
-
|
453
|
-
!
|
454
564
|
|
455
565
|
interface FastEthernet0/0
|
456
566
|
|
@@ -462,7 +572,7 @@
|
|
462
572
|
|
463
573
|
speed auto
|
464
574
|
|
465
|
-
|
575
|
+
|
466
576
|
|
467
577
|
interface Serial0/0
|
468
578
|
|
@@ -472,7 +582,7 @@
|
|
472
582
|
|
473
583
|
clock rate 2000000
|
474
584
|
|
475
|
-
|
585
|
+
|
476
586
|
|
477
587
|
interface FastEthernet0/1
|
478
588
|
|
@@ -484,7 +594,7 @@
|
|
484
594
|
|
485
595
|
speed auto
|
486
596
|
|
487
|
-
|
597
|
+
|
488
598
|
|
489
599
|
interface Serial0/1
|
490
600
|
|
@@ -494,7 +604,7 @@
|
|
494
604
|
|
495
605
|
clock rate 2000000
|
496
606
|
|
497
|
-
|
607
|
+
|
498
608
|
|
499
609
|
interface Serial0/2
|
500
610
|
|
@@ -504,135 +614,347 @@
|
|
504
614
|
|
505
615
|
clock rate 2000000
|
506
616
|
|
507
|
-
|
617
|
+
|
508
618
|
|
509
619
|
interface FastEthernet1/0
|
510
620
|
|
511
|
-
|
621
|
+
|
512
622
|
|
513
623
|
interface FastEthernet1/1
|
514
624
|
|
515
625
|
switchport access vlan 10
|
516
626
|
|
517
|
-
|
627
|
+
|
518
628
|
|
519
629
|
interface FastEthernet1/2
|
520
630
|
|
521
|
-
|
631
|
+
|
522
632
|
|
523
633
|
interface FastEthernet1/3
|
524
634
|
|
525
|
-
|
635
|
+
|
526
636
|
|
527
637
|
interface FastEthernet1/4
|
528
638
|
|
639
|
+
|
640
|
+
|
641
|
+
interface FastEthernet1/5
|
642
|
+
|
529
643
|
switchport access vlan 10
|
530
644
|
|
645
|
+
|
646
|
+
|
647
|
+
interface FastEthernet1/6
|
648
|
+
|
649
|
+
|
650
|
+
|
651
|
+
interface FastEthernet1/7
|
652
|
+
|
653
|
+
|
654
|
+
|
655
|
+
interface FastEthernet1/8
|
656
|
+
|
657
|
+
|
658
|
+
|
659
|
+
interface FastEthernet1/9
|
660
|
+
|
661
|
+
|
662
|
+
|
663
|
+
interface FastEthernet1/10
|
664
|
+
|
665
|
+
|
666
|
+
|
667
|
+
interface FastEthernet1/11
|
668
|
+
|
669
|
+
|
670
|
+
|
671
|
+
interface FastEthernet1/12
|
672
|
+
|
673
|
+
|
674
|
+
|
675
|
+
interface FastEthernet1/13
|
676
|
+
|
677
|
+
|
678
|
+
|
679
|
+
interface FastEthernet1/14
|
680
|
+
|
681
|
+
|
682
|
+
|
683
|
+
interface FastEthernet1/15
|
684
|
+
|
685
|
+
|
686
|
+
|
687
|
+
interface Vlan1
|
688
|
+
|
689
|
+
no ip address
|
690
|
+
|
691
|
+
|
692
|
+
|
693
|
+
interface Vlan10
|
694
|
+
|
695
|
+
ip address 192.168.5.2 255.255.255.0
|
696
|
+
|
697
|
+
standby 10 ip 192.168.5.254
|
698
|
+
|
699
|
+
|
700
|
+
|
701
|
+
ip forward-protocol nd
|
702
|
+
|
703
|
+
|
704
|
+
|
705
|
+
|
706
|
+
|
707
|
+
no ip http server
|
708
|
+
|
709
|
+
no ip http secure-server
|
710
|
+
|
711
|
+
|
712
|
+
|
713
|
+
no cdp log mismatch duplex
|
714
|
+
|
715
|
+
|
716
|
+
|
717
|
+
control-plane
|
718
|
+
|
719
|
+
|
720
|
+
|
721
|
+
line con 0
|
722
|
+
|
723
|
+
exec-timeout 0 0
|
724
|
+
|
725
|
+
privilege level 15
|
726
|
+
|
727
|
+
logging synchronous
|
728
|
+
|
729
|
+
line aux 0
|
730
|
+
|
731
|
+
exec-timeout 0 0
|
732
|
+
|
733
|
+
privilege level 15
|
734
|
+
|
735
|
+
logging synchronous
|
736
|
+
|
737
|
+
line vty 0 4
|
738
|
+
|
739
|
+
login
|
740
|
+
|
741
|
+
|
742
|
+
|
743
|
+
|
744
|
+
|
531
|
-
|
745
|
+
end
|
746
|
+
|
747
|
+
```
|
748
|
+
|
749
|
+
|
750
|
+
|
751
|
+
__R4 show run__
|
752
|
+
|
753
|
+
```
|
754
|
+
|
755
|
+
R4#show run
|
756
|
+
|
757
|
+
Building configuration...
|
758
|
+
|
759
|
+
|
760
|
+
|
761
|
+
Current configuration : 1593 bytes
|
762
|
+
|
763
|
+
|
764
|
+
|
765
|
+
version 12.4
|
766
|
+
|
767
|
+
service timestamps debug datetime msec
|
768
|
+
|
769
|
+
service timestamps log datetime msec
|
770
|
+
|
771
|
+
no service password-encryption
|
772
|
+
|
773
|
+
|
774
|
+
|
775
|
+
hostname R4
|
776
|
+
|
777
|
+
|
778
|
+
|
779
|
+
boot-start-marker
|
780
|
+
|
781
|
+
boot-end-marker
|
782
|
+
|
783
|
+
|
784
|
+
|
785
|
+
|
786
|
+
|
787
|
+
no aaa new-model
|
788
|
+
|
789
|
+
memory-size iomem 5
|
790
|
+
|
791
|
+
no ip icmp rate-limit unreachable
|
792
|
+
|
793
|
+
ip cef
|
794
|
+
|
795
|
+
|
796
|
+
|
797
|
+
no ip domain lookup
|
798
|
+
|
799
|
+
ip auth-proxy max-nodata-conns 3
|
800
|
+
|
801
|
+
ip admission max-nodata-conns 3
|
802
|
+
|
803
|
+
|
804
|
+
|
805
|
+
|
806
|
+
|
807
|
+
ip tcp synwait-time 5
|
808
|
+
|
809
|
+
|
810
|
+
|
811
|
+
|
812
|
+
|
813
|
+
interface FastEthernet0/0
|
814
|
+
|
815
|
+
no ip address
|
816
|
+
|
817
|
+
shutdown
|
818
|
+
|
819
|
+
duplex auto
|
820
|
+
|
821
|
+
speed auto
|
822
|
+
|
823
|
+
|
824
|
+
|
825
|
+
interface Serial0/0
|
826
|
+
|
827
|
+
no ip address
|
828
|
+
|
829
|
+
shutdown
|
830
|
+
|
831
|
+
clock rate 2000000
|
832
|
+
|
833
|
+
|
834
|
+
|
835
|
+
interface FastEthernet0/1
|
836
|
+
|
837
|
+
no ip address
|
838
|
+
|
839
|
+
shutdown
|
840
|
+
|
841
|
+
duplex auto
|
842
|
+
|
843
|
+
speed auto
|
844
|
+
|
845
|
+
|
846
|
+
|
847
|
+
interface Serial0/1
|
848
|
+
|
849
|
+
no ip address
|
850
|
+
|
851
|
+
shutdown
|
852
|
+
|
853
|
+
clock rate 2000000
|
854
|
+
|
855
|
+
|
856
|
+
|
857
|
+
interface Serial0/2
|
858
|
+
|
859
|
+
no ip address
|
860
|
+
|
861
|
+
shutdown
|
862
|
+
|
863
|
+
clock rate 2000000
|
864
|
+
|
865
|
+
|
866
|
+
|
867
|
+
interface FastEthernet1/0
|
868
|
+
|
869
|
+
|
870
|
+
|
871
|
+
interface FastEthernet1/1
|
872
|
+
|
873
|
+
|
874
|
+
|
875
|
+
interface FastEthernet1/2
|
876
|
+
|
877
|
+
switchport access vlan 10
|
878
|
+
|
879
|
+
|
880
|
+
|
881
|
+
interface FastEthernet1/3
|
882
|
+
|
883
|
+
|
884
|
+
|
885
|
+
interface FastEthernet1/4
|
886
|
+
|
887
|
+
|
532
888
|
|
533
889
|
interface FastEthernet1/5
|
534
890
|
|
535
|
-
|
891
|
+
|
536
892
|
|
537
893
|
interface FastEthernet1/6
|
538
894
|
|
539
|
-
|
895
|
+
|
540
896
|
|
541
897
|
interface FastEthernet1/7
|
542
898
|
|
543
|
-
|
899
|
+
|
544
900
|
|
545
901
|
interface FastEthernet1/8
|
546
902
|
|
547
|
-
|
903
|
+
|
548
904
|
|
549
905
|
interface FastEthernet1/9
|
550
906
|
|
551
|
-
|
907
|
+
|
552
908
|
|
553
909
|
interface FastEthernet1/10
|
554
910
|
|
555
|
-
|
911
|
+
|
556
912
|
|
557
913
|
interface FastEthernet1/11
|
558
914
|
|
559
|
-
|
915
|
+
|
560
916
|
|
561
917
|
interface FastEthernet1/12
|
562
918
|
|
563
|
-
|
919
|
+
|
564
920
|
|
565
921
|
interface FastEthernet1/13
|
566
922
|
|
567
|
-
|
923
|
+
|
568
924
|
|
569
925
|
interface FastEthernet1/14
|
570
926
|
|
571
|
-
|
927
|
+
|
572
928
|
|
573
929
|
interface FastEthernet1/15
|
574
930
|
|
575
|
-
|
931
|
+
|
576
932
|
|
577
933
|
interface Vlan1
|
578
934
|
|
579
935
|
no ip address
|
580
936
|
|
581
|
-
|
937
|
+
|
582
|
-
|
583
|
-
interface Vlan10
|
584
|
-
|
585
|
-
ip address 192.168.5.1 255.255.255.0
|
586
|
-
|
587
|
-
standby 10 ip 192.168.5.254
|
588
|
-
|
589
|
-
standby 10 priority 105
|
590
|
-
|
591
|
-
standby 10 preempt
|
592
|
-
|
593
|
-
!
|
594
938
|
|
595
939
|
ip forward-protocol nd
|
596
940
|
|
597
|
-
|
941
|
+
|
598
|
-
|
599
|
-
|
942
|
+
|
943
|
+
|
600
944
|
|
601
945
|
no ip http server
|
602
946
|
|
603
947
|
no ip http secure-server
|
604
948
|
|
605
|
-
|
949
|
+
|
606
950
|
|
607
951
|
no cdp log mismatch duplex
|
608
952
|
|
609
|
-
|
953
|
+
|
610
|
-
|
611
|
-
!
|
612
|
-
|
613
|
-
!
|
614
954
|
|
615
955
|
control-plane
|
616
956
|
|
617
|
-
|
957
|
+
|
618
|
-
|
619
|
-
!
|
620
|
-
|
621
|
-
!
|
622
|
-
|
623
|
-
!
|
624
|
-
|
625
|
-
!
|
626
|
-
|
627
|
-
!
|
628
|
-
|
629
|
-
!
|
630
|
-
|
631
|
-
!
|
632
|
-
|
633
|
-
!
|
634
|
-
|
635
|
-
!
|
636
958
|
|
637
959
|
line con 0
|
638
960
|
|
@@ -654,9 +976,9 @@
|
|
654
976
|
|
655
977
|
login
|
656
978
|
|
657
|
-
|
979
|
+
|
658
|
-
|
659
|
-
|
980
|
+
|
981
|
+
|
660
982
|
|
661
983
|
end
|
662
984
|
|
@@ -664,19 +986,19 @@
|
|
664
986
|
|
665
987
|
|
666
988
|
|
667
|
-
__R
|
989
|
+
__R5 show run__
|
668
|
-
|
990
|
+
|
669
|
-
```
|
991
|
+
```
|
670
|
-
|
992
|
+
|
671
|
-
R
|
993
|
+
R5#show run
|
672
994
|
|
673
995
|
Building configuration...
|
674
996
|
|
675
997
|
|
676
998
|
|
677
|
-
Current configuration : 1
|
999
|
+
Current configuration : 1593 bytes
|
678
|
-
|
679
|
-
|
1000
|
+
|
1001
|
+
|
680
1002
|
|
681
1003
|
version 12.4
|
682
1004
|
|
@@ -686,19 +1008,19 @@
|
|
686
1008
|
|
687
1009
|
no service password-encryption
|
688
1010
|
|
689
|
-
|
1011
|
+
|
690
|
-
|
1012
|
+
|
691
|
-
hostname R
|
1013
|
+
hostname R5
|
692
|
-
|
693
|
-
|
1014
|
+
|
1015
|
+
|
694
1016
|
|
695
1017
|
boot-start-marker
|
696
1018
|
|
697
1019
|
boot-end-marker
|
698
1020
|
|
699
|
-
|
1021
|
+
|
700
|
-
|
701
|
-
|
1022
|
+
|
1023
|
+
|
702
1024
|
|
703
1025
|
no aaa new-model
|
704
1026
|
|
@@ -708,13 +1030,7 @@
|
|
708
1030
|
|
709
1031
|
ip cef
|
710
1032
|
|
711
|
-
|
1033
|
+
|
712
|
-
|
713
|
-
!
|
714
|
-
|
715
|
-
!
|
716
|
-
|
717
|
-
!
|
718
1034
|
|
719
1035
|
no ip domain lookup
|
720
1036
|
|
@@ -722,51 +1038,11 @@
|
|
722
1038
|
|
723
1039
|
ip admission max-nodata-conns 3
|
724
1040
|
|
725
|
-
|
1041
|
+
|
726
|
-
|
727
|
-
!
|
728
|
-
|
729
|
-
!
|
730
|
-
|
731
|
-
!
|
732
|
-
|
733
|
-
!
|
734
|
-
|
735
|
-
!
|
736
|
-
|
737
|
-
!
|
738
|
-
|
739
|
-
!
|
740
|
-
|
741
|
-
!
|
742
|
-
|
743
|
-
!
|
744
|
-
|
745
|
-
!
|
746
|
-
|
747
|
-
!
|
748
|
-
|
749
|
-
!
|
750
|
-
|
751
|
-
!
|
752
|
-
|
753
|
-
!
|
754
|
-
|
755
|
-
!
|
756
|
-
|
757
|
-
!
|
758
1042
|
|
759
1043
|
ip tcp synwait-time 5
|
760
1044
|
|
761
|
-
|
1045
|
+
|
762
|
-
|
763
|
-
!
|
764
|
-
|
765
|
-
!
|
766
|
-
|
767
|
-
!
|
768
|
-
|
769
|
-
!
|
770
1046
|
|
771
1047
|
interface FastEthernet0/0
|
772
1048
|
|
@@ -778,7 +1054,7 @@
|
|
778
1054
|
|
779
1055
|
speed auto
|
780
1056
|
|
781
|
-
|
1057
|
+
|
782
1058
|
|
783
1059
|
interface Serial0/0
|
784
1060
|
|
@@ -788,7 +1064,7 @@
|
|
788
1064
|
|
789
1065
|
clock rate 2000000
|
790
1066
|
|
791
|
-
|
1067
|
+
|
792
1068
|
|
793
1069
|
interface FastEthernet0/1
|
794
1070
|
|
@@ -800,7 +1076,7 @@
|
|
800
1076
|
|
801
1077
|
speed auto
|
802
1078
|
|
803
|
-
|
1079
|
+
|
804
1080
|
|
805
1081
|
interface Serial0/1
|
806
1082
|
|
@@ -810,7 +1086,7 @@
|
|
810
1086
|
|
811
1087
|
clock rate 2000000
|
812
1088
|
|
813
|
-
|
1089
|
+
|
814
1090
|
|
815
1091
|
interface Serial0/2
|
816
1092
|
|
@@ -820,131 +1096,109 @@
|
|
820
1096
|
|
821
1097
|
clock rate 2000000
|
822
1098
|
|
823
|
-
|
1099
|
+
|
824
1100
|
|
825
1101
|
interface FastEthernet1/0
|
826
1102
|
|
827
|
-
|
1103
|
+
|
828
1104
|
|
829
1105
|
interface FastEthernet1/1
|
830
1106
|
|
1107
|
+
|
1108
|
+
|
1109
|
+
interface FastEthernet1/2
|
1110
|
+
|
1111
|
+
|
1112
|
+
|
1113
|
+
interface FastEthernet1/3
|
1114
|
+
|
831
1115
|
switchport access vlan 10
|
832
1116
|
|
833
|
-
|
1117
|
+
|
834
|
-
|
835
|
-
interface FastEthernet1/2
|
836
|
-
|
837
|
-
!
|
838
|
-
|
839
|
-
interface FastEthernet1/3
|
840
|
-
|
841
|
-
!
|
842
1118
|
|
843
1119
|
interface FastEthernet1/4
|
844
1120
|
|
845
|
-
|
1121
|
+
|
846
1122
|
|
847
1123
|
interface FastEthernet1/5
|
848
1124
|
|
849
|
-
|
1125
|
+
|
850
|
-
|
851
|
-
!
|
852
1126
|
|
853
1127
|
interface FastEthernet1/6
|
854
1128
|
|
855
|
-
|
1129
|
+
|
856
1130
|
|
857
1131
|
interface FastEthernet1/7
|
858
1132
|
|
859
|
-
|
1133
|
+
|
860
1134
|
|
861
1135
|
interface FastEthernet1/8
|
862
1136
|
|
863
|
-
|
1137
|
+
|
864
1138
|
|
865
1139
|
interface FastEthernet1/9
|
866
1140
|
|
867
|
-
|
1141
|
+
|
868
1142
|
|
869
1143
|
interface FastEthernet1/10
|
870
1144
|
|
871
|
-
|
1145
|
+
|
872
1146
|
|
873
1147
|
interface FastEthernet1/11
|
874
1148
|
|
875
|
-
|
1149
|
+
|
876
1150
|
|
877
1151
|
interface FastEthernet1/12
|
878
1152
|
|
879
|
-
|
1153
|
+
|
880
1154
|
|
881
1155
|
interface FastEthernet1/13
|
882
1156
|
|
883
|
-
|
1157
|
+
|
884
1158
|
|
885
1159
|
interface FastEthernet1/14
|
886
1160
|
|
887
|
-
|
1161
|
+
|
888
1162
|
|
889
1163
|
interface FastEthernet1/15
|
890
1164
|
|
891
|
-
|
1165
|
+
|
892
1166
|
|
893
1167
|
interface Vlan1
|
894
1168
|
|
895
1169
|
no ip address
|
896
1170
|
|
897
|
-
|
1171
|
+
|
898
|
-
|
899
|
-
interface Vlan10
|
900
|
-
|
901
|
-
ip address 192.168.5.2 255.255.255.0
|
902
|
-
|
903
|
-
standby 10 ip 192.168.5.254
|
904
|
-
|
905
|
-
!
|
906
1172
|
|
907
1173
|
ip forward-protocol nd
|
908
1174
|
|
909
|
-
|
1175
|
+
|
910
|
-
|
911
|
-
|
1176
|
+
|
1177
|
+
|
912
1178
|
|
913
1179
|
no ip http server
|
914
1180
|
|
915
1181
|
no ip http secure-server
|
916
1182
|
|
917
|
-
|
1183
|
+
|
918
1184
|
|
919
1185
|
no cdp log mismatch duplex
|
920
1186
|
|
921
|
-
|
1187
|
+
|
922
|
-
|
923
|
-
|
1188
|
+
|
924
|
-
|
925
|
-
|
1189
|
+
|
1190
|
+
|
1191
|
+
|
926
1192
|
|
927
1193
|
control-plane
|
928
1194
|
|
929
|
-
|
1195
|
+
|
930
|
-
|
931
|
-
|
1196
|
+
|
932
|
-
|
933
|
-
|
1197
|
+
|
934
|
-
|
935
|
-
|
1198
|
+
|
936
|
-
|
937
|
-
|
1199
|
+
|
938
|
-
|
939
|
-
|
1200
|
+
|
940
|
-
|
941
|
-
|
1201
|
+
|
942
|
-
|
943
|
-
!
|
944
|
-
|
945
|
-
!
|
946
|
-
|
947
|
-
!
|
948
1202
|
|
949
1203
|
line con 0
|
950
1204
|
|
@@ -966,9 +1220,9 @@
|
|
966
1220
|
|
967
1221
|
login
|
968
1222
|
|
969
|
-
|
1223
|
+
|
970
|
-
|
971
|
-
|
1224
|
+
|
1225
|
+
|
972
1226
|
|
973
1227
|
end
|
974
1228
|
|
@@ -976,314 +1230,6 @@
|
|
976
1230
|
|
977
1231
|
|
978
1232
|
|
979
|
-
__R5 show run__
|
980
|
-
|
981
|
-
```
|
982
|
-
|
983
|
-
R5#show run
|
984
|
-
|
985
|
-
Building configuration...
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
Current configuration : 1650 bytes
|
990
|
-
|
991
|
-
!
|
992
|
-
|
993
|
-
version 12.4
|
994
|
-
|
995
|
-
service timestamps debug datetime msec
|
996
|
-
|
997
|
-
service timestamps log datetime msec
|
998
|
-
|
999
|
-
no service password-encryption
|
1000
|
-
|
1001
|
-
!
|
1002
|
-
|
1003
|
-
hostname R5
|
1004
|
-
|
1005
|
-
!
|
1006
|
-
|
1007
|
-
boot-start-marker
|
1008
|
-
|
1009
|
-
boot-end-marker
|
1010
|
-
|
1011
|
-
!
|
1012
|
-
|
1013
|
-
!
|
1014
|
-
|
1015
|
-
no aaa new-model
|
1016
|
-
|
1017
|
-
memory-size iomem 5
|
1018
|
-
|
1019
|
-
no ip icmp rate-limit unreachable
|
1020
|
-
|
1021
|
-
ip cef
|
1022
|
-
|
1023
|
-
!
|
1024
|
-
|
1025
|
-
!
|
1026
|
-
|
1027
|
-
!
|
1028
|
-
|
1029
|
-
!
|
1030
|
-
|
1031
|
-
no ip domain lookup
|
1032
|
-
|
1033
|
-
ip auth-proxy max-nodata-conns 3
|
1034
|
-
|
1035
|
-
ip admission max-nodata-conns 3
|
1036
|
-
|
1037
|
-
!
|
1038
|
-
|
1039
|
-
!
|
1040
|
-
|
1041
|
-
!
|
1042
|
-
|
1043
|
-
!
|
1044
|
-
|
1045
|
-
!
|
1046
|
-
|
1047
|
-
!
|
1048
|
-
|
1049
|
-
!
|
1050
|
-
|
1051
|
-
!
|
1052
|
-
|
1053
|
-
!
|
1054
|
-
|
1055
|
-
!
|
1056
|
-
|
1057
|
-
!
|
1058
|
-
|
1059
|
-
!
|
1060
|
-
|
1061
|
-
!
|
1062
|
-
|
1063
|
-
!
|
1064
|
-
|
1065
|
-
!
|
1066
|
-
|
1067
|
-
!
|
1068
|
-
|
1069
|
-
!
|
1070
|
-
|
1071
|
-
ip tcp synwait-time 5
|
1072
|
-
|
1073
|
-
!
|
1074
|
-
|
1075
|
-
!
|
1076
|
-
|
1077
|
-
!
|
1078
|
-
|
1079
|
-
!
|
1080
|
-
|
1081
|
-
!
|
1082
|
-
|
1083
|
-
interface FastEthernet0/0
|
1084
|
-
|
1085
|
-
no ip address
|
1086
|
-
|
1087
|
-
shutdown
|
1088
|
-
|
1089
|
-
duplex auto
|
1090
|
-
|
1091
|
-
speed auto
|
1092
|
-
|
1093
|
-
!
|
1094
|
-
|
1095
|
-
interface Serial0/0
|
1096
|
-
|
1097
|
-
no ip address
|
1098
|
-
|
1099
|
-
shutdown
|
1100
|
-
|
1101
|
-
clock rate 2000000
|
1102
|
-
|
1103
|
-
!
|
1104
|
-
|
1105
|
-
interface FastEthernet0/1
|
1106
|
-
|
1107
|
-
no ip address
|
1108
|
-
|
1109
|
-
shutdown
|
1110
|
-
|
1111
|
-
duplex auto
|
1112
|
-
|
1113
|
-
speed auto
|
1114
|
-
|
1115
|
-
!
|
1116
|
-
|
1117
|
-
interface Serial0/1
|
1118
|
-
|
1119
|
-
no ip address
|
1120
|
-
|
1121
|
-
shutdown
|
1122
|
-
|
1123
|
-
clock rate 2000000
|
1124
|
-
|
1125
|
-
!
|
1126
|
-
|
1127
|
-
interface Serial0/2
|
1128
|
-
|
1129
|
-
no ip address
|
1130
|
-
|
1131
|
-
shutdown
|
1132
|
-
|
1133
|
-
clock rate 2000000
|
1134
|
-
|
1135
|
-
!
|
1136
|
-
|
1137
|
-
interface FastEthernet1/0
|
1138
|
-
|
1139
|
-
!
|
1140
|
-
|
1141
|
-
interface FastEthernet1/1
|
1142
|
-
|
1143
|
-
!
|
1144
|
-
|
1145
|
-
interface FastEthernet1/2
|
1146
|
-
|
1147
|
-
!
|
1148
|
-
|
1149
|
-
interface FastEthernet1/3
|
1150
|
-
|
1151
|
-
switchport access vlan 10
|
1152
|
-
|
1153
|
-
!
|
1154
|
-
|
1155
|
-
interface FastEthernet1/4
|
1156
|
-
|
1157
|
-
!
|
1158
|
-
|
1159
|
-
interface FastEthernet1/5
|
1160
|
-
|
1161
|
-
!
|
1162
|
-
|
1163
|
-
interface FastEthernet1/6
|
1164
|
-
|
1165
|
-
!
|
1166
|
-
|
1167
|
-
interface FastEthernet1/7
|
1168
|
-
|
1169
|
-
!
|
1170
|
-
|
1171
|
-
interface FastEthernet1/8
|
1172
|
-
|
1173
|
-
!
|
1174
|
-
|
1175
|
-
interface FastEthernet1/9
|
1176
|
-
|
1177
|
-
!
|
1178
|
-
|
1179
|
-
interface FastEthernet1/10
|
1180
|
-
|
1181
|
-
!
|
1182
|
-
|
1183
|
-
interface FastEthernet1/11
|
1184
|
-
|
1185
|
-
!
|
1186
|
-
|
1187
|
-
interface FastEthernet1/12
|
1188
|
-
|
1189
|
-
!
|
1190
|
-
|
1191
|
-
interface FastEthernet1/13
|
1192
|
-
|
1193
|
-
!
|
1194
|
-
|
1195
|
-
interface FastEthernet1/14
|
1196
|
-
|
1197
|
-
!
|
1198
|
-
|
1199
|
-
interface FastEthernet1/15
|
1200
|
-
|
1201
|
-
!
|
1202
|
-
|
1203
|
-
interface Vlan1
|
1204
|
-
|
1205
|
-
no ip address
|
1206
|
-
|
1207
|
-
!
|
1208
|
-
|
1209
|
-
interface Vlan10
|
1210
|
-
|
1211
|
-
ip address 192.168.5.4 255.255.255.0
|
1212
|
-
|
1213
|
-
!
|
1214
|
-
|
1215
|
-
ip forward-protocol nd
|
1216
|
-
|
1217
|
-
!
|
1218
|
-
|
1219
|
-
!
|
1220
|
-
|
1221
|
-
no ip http server
|
1222
|
-
|
1223
|
-
no ip http secure-server
|
1224
|
-
|
1225
|
-
!
|
1226
|
-
|
1227
|
-
no cdp log mismatch duplex
|
1228
|
-
|
1229
|
-
!
|
1230
|
-
|
1231
|
-
!
|
1232
|
-
|
1233
|
-
!
|
1234
|
-
|
1235
|
-
control-plane
|
1236
|
-
|
1237
|
-
!
|
1238
|
-
|
1239
|
-
!
|
1240
|
-
|
1241
|
-
!
|
1242
|
-
|
1243
|
-
!
|
1244
|
-
|
1245
|
-
!
|
1246
|
-
|
1247
|
-
!
|
1248
|
-
|
1249
|
-
!
|
1250
|
-
|
1251
|
-
!
|
1252
|
-
|
1253
|
-
!
|
1254
|
-
|
1255
|
-
!
|
1256
|
-
|
1257
|
-
line con 0
|
1258
|
-
|
1259
|
-
exec-timeout 0 0
|
1260
|
-
|
1261
|
-
privilege level 15
|
1262
|
-
|
1263
|
-
logging synchronous
|
1264
|
-
|
1265
|
-
line aux 0
|
1266
|
-
|
1267
|
-
exec-timeout 0 0
|
1268
|
-
|
1269
|
-
privilege level 15
|
1270
|
-
|
1271
|
-
logging synchronous
|
1272
|
-
|
1273
|
-
line vty 0 4
|
1274
|
-
|
1275
|
-
login
|
1276
|
-
|
1277
|
-
!
|
1278
|
-
|
1279
|
-
!
|
1280
|
-
|
1281
|
-
end
|
1282
|
-
|
1283
|
-
```
|
1284
|
-
|
1285
|
-
|
1286
|
-
|
1287
1233
|
__R2 show standby brief__
|
1288
1234
|
|
1289
1235
|
```
|
@@ -1343,3 +1289,5 @@
|
|
1343
1289
|
###追記
|
1344
1290
|
|
1345
1291
|
R1とR2のshow runを更新しました。
|
1292
|
+
|
1293
|
+
R4とR5のint vlan 10を削除しました。
|
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
|
22
22
|
|
23
|
-
Current configuration : 17
|
23
|
+
Current configuration : 1728 bytes
|
24
24
|
|
25
25
|
!
|
26
26
|
|
@@ -266,7 +266,7 @@
|
|
266
266
|
|
267
267
|
interface Vlan10
|
268
268
|
|
269
|
-
|
269
|
+
ip address 192.168.5.5 255.255.255.0
|
270
270
|
|
271
271
|
!
|
272
272
|
|
@@ -514,8 +514,6 @@
|
|
514
514
|
|
515
515
|
switchport access vlan 10
|
516
516
|
|
517
|
-
shutdown
|
518
|
-
|
519
517
|
!
|
520
518
|
|
521
519
|
interface FastEthernet1/2
|
@@ -1339,3 +1337,9 @@
|
|
1339
1337
|
|
1340
1338
|
|
1341
1339
|
以上、ご確認お願いいたします。
|
1340
|
+
|
1341
|
+
|
1342
|
+
|
1343
|
+
###追記
|
1344
|
+
|
1345
|
+
R1とR2のshow runを更新しました。
|
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
-
![イメージ説明](923
|
7
|
+
![イメージ説明](cffecec97357057332b9e3fed3992d19.png)
|
8
8
|
|
9
9
|
|
10
10
|
|