Compare commits
10 Commits
dcca8f3cec
...
105ae29054
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
105ae29054 | ||
|
|
f0e8b7bd28 | ||
|
|
b4aabb4983 | ||
|
|
669150a579 | ||
|
|
4d14478c35 | ||
|
|
d80c806e7d | ||
|
|
949e17dcfb | ||
|
|
d099b9cbfb | ||
|
|
6bef17c666 | ||
|
|
10d95fc8e1 |
|
Before Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 93 KiB |
BIN
NW_diagram.png
|
Before Width: | Height: | Size: 27 KiB |
87
README.md
@@ -2,59 +2,64 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## IPアドレス情報
|
## 📌 IPアドレス情報
|
||||||
|
|
||||||
| デバイス | ホスト名・用途 | IPアドレス |
|
| デバイス | ホスト名・用途 | IPアドレス |
|
||||||
|----------------------|------------------------|--------------------|
|
|---------------------|-----------------------|------------------|
|
||||||
| ゲートウェイ | GW | 192.168.0.1 |
|
| Aterm WG1200 HP4 | Priv GW | 192.168.0.1 |
|
||||||
| Proxmox | arm-01-PVE | 192.168.0.10 |
|
| CT230 | OpenWrt (svc GW) | 192.168.0.2 |
|
||||||
| CT100 | pihole | 192.168.1.53 |
|
| WRC-BE36QS | AP | 192.168.2.1 |
|
||||||
| CT101 | ubuntu-24.04 | 192.168.1.101 |
|
| Proxmox | arm-01-PVE | 192.168.0.10 |
|
||||||
| CT110 | docker-host | 192.168.1.110 |
|
| CT100 | pihole | 192.168.1.53 |
|
||||||
| CT210 | reverse-proxy | 192.168.1.210 |
|
| CT101 | ubuntu-24.04 | 192.168.1.101 |
|
||||||
| CT220 | tailescale | 192.168.1.220 |
|
| CT110 | docker-host | 192.168.1.110 |
|
||||||
| PC | | 192.168.10.200 |
|
| CT210 | reverse-proxy | 192.168.1.210 |
|
||||||
|
| CT220 | tailescale | 192.168.1.220 |
|
||||||
|
| PC | DESKTOP-MLIP7CV | 192.168.10.200 |
|
||||||
|
|
||||||
- **サブネット**: `192.168.0.1/20` (`255.255.250.0`)
|
- **サブネット**:`192.168.0.0/20` (`255.255.240.0`)
|
||||||
- **ゲートウェイ**: `192.168.0.1`
|
- **ゲートウェイ**:`192.168.0.1`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ポート使用状況
|
## 🌐 ポート使用状況
|
||||||
|
|
||||||
### 外部公開ポート
|
### 🔓 外部公開ポート
|
||||||
|
|
||||||
| 宛先IP | ホスト名・用途 | ポートマッピング | 用途 |
|
| 宛先IP | ホスト名・用途 | ポートマッピング | 用途 |
|
||||||
|----------------------|------------------------|--------------------|--------------|
|
|---------------|----------------------|------------------|-------|
|
||||||
| 192.168.1.210 | reverse-proxy (Caddy) | 80:80 | HTTP |
|
| 192.168.1.210 | reverse-proxy(Caddy) | 80:80 | HTTP |
|
||||||
| 192.168.1.210 | reverse-proxy (Caddy) | 443:443 | HTTPS |
|
| 192.168.1.210 | reverse-proxy(Caddy) | 443:443 | HTTPS |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### 内部使用ポート
|
### 🔒 内部使用ポート
|
||||||
|
|
||||||
| 宛先IP | ホスト名・用途 | ポート | 用途・備考 |
|
| 宛先IP | ホスト名・用途 | ポート | 用途・備考 |
|
||||||
|----------------------|----------------------------|------------------|--------------------|
|
|---------------|------------------------|----------------|---------------------|
|
||||||
| 192.168.0.1 | GW | 80 | HTTP |
|
| 192.168.0.1 | GW | 80 | HTTP |
|
||||||
| 192.168.0.10 | arm-01-PVE (PVE) | 8006 | HTTPS |
|
| 192.168.0.2 | OpenWrt (svc GW) | 80 | HTTP 管理画面 |
|
||||||
| 192.168.0.10 | arm-01-PVE (PVE) | 10050 | Zabbix Agent |
|
| 192.168.2.1 | AP (WRC-BE36QS) | 80 | HTTP 管理画面 |
|
||||||
| 192.168.1.53 | pihole (CT100) | 80 | HTTP (管理画面) |
|
| 192.168.0.10 | arm-01-PVE (PVE) | 8006 | HTTPS |
|
||||||
| 192.168.1.53 | pihole (CT100) | 53 | DNS |
|
| 192.168.0.10 | arm-01-PVE (PVE) | 10050 | Zabbix Agent |
|
||||||
| 192.168.1.110 | docker-host (CT110) | 3306:3306 | Zabbix-mariadb |
|
| 192.168.1.53 | pihole (CT100) | 53 | DNS |
|
||||||
| 192.168.1.110 | docker-host (CT110) | 8080:8080 | Zabbix (HTTP) |
|
| 192.168.1.53 | pihole (CT100) | 80 | HTTP(管理画面) |
|
||||||
| 192.168.1.110 | docker-host (CT110) | 10051:10051 | Zabbix Server |
|
| 192.168.1.53 | pihole (CT100) | 443 | HTTPS(管理画面) |
|
||||||
| 192.168.1.110 | docker-host (CT110) | 3000:3000 | grafana (HTTPS) |
|
| 192.168.1.110 | docker-host (CT110) | 3306:3306 | Zabbix-mariadb |
|
||||||
| 192.168.1.110 | docker-host (CT110) | 10080:80 | heimdall (HTTP) |
|
| 192.168.1.110 | docker-host (CT110) | 8080:8080 | Zabbix(HTTP) |
|
||||||
| 192.168.1.110 | docker-host (CT110) | 10443:443 | heimdall (HTTPS) |
|
| 192.168.1.110 | docker-host (CT110) | 10051:10051 | Zabbix Server |
|
||||||
| 192.168.1.110 | docker-host (CT110) | 11080:80 | nextcloud (HTTP) |
|
| 192.168.1.110 | docker-host (CT110) | 3000:3000 | Grafana(HTTPS) |
|
||||||
| 192.168.1.110 | docker-host (CT110) | 11443:443 | nextcloud (HTTPS) |
|
| 192.168.1.110 | docker-host (CT110) | 10080:80 | Heimdall(HTTP) |
|
||||||
| 192.168.1.110 | docker-host (CT110) | 9000:9000 | Portainer (HTTP) |
|
| 192.168.1.110 | docker-host (CT110) | 10443:443 | Heimdall(HTTPS) |
|
||||||
| 192.168.1.210 | reverse-proxy (Caddy) | 80 | HTTP proxy |
|
| 192.168.1.110 | docker-host (CT110) | 11080:80 | Nextcloud(HTTP) |
|
||||||
| 192.168.1.210 | reverse-proxy (Caddy) | 443 | HTTPS proxy |
|
| 192.168.1.110 | docker-host (CT110) | 11443:443 | Nextcloud(HTTPS) |
|
||||||
| 192.168.10.200 | PC (Windows) | 10050 | Zabbix Agent |
|
| 192.168.1.110 | docker-host (CT110) | 9000:9000 | Portainer(HTTP) |
|
||||||
|
| 192.168.1.210 | reverse-proxy (Caddy) | 80 | HTTP proxy |
|
||||||
|
| 192.168.1.210 | reverse-proxy (Caddy) | 443 | HTTPS proxy |
|
||||||
|
| 192.168.10.200| PC (Windows) | 10050 | Zabbix Agent |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
> **備考**
|
> **💡 備考**
|
||||||
> - ポートマッピングは `ホスト側:コンテナ側` 形式で記載。
|
> - ポートマッピングは `ホスト側:コンテナ側` 形式で記載。
|
||||||
> - LXCコンテナ名と用途も併記。
|
> - LXCコンテナ名と用途を併記しています。
|
||||||
|
|||||||
429
logic/NW diagram 10G logic.drawio.svg
Normal file
@@ -0,0 +1,429 @@
|
|||||||
|
<svg host="65bd71144e" xmlns="http://www.w3.org/2000/svg" style="background: transparent; background-color: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="701px" height="552px" viewBox="-0.5 -0.5 701 552" content="<mxfile><diagram id="Ji07cW5DuHMU8oRfzW7Z" name="NW diagram 10G">5Vptc6I6FP41zOx+0CEJIHxUqt25t911175s7zcqEZki8Uasur9+E0wqERbdooXtOp0OOYQQnvM85+RNQ+5sfUm9+fSa+DjSoO6vNXShQdixdPafGzbSYG4NAQ39rQnsDKPwBxZG8VywDH28UComhERJOFeNYxLHeJwoNo9SslKrTUikvnXuBThnGI29KG+9D/1kurUalp258QmHwVS8GiFd9HzmydrCsJh6PlllTKivIZcSkmyvZmsXRxw8Ccz2ucEv7r50gOI4OeaBh09x3xqsgv7/49l/C72Dr+/dFjS2zTx70VJ88trk4OvQvrz5LnqebCQelCxjH/MWdQ31VtMwwaO5N+Z3V4wAzDZNZhErAXaZ76Ho9DOmCV5nTKLHl5jMcEI3rIokkCTCRiIv+LPKeMMQdaYZR0ibJwgQvDS9g4hdCJSKEbv6Jx5Nvt0Yw80EPC9Wt+bo9rIFc5hgn1FGFAlNpiQgsRf1d9YsJgwKuvnO8Wubsvgg4EwLF2ultBGlRULJE3ZJRGj6VjQYWOxXhvKCLOkYl3wKEoLyaICTknpANMg/tNRpFEdeEj6r2inyQPpol1Jvk6kwJ2GcLFQOD7ltRwcH6W0984MKORAy1Vduv0y0sef3l26/ngoop50vn29rl4zdUSUDCyQD4JkkUxxkOu9HM1ILWdGURtbTiaaaD+wcWe+6V5+Zhb3RlVF2z0NX3iNL54ovvCgMYnY9ZshhBmuPEzNkCbMrbsxC308dSPEi/OE9pu1xbwh5s8bNnmZeFHqhlD45CbykffEWJbEWSYMFDwMYijpkPP+90JULTFB9gEwmC3yWmCP5lw06cxzfU96ZD3fXQNc/atCKGKC9R8quAn71ATiwDSy7rbe5u7nXhQEwy8f6YxZSYxYy8jEL6m+Z5mUHMjiXBrGYxPtRax0mmaDFSg+ZO7uQxQubTGGIaci+gYsrtb0+VhnWkQke1RWqSrudgf6ze6P1Tc1mf07ODRnMyTKJwpiFfDkb4ABOwijKJAE3/RWlB8u2QQ+xOwH1/JDBLe8J50rzRUhZ6yGJ01uUE1Q0JucIkFum3pz3cLYO+NSoHeNkRejToj2OyNLn/SK7N7C3T9LfifRkm4qeQCevJ6dATua5hgByZFZ5CPBSeFDHA8cPAVzXcY6VVeG3HD0CcE4tqwPD5uLU1HHU2GqK0ParMbalV6xvm3t02fb4tWmwmE/W38cnmSP/Mj5Zxlvw6VRTlD+ITwDWlfaLXWA3xgW/M0us5oKTTxJfJWm7FsnlR3LvX3JWoySXn0uqi79sQnnVTdcIyueU7JEBRPVPI49ZLQbWWy59IfR+SG4cSfJmcRwZjfFA5bRyrAfsRmQVoNt7aQW+QVo5tKG1i2mlC2VARDWj/qjmOE2LavkFmvtvfFGx10fW11E5qrABgILiGUl9OyT5xfmhewDGdJ23YUBaet1AyjlNBslugumsdPhSlZK5UL/dnDwNxtbe0rhZ+3YeKAixltHSQWt41y/fe9Cr7jW8KdQyX9UIdT7SplDDI6D+o1ht2XVDLVdrM1B7dHYMq2FlVp8AUMNsWpiQHt4H9DB3YWXungHQ+oOBkQf00kvwig/KSyNBA0YKQD9ih/dscHb+/TpDdPgUw9byC10+kmB8Jzf+Szd4Y7/LDxFqRfu7r5jgHZyQZcAwC7CQtoqHFYy9eRm0jbbuZI5VIbXF7bw0d4zq4Mr9oXZPdzyr0MH541mjwVCDvbyb6zjqUsrJE5x0AcDpKN6QeFQkT6u41ZOefCnEJj/qrKzXQ0tiDdUr0s+j10Ptnlmv+RM3rpdYXoPlKilZWa4tnqYtoHgDnIQ7VnV5suLulPq2+u6sP+r/BA==</diagram></mxfile>">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<rect x="260" y="291" width="440" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 438px; height: 1px; padding-top: 311px; margin-left: 261px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
x510 28GTX
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="480" y="315" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
x510 28GTX
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 480 131 L 480 164.63" fill="none" stroke="#ff6666" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 102, 102), rgb(224, 93, 93));"/>
|
||||||
|
<path d="M 480 169.88 L 476.5 162.88 L 480 164.63 L 483.5 162.88 Z" fill="#ff6666" stroke="#ff6666" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(255, 102, 102), rgb(224, 93, 93)); stroke: light-dark(rgb(255, 102, 102), rgb(224, 93, 93));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="420" y="91" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 111px; margin-left: 421px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
ONU
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="480" y="115" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
ONU
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 480 211 L 480 284.63" fill="none" stroke="#ff6666" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 102, 102), rgb(224, 93, 93));"/>
|
||||||
|
<path d="M 480 289.88 L 476.5 282.88 L 480 284.63 L 483.5 282.88 Z" fill="#ff6666" stroke="#ff6666" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(255, 102, 102), rgb(224, 93, 93)); stroke: light-dark(rgb(255, 102, 102), rgb(224, 93, 93));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 254px; margin-left: 481px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; background-color: #ffffff; ">
|
||||||
|
<div style="display: inline-block; font-size: 11px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; background-color: light-dark(#ffffff, var(--ge-dark-color, #121212)); white-space: nowrap; ">
|
||||||
|
VALN 1,10
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="481" y="257" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="11px" text-anchor="middle">
|
||||||
|
VALN 1,10
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="380" y="171" width="200" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 191px; margin-left: 381px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
OpenWrt (VM100)
|
||||||
|
<br/>
|
||||||
|
(192.168.0.1, 192.168.10.1)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="480" y="195" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
OpenWrt (VM100)...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 480 51 L 480 84.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 480 89.88 L 476.5 82.88 L 480 84.63 L 483.5 82.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 513.45 51 C 520.2 50.15 525.01 43.69 524.2 36.57 C 523.39 29.45 517.26 24.38 510.52 25.23 C 510.44 14.6 503.38 5.46 493.52 3.23 C 483.67 1 473.67 6.29 469.48 15.96 C 466.36 12.2 461.42 10.79 456.94 12.36 C 452.46 13.94 449.31 18.2 448.95 23.17 C 441.67 22.89 435.54 28.89 435.27 36.57 C 435 44.25 440.69 50.72 447.98 51 Z" fill="#cccccc" stroke="#6881b3" stroke-width="1.95" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(204, 204, 204), rgb(62, 62, 62)); stroke: light-dark(rgb(104, 129, 179), rgb(107, 129, 172));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 26px; margin-left: 480px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #ffffff; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#ffffff, #121212); line-height: 1.2; pointer-events: all; white-space: nowrap; ">
|
||||||
|
NCT光
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="480" y="30" fill="#ffffff" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
NCT光
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 340 331 L 340 361 Q 340 371 330 371 L 160 371 Q 150 371 150 381 L 150 401 Q 150 411 140 411 L 126.37 411" fill="none" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
<path d="M 121.12 411 L 128.12 407.5 L 126.37 411 L 128.12 414.5 Z" fill="#ffcc99" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(255, 204, 153), rgb(94, 50, 6)); stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 340 331 L 340 361 Q 340 371 330 371 L 160 371 Q 150 371 150 381 L 150 461 Q 150 471 140 471 L 126.37 471" fill="none" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
<path d="M 121.12 471 L 128.12 467.5 L 126.37 471 L 128.12 474.5 Z" fill="#ffcc99" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(255, 204, 153), rgb(94, 50, 6)); stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 340 331 L 340 401 Q 340 411 330 411 L 306.37 411" fill="none" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
<path d="M 301.12 411 L 308.12 407.5 L 306.37 411 L 308.12 414.5 Z" fill="#ffcc99" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(255, 204, 153), rgb(94, 50, 6)); stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 350 331 L 350 461 Q 350 471 340 471 L 306.37 471" fill="none" stroke="#ff6666" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 102, 102), rgb(224, 93, 93));"/>
|
||||||
|
<path d="M 301.12 471 L 308.12 467.5 L 306.37 471 L 308.12 474.5 Z" fill="#ff6666" stroke="#ff6666" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(255, 102, 102), rgb(224, 93, 93)); stroke: light-dark(rgb(255, 102, 102), rgb(224, 93, 93));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 340 331 L 340 521 Q 340 531 330 531 L 306.37 531" fill="none" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
<path d="M 301.12 531 L 308.12 527.5 L 306.37 531 L 308.12 534.5 Z" fill="#ffcc99" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(255, 204, 153), rgb(94, 50, 6)); stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="260" y="291" width="160" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 158px; height: 1px; padding-top: 311px; margin-left: 261px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
x510 28GTX (VLAN 1)
|
||||||
|
<br/>
|
||||||
|
(192.168.0.0/23)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="340" y="315" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
x510 28GTX (VLAN 1)...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 620 331 L 620 381 Q 620 391 610 391 L 586.37 391" fill="none" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
<path d="M 581.12 391 L 588.12 387.5 L 586.37 391 L 588.12 394.5 Z" fill="#ffcc99" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(255, 204, 153), rgb(94, 50, 6)); stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 630 331 L 630 441 Q 630 451 620 451 L 586.37 451" fill="none" stroke="#ff6666" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 102, 102), rgb(224, 93, 93));"/>
|
||||||
|
<path d="M 581.12 451 L 588.12 447.5 L 586.37 451 L 588.12 454.5 Z" fill="#ff6666" stroke="#ff6666" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(255, 102, 102), rgb(224, 93, 93)); stroke: light-dark(rgb(255, 102, 102), rgb(224, 93, 93));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="540" y="291" width="160" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 158px; height: 1px; padding-top: 311px; margin-left: 541px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
x510 28GTX (VLAN 10)
|
||||||
|
<br/>
|
||||||
|
(192.168.10.0/24)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="620" y="315" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
x510 28GTX (VLAN 10)...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="460" y="371" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 391px; margin-left: 461px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
WRC BE36QS
|
||||||
|
<br/>
|
||||||
|
(192.168.10.2)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="520" y="395" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
WRC BE36QS...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="460" y="431" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 451px; margin-left: 461px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
PC
|
||||||
|
<br/>
|
||||||
|
(192.168.10.200)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="520" y="455" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
PC...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="180" y="391" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(237, 237, 237));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 411px; margin-left: 181px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
Aterm
|
||||||
|
<br/>
|
||||||
|
(192.168.0.2)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="240" y="415" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
Aterm...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="180" y="451" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(237, 237, 237));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 471px; margin-left: 181px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
x64-01-PVE
|
||||||
|
<br/>
|
||||||
|
(192.168.0.101)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="240" y="475" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
x64-01-PVE...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="180" y="511" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(237, 237, 237));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 531px; margin-left: 181px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
x64-02-PVE
|
||||||
|
<br/>
|
||||||
|
(192.168.0.102)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="240" y="535" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
x64-02-PVE...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="0" y="391" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 411px; margin-left: 1px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
arm-01-PVE
|
||||||
|
<br/>
|
||||||
|
(192.168.0.201)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="60" y="415" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
arm-01-PVE...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="0" y="451" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 471px; margin-left: 1px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
arm-02-PVE
|
||||||
|
<br/>
|
||||||
|
(192.168.0.202)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="60" y="475" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
arm-02-PVE...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="580" y="171" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 191px; margin-left: 581px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
Gateway
|
||||||
|
<br/>
|
||||||
|
(192.168.0.100)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="640" y="195" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
Gateway...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 30 110.09 L 150 110.09" fill="none" stroke="#ff6666" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 102, 102), rgb(224, 93, 93));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 111px; margin-left: 91px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; background-color: #ffffff; ">
|
||||||
|
<div style="display: inline-block; font-size: 11px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; background-color: light-dark(#ffffff, var(--ge-dark-color, #121212)); white-space: nowrap; ">
|
||||||
|
SFP+
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="91" y="114" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="11px" text-anchor="middle">
|
||||||
|
SFP+
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 30 130.09 L 150 130.09" fill="none" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 130px; margin-left: 91px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; background-color: #ffffff; ">
|
||||||
|
<div style="display: inline-block; font-size: 11px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; background-color: light-dark(#ffffff, var(--ge-dark-color, #121212)); white-space: nowrap; ">
|
||||||
|
Cat6a
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="91" y="133" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="11px" text-anchor="middle">
|
||||||
|
Cat6a
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<switch>
|
||||||
|
<g requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"/>
|
||||||
|
<a transform="translate(0,-5)" xlink:href="https://www.drawio.com/doc/faq/svg-export-text-problems" target="_blank">
|
||||||
|
<text text-anchor="middle" font-size="10px" x="50%" y="100%">
|
||||||
|
Text is not SVG - cannot display
|
||||||
|
</text>
|
||||||
|
</a>
|
||||||
|
</switch>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 35 KiB |
283
logic/NW diagram logic.drawio.svg
Normal file
@@ -0,0 +1,283 @@
|
|||||||
|
<svg host="65bd71144e" xmlns="http://www.w3.org/2000/svg" style="background: transparent; background-color: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="521px" height="542px" viewBox="-0.5 -0.5 521 542" content="<mxfile><diagram id="cVk01sGGlPbd241FdKL6" name="NW 構成図 (2025/7/22 更新)">1Vltc9o4EP41nrl+gJEt2yEfgbikM2lKj/TSflSwsDWRLUaIAPn1J9kStrHjow3EHJMJ2l29+dlnVytjwXGynXC0jL+yEFPLAeHWgjeW41z5QP5Xip1ReLki4iTMVXahmJFXrJV6XLQmIV5VOgrGqCDLqnLO0hTPRUWHOGebarcFo9VVlyjCNcVsjmhd+0hCEWutD0BhuMUkivXS18aQINNZK1YxCtmmpIKBBcecMZG3ku0YU4WdwSUf9/kN635jHKfiqAF6xErszMPhUD6rFlOWyq9RLBIqJVs25bx891MKoO8Z8ZcSjXCzrUg7LdU3ZlZmaz7XSzu5Su2g1EfvfIJZguWUsgPHFAnyUvUG0k6N9v32Q6eMyFUdoPnnGXdo+kHDRzOFQDzCQo8q0JON0jYKVYZpM776iV4QXevdToLet/sfNdQ5W6chDjVam5gIPFuiDJiNjKGqE94E8wVzgbet2Gmr61YxcAZa3pQIbVgal7jsgrfhrgDVgsrgkkgHdQLJfK7z0al5eCwwsEaXhxhLxZdUYJ5iUcOtBBJbC0pSPN7nPIXAglA6ZpTxrDscZx+pXwnOnnHJ4g8G9ghKS8RRSCRexqa9YdQ3hMvZCUszE1dU0ZOZTOgoTYyWaofJNlIHQF9ufcP486o/p2wdqn2xYgW5+iL7nIfZ/pHEPkwCf+K/65r/vg6nveCS6H5Vp/u5067pwhaLFX5vRr2qQWwF0BrIv+us4ViSxrlmKE2eNfCUyfGpfNpRSF5kM1LNv5YUUfTJWOS6JePF5Wf7WBqfIj/bsGvGlulpd1QWuOAAyjyMTlEWhNvJJgljZ/aa0nvMBrdOfN+DoGvUy3nCoF5JFLCrg7ERMLe9eFWnE4tYimhQaDvFr/kpwFnoPeQc7Uodloq2q+PZ7x3eHA76Q7e1v2zkOzhpiLjtien/4vHzJLRze9z3z+txg1+5+r3rzSY2AN704g7kvfwRB3LzeeHXQGmiul0het/x/oPreEvEz1L7VxEuUioGKeH3bvfHxgd0L+qYgfWSczqdsqChpnyIJS2j+MiaUj3fHXrCtEpWREmkrldzrG59UqFISuaIDrUhIWGYZTaOV+QVPWXzKTfoiJeTeyPLu2l0TCuVauGwf4emV7HKr6mawgT0gW+y9DvrMViNt+rwk9wlnHrGGUrIE6l6nMhgBrdT9+ISD/zIm0DDG4nHv+UoMAqg/312ceB4HwlOcyhdt5YobVV8NVEfm6ftSp6+OkGibk3K572ZvQ96t0bW8YOjrlXg2xKnj1yYxPzE928BEE96wO5N/wk+dc5m560baGdsNhOXz75x9zgNLi3qTUlfwukzx7hzpPzDGv+MSEmx+OEqP42LX/9g8C8=</diagram></mxfile>">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<path d="M 300 261 L 300 294.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 300 299.88 L 296.5 292.88 L 300 294.63 L 303.5 292.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="240" y="221" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 241px; margin-left: 241px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
GE-ONU
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="300" y="245" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
GE-ONU
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 300 61 L 300 94.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 300 99.88 L 296.5 92.88 L 300 94.63 L 303.5 92.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 344.6 61 C 353.59 59.98 360.01 52.22 358.93 43.68 C 357.85 35.15 349.69 29.05 340.69 30.08 C 340.59 17.32 331.17 6.35 318.03 3.67 C 304.89 1 291.56 7.35 285.97 18.95 C 281.82 14.44 275.23 12.74 269.25 14.64 C 263.28 16.53 259.08 21.64 258.61 27.6 C 248.89 27.26 240.72 34.46 240.36 43.68 C 240.01 52.91 247.59 60.66 257.3 61 Z" fill="#cccccc" stroke="#6881b3" stroke-width="2.47" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(204, 204, 204), rgb(62, 62, 62)); stroke: light-dark(rgb(104, 129, 179), rgb(107, 129, 172));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 31px; margin-left: 300px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #ffffff; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#ffffff, #121212); line-height: 1.2; pointer-events: all; white-space: nowrap; ">
|
||||||
|
The Internet
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="300" y="35" fill="#ffffff" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
The Internet
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 300 141 L 300 214.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 300 219.88 L 296.5 212.88 L 300 214.63 L 303.5 212.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 181px; margin-left: 300px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; background-color: #ffffff; ">
|
||||||
|
<div style="display: inline-block; font-size: 11px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; background-color: light-dark(#ffffff, var(--ge-dark-color, #121212)); white-space: nowrap; ">
|
||||||
|
MAP-E
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="300" y="184" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="11px" text-anchor="middle">
|
||||||
|
MAP-E
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="240" y="101" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 121px; margin-left: 241px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
ドコモ光
|
||||||
|
<div>
|
||||||
|
(plala)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="300" y="125" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
ドコモ光
|
||||||
|
(plala)
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 300 341 L 300 374.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 300 379.88 L 296.5 372.88 L 300 374.63 L 303.5 372.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 300 421 L 300 494.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 300 499.88 L 296.5 492.88 L 300 494.63 L 303.5 492.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 300 421 L 300 451 Q 300 461 290 461 L 150 461 Q 140 461 140 471 L 140 494.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 140 499.88 L 136.5 492.88 L 140 494.63 L 143.5 492.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 300 421 L 300 451 Q 300 461 310 461 L 450 461 Q 460 461 460 471 L 460 494.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 460 499.88 L 456.5 492.88 L 460 494.63 L 463.5 492.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="240" y="381" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 401px; margin-left: 241px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
TL-SG1005P
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="300" y="405" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
TL-SG1005P
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 240 321 L 126.18 349.46" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 121.08 350.73 L 127.03 345.64 L 126.18 349.46 L 128.72 352.43 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 342px; margin-left: 179px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; background-color: #ffffff; ">
|
||||||
|
<div style="display: inline-block; font-size: 11px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; background-color: light-dark(#ffffff, var(--ge-dark-color, #121212)); white-space: nowrap; ">
|
||||||
|
PPPoE
|
||||||
|
<div>
|
||||||
|
Through
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="179" y="345" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="11px" text-anchor="middle">
|
||||||
|
PPPoE...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="240" y="301" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 321px; margin-left: 241px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
Aterm WG1200HP4
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="300" y="325" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
Aterm WG1200HP4
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="240" y="501" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 521px; margin-left: 241px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
WRC BE36QS
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="300" y="525" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
WRC BE36QS
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 120 371 L 233.82 399.46" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 238.92 400.73 L 231.28 402.43 L 233.82 399.46 L 232.97 395.64 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="0" y="341" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 361px; margin-left: 1px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
CT230 OpenWrt
|
||||||
|
<br/>
|
||||||
|
(arm-01-PVE)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="60" y="365" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
CT230 OpenWrt...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="80" y="501" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 521px; margin-left: 81px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
PC
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="140" y="525" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
PC
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="400" y="501" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 521px; margin-left: 401px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
Free
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="460" y="525" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
Free
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<switch>
|
||||||
|
<g requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"/>
|
||||||
|
<a transform="translate(0,-5)" xlink:href="https://www.drawio.com/doc/faq/svg-export-text-problems" target="_blank">
|
||||||
|
<text text-anchor="middle" font-size="10px" x="50%" y="100%">
|
||||||
|
Text is not SVG - cannot display
|
||||||
|
</text>
|
||||||
|
</a>
|
||||||
|
</switch>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 24 KiB |
429
phys/NW diagram 10G phys.drawio.svg
Normal file
@@ -0,0 +1,429 @@
|
|||||||
|
<svg host="65bd71144e" xmlns="http://www.w3.org/2000/svg" style="background: transparent; background-color: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="702px" height="552px" viewBox="-0.5 -0.5 702 552" content="<mxfile><diagram id="Ji07cW5DuHMU8oRfzW7Z" name="NW diagram 10G">7Vptc6I6FP41zOx+0CEJIHxUqt25t+26a1+29xuVqEyReCNW3V9/E0wUDKJbVNzudTodcgghPOc5z8mbhtzx4pp6k9Et8XGoQd1faOhKg9CyAPvPDUtpMFeGIQ38lQlsDL3gJxZGXVhngY+nmYoxIWEcTLLGPoki3I8zNo9SMs9WG5Aw+9aJN8SKodf3QtX6FPjxaGU1LDt14wsOhiPxaoR00fOxJ2sLw3Tk+WSeMqG2hlxKSLy6Gi9cHHLwJDCr5zo77q47QHEUH/LA85eobXXmw/a//fE/U72Bb5/cGjRWzbx54Ux88sLk4OvQvr7/IXoeLyUelMwiH/MWdQ215qMgxr2J1+d354wAzDaKxyErAXYpmsY0xoudnQZrKBiHMBnjmC5ZFfFAQxJhKZEX/JmnvGGIOqOUI6TNEwQYrpveQMQuBEr5iN38FfUG3++N7nIA3qbzB7P3cF2DCibYZ5QRRULjERmSyAvbG2saE/bddPmD41c3ZfFZwJkUrhaZ0lKUpjElr9glIaHJW1GnY7HfGmXeiWKMWZ/JjPZxwbchEWEeHeK4oB7Y4TSKQy8O3rIdyfNA8miTUm+ZqjAhQRRPsxzuctuGDg7S63rqBzPkQMjMvnL1IaKNLb+vu/1+KiAldr7ePVQeMnYjGzIwJ2QAPFHI5ItM4wPHDJBpKRU0BVJbImjK+cBWyPrYvLljFvZGV6rsloduvBeWzjO+8MJgGLHrPgMKM1hbnKsBS5hNcWMc+H7iQIqnwU/vJWmPe0OEN2vcbGnmVRHZRTYXD29SaNo/BUzbGRpMPAxgZKJD6vmvSZciTDD7ABkMpvgkmiPplhadCY6eKO/Mp8dboOufNWiFDKXWC2VXQ371CTiwDiy7rte5u7nXhQEwy+fqNQtlNQsZqmZB/ZxpXnYghXOhiEUk2latRRCnRIuVnlN3NpLFC8tUoYtpwL6BB1diO6JWGdaBCR6dSaoKe5mC/s6919qmZrM/R3FDCnMyi8MgYpIvZwMcwEEQhqkk4Ca/vPRg2TZoIXZnSD0/YOjKe8K50nwVUNZ6QKLkFuUEFY3JOQLklpE34T0cL4Z8alSPcDwn9HVa74dk5vN+kc0b2NsHye9I8WSbmXgCDTWenJxwMk81BJAjs9JDgHXhOTseOHwI4LqO8+6wyv24g0cATsmw2jNszk9NDSerraaQtl1jbEsvWd82t+iy6vF702A+n6z/+VRD+p/AJ8s4B5+ONUX5nfkE4JnSfr4L7ItxQalZYjkXlJ0kviuk7UpCTh3J/YEhZ1UZcupcMrv4yyaUN81kjaB4Tske6UBU/TTykNViYJ1z6QuhD0xy40CSV8pxZFyMB46fVg71gF1FVgG6vZVW4BnSyr4NrY2mFS6UAaFqRvWq5jiXpmrqAs3Td76o2Goj61uvGFV4AYCC/BlJdTsk6uJ8190DY7LOe2FAWnrVQAKoINmMMR0XDl/KUlKR+tXm5HEwtraWxs3Kt/NAjsRaRk0Hte5ju3jvQS+713BWqGW+qhBqVWkTqOEBUP9WrLbsqqGGjgK1R8eHsBqWZvURADXMS5MJ6eFtQPdzF5bm7gkArV4MDBXQay/Gcz4oL1SCCxgpAP2AHd6Twdn4+9sY0e5rBGuzr3T2Qob9R7nxX7jBG/lNfohQy9vfLT/BU9FKgWHmYCFtJQ8rGFvzMmgbdd1JHatC2RZX01DlGNXelft97R7veFaug9XjWb1OV4Mt1c0XftRlN30LTroA4DQy3pB4lCRPLb/Vo558yf1gddRZOl5/cUnsUuIV6aeJ133tnjhe1RM3rhdb3scI1x37OjKoeJqWZ+WXmTeW5I5VPjxZcXNKfVV9c9Yftf8D</diagram></mxfile>">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<rect x="260" y="291" width="440" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 438px; height: 1px; padding-top: 311px; margin-left: 261px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
x510 28GTX
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="480" y="315" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
x510 28GTX
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 480 131 L 480 164.63" fill="none" stroke="#ff6666" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 102, 102), rgb(224, 93, 93));"/>
|
||||||
|
<path d="M 480 169.88 L 476.5 162.88 L 480 164.63 L 483.5 162.88 Z" fill="#ff6666" stroke="#ff6666" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(255, 102, 102), rgb(224, 93, 93)); stroke: light-dark(rgb(255, 102, 102), rgb(224, 93, 93));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="420" y="91" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 111px; margin-left: 421px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
ONU
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="480" y="115" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
ONU
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 480 211 L 480 284.63" fill="none" stroke="#ff6666" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 102, 102), rgb(224, 93, 93));"/>
|
||||||
|
<path d="M 480 289.88 L 476.5 282.88 L 480 284.63 L 483.5 282.88 Z" fill="#ff6666" stroke="#ff6666" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(255, 102, 102), rgb(224, 93, 93)); stroke: light-dark(rgb(255, 102, 102), rgb(224, 93, 93));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 253px; margin-left: 480px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; background-color: #ffffff; ">
|
||||||
|
<div style="display: inline-block; font-size: 11px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; background-color: light-dark(#ffffff, var(--ge-dark-color, #121212)); white-space: nowrap; ">
|
||||||
|
VALN 1,10
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="480" y="256" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="11px" text-anchor="middle">
|
||||||
|
VALN 1,10
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="380" y="171" width="200" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 191px; margin-left: 381px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
OpenWrt (VM100)
|
||||||
|
<br/>
|
||||||
|
(192.168.0.1, 192.168.10.1)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="480" y="195" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
OpenWrt (VM100)...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 480 51 L 480 84.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 480 89.88 L 476.5 82.88 L 480 84.63 L 483.5 82.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 513.45 51 C 520.2 50.15 525.01 43.69 524.2 36.57 C 523.39 29.45 517.26 24.38 510.52 25.23 C 510.44 14.6 503.38 5.46 493.52 3.23 C 483.67 1 473.67 6.29 469.48 15.96 C 466.36 12.2 461.42 10.79 456.94 12.36 C 452.46 13.94 449.31 18.2 448.95 23.17 C 441.67 22.89 435.54 28.89 435.27 36.57 C 435 44.25 440.69 50.72 447.98 51 Z" fill="#cccccc" stroke="#6881b3" stroke-width="1.95" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(204, 204, 204), rgb(62, 62, 62)); stroke: light-dark(rgb(104, 129, 179), rgb(107, 129, 172));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 26px; margin-left: 480px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #ffffff; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#ffffff, #121212); line-height: 1.2; pointer-events: all; white-space: nowrap; ">
|
||||||
|
NCT光
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="480" y="30" fill="#ffffff" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
NCT光
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 340.04 331 L 340.04 361 Q 340.04 371 330.04 371 L 159.96 371 Q 149.96 371 149.96 381 L 149.96 401 Q 149.96 411 139.96 411 L 126.37 411" fill="none" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
<path d="M 121.12 411 L 128.12 407.5 L 126.37 411 L 128.12 414.5 Z" fill="#ffcc99" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(255, 204, 153), rgb(94, 50, 6)); stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 340.04 331 L 340.04 361 Q 340.04 371 330.04 371 L 159.96 371 Q 149.96 371 149.96 381 L 149.96 461 Q 149.96 471 139.96 471 L 126.37 471" fill="none" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
<path d="M 121.12 471 L 128.12 467.5 L 126.37 471 L 128.12 474.5 Z" fill="#ffcc99" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(255, 204, 153), rgb(94, 50, 6)); stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 340.04 331 L 340.04 401 Q 340.04 411 330.04 411 L 306.37 411" fill="none" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
<path d="M 301.12 411 L 308.12 407.5 L 306.37 411 L 308.12 414.5 Z" fill="#ffcc99" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(255, 204, 153), rgb(94, 50, 6)); stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 350.04 331 L 350.04 461 Q 350.04 471 340.04 471 L 306.37 471" fill="none" stroke="#ff6666" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 102, 102), rgb(224, 93, 93));"/>
|
||||||
|
<path d="M 301.12 471 L 308.12 467.5 L 306.37 471 L 308.12 474.5 Z" fill="#ff6666" stroke="#ff6666" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(255, 102, 102), rgb(224, 93, 93)); stroke: light-dark(rgb(255, 102, 102), rgb(224, 93, 93));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 340.04 331 L 340.04 521 Q 340.04 531 330.04 531 L 306.37 531" fill="none" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
<path d="M 301.12 531 L 308.12 527.5 L 306.37 531 L 308.12 534.5 Z" fill="#ffcc99" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(255, 204, 153), rgb(94, 50, 6)); stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="260" y="291" width="160" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 158px; height: 1px; padding-top: 311px; margin-left: 261px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
x510 28GTX (VLAN 1)
|
||||||
|
<br/>
|
||||||
|
(192.168.0.0/23)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="340" y="315" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
x510 28GTX (VLAN 1)...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 620.04 331 L 620.04 381 Q 620.04 391 610.04 391 L 586.37 391" fill="none" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
<path d="M 581.12 391 L 588.12 387.5 L 586.37 391 L 588.12 394.5 Z" fill="#ffcc99" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(255, 204, 153), rgb(94, 50, 6)); stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 630.04 331 L 630.04 441 Q 630.04 451 620.04 451 L 586.37 451" fill="none" stroke="#ff6666" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 102, 102), rgb(224, 93, 93));"/>
|
||||||
|
<path d="M 581.12 451 L 588.12 447.5 L 586.37 451 L 588.12 454.5 Z" fill="#ff6666" stroke="#ff6666" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(255, 102, 102), rgb(224, 93, 93)); stroke: light-dark(rgb(255, 102, 102), rgb(224, 93, 93));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="540" y="291" width="160" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 158px; height: 1px; padding-top: 311px; margin-left: 541px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
x510 28GTX (VLAN 10)
|
||||||
|
<br/>
|
||||||
|
(192.168.10.0/24)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="620" y="315" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
x510 28GTX (VLAN 10)...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="460" y="371" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 391px; margin-left: 461px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
WRC BE36QS
|
||||||
|
<br/>
|
||||||
|
(192.168.10.2)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="520" y="395" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
WRC BE36QS...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="460" y="431" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 451px; margin-left: 461px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
PC
|
||||||
|
<br/>
|
||||||
|
(192.168.10.200)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="520" y="455" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
PC...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="180" y="391" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(237, 237, 237));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 411px; margin-left: 181px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
Aterm
|
||||||
|
<br/>
|
||||||
|
(192.168.0.2)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="240" y="415" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
Aterm...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="180" y="451" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(237, 237, 237));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 471px; margin-left: 181px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
x64-01-PVE
|
||||||
|
<br/>
|
||||||
|
(192.168.0.101)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="240" y="475" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
x64-01-PVE...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="180" y="511" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(237, 237, 237));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 531px; margin-left: 181px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
x64-02-PVE
|
||||||
|
<br/>
|
||||||
|
(192.168.0.102)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="240" y="535" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
x64-02-PVE...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="0" y="391" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 411px; margin-left: 1px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
arm-01-PVE
|
||||||
|
<br/>
|
||||||
|
(192.168.0.201)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="60" y="415" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
arm-01-PVE...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="0" y="451" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 471px; margin-left: 1px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
arm-02-PVE
|
||||||
|
<br/>
|
||||||
|
(192.168.0.202)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="60" y="475" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
arm-02-PVE...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="580" y="171" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 191px; margin-left: 581px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
Gateway
|
||||||
|
<br/>
|
||||||
|
(192.168.0.100)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="640" y="195" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
Gateway...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 30 110.09 L 150 110.09" fill="none" stroke="#ff6666" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 102, 102), rgb(224, 93, 93));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 111px; margin-left: 90px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; background-color: #ffffff; ">
|
||||||
|
<div style="display: inline-block; font-size: 11px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; background-color: light-dark(#ffffff, var(--ge-dark-color, #121212)); white-space: nowrap; ">
|
||||||
|
SFP+
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="90" y="114" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="11px" text-anchor="middle">
|
||||||
|
SFP+
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 30 130.09 L 150 130.09" fill="none" stroke="#ffcc99" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(255, 204, 153), rgb(94, 50, 6));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 130px; margin-left: 90px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; background-color: #ffffff; ">
|
||||||
|
<div style="display: inline-block; font-size: 11px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; background-color: light-dark(#ffffff, var(--ge-dark-color, #121212)); white-space: nowrap; ">
|
||||||
|
Cat6a
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="90" y="133" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="11px" text-anchor="middle">
|
||||||
|
Cat6a
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<switch>
|
||||||
|
<g requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"/>
|
||||||
|
<a transform="translate(0,-5)" xlink:href="https://www.drawio.com/doc/faq/svg-export-text-problems" target="_blank">
|
||||||
|
<text text-anchor="middle" font-size="10px" x="50%" y="100%">
|
||||||
|
Text is not SVG - cannot display
|
||||||
|
</text>
|
||||||
|
</a>
|
||||||
|
</switch>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 35 KiB |
287
phys/NW diagram phys.drawio.svg
Normal file
@@ -0,0 +1,287 @@
|
|||||||
|
<svg host="65bd71144e" xmlns="http://www.w3.org/2000/svg" style="background: transparent; background-color: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="521px" height="542px" viewBox="-0.5 -0.5 521 542" content="<mxfile><diagram id="cVk01sGGlPbd241FdKL6" name="NW 構成図 (2025/7/22 更新)">1Vltc6I6FP41zLQfdIAAtR/VsnZndrvea+/t7sdUImQ2EDbGqv31m0AiIMi6Wy2u06nJydvhOc95kqABxvFmwmAafaYBIoZtBhsD3Bm2feOZ4r80bLXBzQ0hw0FusgrDDL8iZVTjwhUO0LLSkVNKOE6rxjlNEjTnFRtkjK6r3RaUVFdNYYhqhtkckrr1CQc8UlbPNIuGe4TDSC19qxtiqDsrwzKCAV2XTMA3wJhRyvNSvBkjIrHTuOTjPhxo3TnGUMKPGqBGLPlWPxwKxLOqakIT8TWKeExEzRJFMS/bfhUVs+/q6jdZ1ZW7TaW2VbW6Y3plumJztbSdm6QHpT7K8wmiMRJTig4MEcjxSzUaUAU13PXbDZ1SLFa1TcU/V4dD0Q9oPuopOGQh4mpUgZ4olNwoTBmmzfiqJ3qBZKW8nfi9Lw//1VBndJUEKFBorSPM0SyFGTBrkUPVIBwE8wUxjjat2KlWx6liYA9UfV0itGZpVOKyYx6GuwJUCyqDSyIdUAKSxVzp0al5eCwwoEaXxwgJw8eEI5YgXsOtBBJdcYITNN5pnkRggQkZU0JZ1h2Ms4+wLzmj31GpxRsMrBEQLSGDARZ46TYVDW2+w0zMjmmSNTFJFTWZVkJbWiKYSg/jTSg3gL5wfU3Z92V/TugqkH7RYgWx+iL7nIfZ3pHE3heBP4nfbS1+n4fTnn9JdL+p0/3csqu70MViid6qqDc1iA0fGAPxd5sVbEPQOLcMRZNrDFzZZHtEPO0owC+iGMriVUoggde6Raxbarw4fbaOpfEp9NkCXTO2TE+ro2OBY+5BmafRKY4FwWayjoPInr0m5AHRwb0dPfSA2TXqZZ3QqFeEAnS1MTYC5rQfXuXuREOaQOIX1k7xa34K8yz0HjIGt6UOqaTt8nj2u/s3h73+wGntLwq5BydNEaddmP6WiJ9H0M4dcc87b8Q1fuXT76febGKZpju9uA15V3+PDbl5v/BqoDRR3aoQvW+7v+A62mD+tVT+VqSLqBWDZOX3bvfH5gdwLmqbAfUj53Q6pX7DmfIxErQMoyPPlPL5PsFnRKpkhQSH8no1R/LWJwySpHgOyVA1xDgIMmVjaIlf4XM2nwyDyngxuTsy3LvGwLRSqZYOu3doahWj/JqqKU3MvulplX7jeQxU8606/CR3CbuuOEMBeSxMTxORzOb91Lk44QHveRNoeCPx9K8YZY584P0zuzhw3PcEpzmVbluPKG2n+KpQH6vTVkWnb04g1K2ifN6b2dugd2pk1Uq8TGFSCYr3YyXfsY/m+UuooXQyfL4SrJDs1l/XGWS6rxby8aMt72rmlxQlT4yX1D5fRst9bn5m+5aTOnMFWdwzrd70f//6oCcdZ6l96GbdWZbqict7+rh7nAaXpmb6qlLC6QNDqHOkvP27yxmREtXiB7n8lFH8qgn8nw==</diagram></mxfile>">
|
||||||
|
<defs/>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<path d="M 300 261 L 300 294.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 300 299.88 L 296.5 292.88 L 300 294.63 L 303.5 292.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="240" y="221" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 241px; margin-left: 241px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
GE-ONU
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="300" y="245" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
GE-ONU
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 300 61 L 300 94.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 300 99.88 L 296.5 92.88 L 300 94.63 L 303.5 92.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 344.6 61 C 353.59 59.98 360.01 52.22 358.93 43.68 C 357.85 35.15 349.69 29.05 340.69 30.08 C 340.59 17.32 331.17 6.35 318.03 3.67 C 304.89 1 291.56 7.35 285.97 18.95 C 281.82 14.44 275.23 12.74 269.25 14.64 C 263.28 16.53 259.08 21.64 258.61 27.6 C 248.89 27.26 240.72 34.46 240.36 43.68 C 240.01 52.91 247.59 60.66 257.3 61 Z" fill="#cccccc" stroke="#6881b3" stroke-width="2.47" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(204, 204, 204), rgb(62, 62, 62)); stroke: light-dark(rgb(104, 129, 179), rgb(107, 129, 172));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 31px; margin-left: 300px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #ffffff; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#ffffff, #121212); line-height: 1.2; pointer-events: all; white-space: nowrap; ">
|
||||||
|
The Internet
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="300" y="35" fill="#ffffff" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
The Internet
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 300 141 L 300 214.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 300 219.88 L 296.5 212.88 L 300 214.63 L 303.5 212.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 181px; margin-left: 300px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; background-color: #ffffff; ">
|
||||||
|
<div style="display: inline-block; font-size: 11px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; background-color: light-dark(#ffffff, var(--ge-dark-color, #121212)); white-space: nowrap; ">
|
||||||
|
MAP-E
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="300" y="184" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="11px" text-anchor="middle">
|
||||||
|
MAP-E
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="240" y="101" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 121px; margin-left: 241px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
ドコモ光
|
||||||
|
<div>
|
||||||
|
(plala)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="300" y="125" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
ドコモ光
|
||||||
|
(plala)
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 300 341 L 300 374.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 300 379.88 L 296.5 372.88 L 300 374.63 L 303.5 372.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 300 421 L 300 494.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 300 499.88 L 296.5 492.88 L 300 494.63 L 303.5 492.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 300 421 L 300 451 Q 300 461 290 461 L 150 461 Q 140 461 140 471 L 140 494.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 140 499.88 L 136.5 492.88 L 140 494.63 L 143.5 492.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 300 421 L 300 451 Q 300 461 310 461 L 450 461 Q 460 461 460 471 L 460 494.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 460 499.88 L 456.5 492.88 L 460 494.63 L 463.5 492.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="240" y="381" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 401px; margin-left: 241px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
TL-SG1005P
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="300" y="405" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
TL-SG1005P
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 240 321 L 126.18 349.46" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 121.08 350.73 L 127.03 345.64 L 126.18 349.46 L 128.72 352.43 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 342px; margin-left: 179px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; background-color: #ffffff; ">
|
||||||
|
<div style="display: inline-block; font-size: 11px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; background-color: light-dark(#ffffff, var(--ge-dark-color, #121212)); white-space: nowrap; ">
|
||||||
|
PPPoE
|
||||||
|
<div>
|
||||||
|
Through
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="179" y="345" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="11px" text-anchor="middle">
|
||||||
|
PPPoE...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="240" y="301" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 321px; margin-left: 241px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
Aterm WG1200HP4
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="300" y="325" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
Aterm WG1200HP4
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="240" y="501" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 521px; margin-left: 241px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
WRC BE36QS
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="300" y="525" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
WRC BE36QS
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M 120 371 L 233.82 399.46" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke" style="stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
<path d="M 238.92 400.73 L 231.28 402.43 L 233.82 399.46 L 232.97 395.64 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all" style="fill: light-dark(rgb(0, 0, 0), rgb(255, 255, 255)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="0" y="341" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 361px; margin-left: 1px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
<span style="color: light-dark(rgb(0, 0, 0), rgb(237, 237, 237));">
|
||||||
|
CT230 OpenWrt
|
||||||
|
</span>
|
||||||
|
<br/>
|
||||||
|
<span style="color: light-dark(rgb(0, 0, 0), rgb(237, 237, 237));">
|
||||||
|
(arm-01-PVE)
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="60" y="365" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
CT230 OpenWrt...
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="80" y="501" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 521px; margin-left: 81px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
PC
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="140" y="525" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
PC
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<rect x="400" y="501" width="120" height="40" fill="#ffffff" stroke="#000000" pointer-events="all" style="fill: light-dark(#ffffff, var(--ge-dark-color, #121212)); stroke: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g transform="translate(-0.5 -0.5)">
|
||||||
|
<switch>
|
||||||
|
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 521px; margin-left: 401px;">
|
||||||
|
<div style="box-sizing: border-box; font-size: 0; text-align: center; color: #000000; ">
|
||||||
|
<div style="display: inline-block; font-size: 12px; font-family: "Helvetica"; color: light-dark(#000000, #ffffff); line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||||
|
Free
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</foreignObject>
|
||||||
|
<text x="460" y="525" fill="light-dark(#000000, #ffffff)" font-family=""Helvetica"" font-size="12px" text-anchor="middle">
|
||||||
|
Free
|
||||||
|
</text>
|
||||||
|
</switch>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<switch>
|
||||||
|
<g requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"/>
|
||||||
|
<a transform="translate(0,-5)" xlink:href="https://www.drawio.com/doc/faq/svg-export-text-problems" target="_blank">
|
||||||
|
<text text-anchor="middle" font-size="10px" x="50%" y="100%">
|
||||||
|
Text is not SVG - cannot display
|
||||||
|
</text>
|
||||||
|
</a>
|
||||||
|
</switch>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 24 KiB |