質問編集履歴

2

現在の設定ファイルを追記しました.

2016/05/25 02:42

投稿

sauhor
sauhor

スコア7

test CHANGED
File without changes
test CHANGED
@@ -448,4 +448,180 @@
448
448
 
449
449
 
450
450
 
451
+
452
+
453
+ ###設定ファイル
454
+
455
+ 現在の設定ファイルを示します.
456
+
457
+
458
+
459
+ ```config
460
+
461
+ awplus#show running-config
462
+
463
+ !
464
+
465
+ service password-encryption
466
+
467
+ !
468
+
469
+ no banner motd
470
+
471
+ !
472
+
473
+ username manager privilege 15 password 8 $1$bJoVec4D$JwOJGPr7YqoExA0GVasdE0
474
+
475
+ !
476
+
477
+ no service ssh
478
+
479
+ !
480
+
481
+ service telnet
482
+
483
+ no service telnet ipv6
484
+
485
+ !
486
+
487
+ service http
488
+
489
+ !
490
+
491
+ clock timezone JST plus 9:00
492
+
493
+ !
494
+
495
+ no snmp-server ipv6
496
+
497
+ !
498
+
499
+ aaa authentication enable default local
500
+
501
+ aaa authentication login default local
502
+
503
+ !
504
+
505
+ ip domain-lookup
506
+
507
+ !
508
+
509
+ no service dhcp-server
510
+
511
+ !
512
+
513
+ no ip multicast-routing
514
+
515
+ !
516
+
517
+ spanning-tree mode rstp
518
+
519
+ !
520
+
521
+ no ipv6 mld snooping
522
+
523
+ !
524
+
525
+ switch 1 provision x600-24
526
+
527
+ !
528
+
529
+ vlan database
530
+
531
+ vlan 5-6,10,20 state enable
532
+
533
+ !
534
+
535
+ interface port1.0.1
536
+
537
+ switchport
538
+
539
+ switchport mode access
540
+
541
+ switchport access vlan 5
542
+
543
+ !
544
+
545
+ interface port1.0.2
546
+
547
+ switchport
548
+
549
+ switchport mode access
550
+
551
+ switchport access vlan 6
552
+
553
+ !
554
+
555
+ interface port1.0.3-1.0.6
556
+
557
+ switchport
558
+
559
+ switchport mode access
560
+
561
+ !
562
+
563
+ interface port1.0.7-1.0.12
564
+
565
+ switchport
566
+
567
+ switchport mode access
568
+
569
+ switchport access vlan 10
570
+
571
+ !
572
+
573
+ interface port1.0.13-1.0.16
574
+
575
+ switchport
576
+
577
+ switchport mode access
578
+
579
+ switchport access vlan 20
580
+
581
+ !
582
+
583
+ interface port1.0.17-1.0.24
584
+
585
+ switchport
586
+
587
+ switchport mode access
588
+
589
+ !
590
+
591
+ interface vlan5-6
592
+
593
+ ip address dhcp
594
+
595
+ !
596
+
597
+ interface vlan10
598
+
599
+ ip address 192.168.10.1/24
600
+
601
+ !
602
+
603
+ interface vlan20
604
+
605
+ ip address 192.168.20.1/24
606
+
607
+ !
608
+
609
+ !
610
+
611
+ line con 0
612
+
613
+ line vty 0 4
614
+
615
+ !
616
+
617
+ end
618
+
619
+
620
+
621
+ awplus#
622
+
623
+ ```
624
+
625
+
626
+
451
627
  よろしくお願いいたします.

1

タイトルの変更

2016/05/25 02:42

投稿

sauhor
sauhor

スコア7

test CHANGED
@@ -1 +1 @@
1
- アライドテレシスのL3スイッチ VLAN間ルーティングの設定
1
+ アライドテレシスのL3スイッチ VLAN間で通信できるようにしたい
test CHANGED
@@ -445,3 +445,7 @@
445
445
  C 192.168.11.0/24 is directly connected, vlan6
446
446
 
447
447
  ```
448
+
449
+
450
+
451
+ よろしくお願いいたします.