VOOZH about

URL: https://qiita.com/kaizen_nagoya/items/81e8ebb258fea1393f06

⇱ ルータ 構成要素図 #pぁんtUML - Qiita


👁 Image
0

Go to list of users who liked

1

Share on X(Twitter)

Share on Facebook

Add to Hatena Bookmark

@kaizen_nagoya(Dr. Kiyoshi Ogawa)

ルータ 構成要素図

0
Last updated at Posted at 2025-08-09
👁 Image
@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

Go to list of users who liked

1
0

Go to list of comments

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

Go to list of users who liked

1