質問編集履歴

1

追記

2019/08/20 22:16

投稿

narururu
narururu

スコア172

test CHANGED
File without changes
test CHANGED
@@ -687,3 +687,71 @@
687
687
 
688
688
 
689
689
  以上、どなたか助けてください。私の心はもうズタズタです。ネットワークの構築は本当に難しいです(>_<)
690
+
691
+
692
+
693
+ #追記
694
+
695
+ L3SWからVIPへの疎通結果
696
+
697
+ ```
698
+
699
+ L3SW#ping 172.16.100.254
700
+
701
+
702
+
703
+ Type escape sequence to abort.
704
+
705
+ Sending 5, 100-byte ICMP Echos to 172.16.100.254, timeout is 2 seconds:
706
+
707
+ !!!!!
708
+
709
+ Success rate is 100 percent (5/5), round-trip min/avg/max = 28/40/48 ms
710
+
711
+ ```
712
+
713
+ show ip routeの結果
714
+
715
+ ```
716
+
717
+ L3SW#show ip route
718
+
719
+ __イタリックテキスト__
720
+
721
+ Gateway of last resort is 172.16.100.254 to network 0.0.0.0
722
+
723
+
724
+
725
+ 172.16.0.0/24 is subnetted, 1 subnets
726
+
727
+ C 172.16.100.0 is directly connected, Vlan100
728
+
729
+ C 192.168.1.0/24 is directly connected, Vlan10
730
+
731
+ S* 0.0.0.0/0 [1/0] via 172.16.100.254
732
+
733
+ ```
734
+
735
+
736
+
737
+ ```
738
+
739
+ R1#show ip route
740
+
741
+
742
+
743
+ Gateway of last resort is 172.16.100.1 to network 0.0.0.0
744
+
745
+
746
+
747
+ 172.16.0.0/24 is subnetted, 1 subnets
748
+
749
+ C 172.16.100.0 is directly connected, FastEthernet1/1
750
+
751
+ 10.0.0.0/24 is subnetted, 1 subnets
752
+
753
+ C 10.10.10.0 is directly connected, FastEthernet1/10
754
+
755
+ S* 0.0.0.0/0 [1/0] via 172.16.100.1
756
+
757
+ ```