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

質問編集履歴

1

追記

2019/08/20 22:16

投稿

narururu
narururu

スコア172

title CHANGED
File without changes
body CHANGED
@@ -342,4 +342,38 @@
342
342
  #
343
343
  VLAN間ルーティングできない原因が不明です。
344
344
 
345
- 以上、どなたか助けてください。私の心はもうズタズタです。ネットワークの構築は本当に難しいです(>_<)
345
+ 以上、どなたか助けてください。私の心はもうズタズタです。ネットワークの構築は本当に難しいです(>_<)
346
+
347
+ #追記
348
+ L3SWからVIPへの疎通結果
349
+ ```
350
+ L3SW#ping 172.16.100.254
351
+
352
+ Type escape sequence to abort.
353
+ Sending 5, 100-byte ICMP Echos to 172.16.100.254, timeout is 2 seconds:
354
+ !!!!!
355
+ Success rate is 100 percent (5/5), round-trip min/avg/max = 28/40/48 ms
356
+ ```
357
+ show ip routeの結果
358
+ ```
359
+ L3SW#show ip route
360
+ __イタリックテキスト__
361
+ Gateway of last resort is 172.16.100.254 to network 0.0.0.0
362
+
363
+ 172.16.0.0/24 is subnetted, 1 subnets
364
+ C 172.16.100.0 is directly connected, Vlan100
365
+ C 192.168.1.0/24 is directly connected, Vlan10
366
+ S* 0.0.0.0/0 [1/0] via 172.16.100.254
367
+ ```
368
+
369
+ ```
370
+ R1#show ip route
371
+
372
+ Gateway of last resort is 172.16.100.1 to network 0.0.0.0
373
+
374
+ 172.16.0.0/24 is subnetted, 1 subnets
375
+ C 172.16.100.0 is directly connected, FastEthernet1/1
376
+ 10.0.0.0/24 is subnetted, 1 subnets
377
+ C 10.10.10.0 is directly connected, FastEthernet1/10
378
+ S* 0.0.0.0/0 [1/0] via 172.16.100.1
379
+ ```