0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ルータ 構成要素図

Last updated at Posted at 2025-08-09
@startuml
title CISCO実習
skinparam linetype ortho

cloud "インターネット" as Internet

' 各ルータとそれぞれのネットワーク側インターフェース(.254)
node "ルータ\n(インターネット ⇄ 192.168.11.254)" as R1
node "ルータ\n(インターネット ⇄ 192.168.12.254)" as R2
node "ルータ\n(インターネット ⇄ 192.168.13.254)" as R3
node "ルータ\n(インターネット ⇄ 192.168.15.254)" as R4

' インターネット側(PCがルータのWAN側に接続)
Internet --> R1
Internet --> R2
Internet --> R3
Internet --> R4

' 各部門のスイッチ
node "SW1" as SW1
node "SW2" as SW2
node "SW3" as SW3
node "SW4" as SW4

' 各ルータのSW側(.254)とスイッチの接続
R1 --> SW1
R2 --> SW2
R3 --> SW3
R4 --> SW4

' 各スイッチから端末とサーバへ
SW1 --> "端末\n192.168.11.10"
SW1 --> "各種サーバ\n192.168.11.20\nsu11.nagoya-vti.ac.jp"

SW2 --> "端末\n192.168.12.10"
SW2 --> "各種サーバ\n192.168.12.20\nsu12.nagoya-vti.ac.jp"

SW3 --> "端末\n192.168.13.10"
SW3 --> "各種サーバ\n192.168.13.20\nsu13.nagoya-vti.ac.jp"

SW4 --> "端末\n192.168.15.10"
SW4 --> "各種サーバ\n192.168.15.20\nsu15.nagoya-vti.ac.jp"

@enduml

ネットマスク追加予定

課題研究
https://qiita.com/kaizen_nagoya/items/cb41441cf520c68b13bc

職業訓練(IT)
https://qiita.com/kaizen_nagoya/items/95368b63fa21d64271ec

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?