97 lines
2.7 KiB
Org Mode
97 lines
2.7 KiB
Org Mode
:PROPERTIES:
|
|
:ID: e83c1ece-35f6-414d-986f-59533fb3d6a9
|
|
:END:
|
|
#+title: Sailmaker Network
|
|
|
|
The network topology for [[id:2059634f-422e-4be2-8812-22f5f0dc2626][Our house]]. Service is provided via Verizon FIOS. The
|
|
coax connection from Verizon is disconnected to avoid interference from our
|
|
local MoCA network.
|
|
|
|
#+begin_src plantuml :file sailmaker-network.svg
|
|
'skinparam linetype ortho
|
|
|
|
frame Outside {
|
|
component ONT
|
|
component "Outside 4-Way Splitter\n(5-1000Mhz)" {
|
|
port os4_in
|
|
port os4_1
|
|
port os4_2
|
|
port os4_3
|
|
port os4_4
|
|
}
|
|
component "Outside 3-Way Splitter\n(5-1670Mhz)" {
|
|
port os3_in
|
|
port os3_1
|
|
port os3_2
|
|
}
|
|
}
|
|
frame Basement {
|
|
component BasementSplitter {
|
|
port bs_in
|
|
port bs_1
|
|
port bs_2
|
|
}
|
|
}
|
|
frame FirstFloor {
|
|
frame MediaRoom {
|
|
component Router
|
|
component Reason
|
|
component MoCA1
|
|
}
|
|
frame LivingRoom {
|
|
component MoCA2
|
|
component SwitchTV {
|
|
port tvs1
|
|
port tvs2
|
|
port tvs3
|
|
}
|
|
component SonyBravia4K
|
|
component PS4W
|
|
component PS4R
|
|
component SwitchW1
|
|
}
|
|
}
|
|
frame SecondFloor {
|
|
frame Office {
|
|
component Zephyrus
|
|
component MoCA3
|
|
component SwitchOffice {
|
|
port ofs1
|
|
port ofs2
|
|
port ofs3
|
|
}
|
|
component RokuTV
|
|
component SwitchR
|
|
}
|
|
}
|
|
|
|
SecondFloor -[hidden]down- FirstFloor
|
|
FirstFloor -[hidden]down- Basement
|
|
FirstFloor -[hidden]right- Outside
|
|
LivingRoom -[hidden]left- MediaRoom
|
|
|
|
ONT -[#blue,thickness=5]up- Router : Ethernet (1000)
|
|
|
|
Router -[#blue,thickness=5] Reason : Ethernet (1000)
|
|
Router -[#blue,thickness=5] MoCA1 : Ethernet (1000)
|
|
|
|
|
|
os3_in -[#black,thickness=6]up- MoCA1 : Coax
|
|
os3_2 -[#black,thickness=6]up- MoCA3 : Coax
|
|
os3_1 -[#black,thickness=6] os4_in : Coax
|
|
|
|
bs_in -[#black,thickness=6]up- os4_1 : Coax
|
|
bs_1 -[#black,thickness=6]up- MoCA2 : Coax
|
|
|
|
tvs1 -[#gold,thickness=5] MoCA2
|
|
tvs2 -[#gold,thickness=5] SonyBravia4K
|
|
tvs3 -[#gold,thickness=5] PS4R
|
|
|
|
ofs1 -[#gold,thickness=5] MoCA3 : Ethernet(100)
|
|
ofs2 -[#gold,thickness=5] Zephyrus : Ethernet (100)
|
|
ofs3 -[#gold,thickness=5] RokuTV : Ethernet (100)
|
|
#+end_src
|
|
|
|
#+attr_org: :width 1800
|
|
#+RESULTS:
|
|
[[file:sailmaker-network.svg]]
|