Skip to content

Ported Symmetric Fan Centreline Trunk

The same six-branch `diamond_style: symmetric` fan, reached through entry and exit ports from neighbouring sections. The half-pitch centreline the fork and join hubs settle on carries out through the section's own ports and along the single-line trunk either side, so both boundary runs leave as straight risers instead of the upstream trunk sitting a row below the fan it feeds (#1617).

Mermaid source
examples/topologies/ported_symmetric_fan_centreline_trunk.mmd
%%metro title: Ported Symmetric Fan Centreline Trunk
%%metro style: dark
%%metro diamond_style: symmetric
%%metro line: main | Main | #2db572
graph LR
subgraph input [Input]
identify[Identify]
end
subgraph fetch [Fetch]
hub[Fetch]
src_a[Source A]
src_b[Source B]
src_c[Source C]
src_d[Source D]
src_e[Source E]
src_f[Source F]
join[Merge]
hub -->|main| src_a
hub -->|main| src_b
hub -->|main| src_c
hub -->|main| src_d
hub -->|main| src_e
hub -->|main| src_f
src_a -->|main| join
src_b -->|main| join
src_c -->|main| join
src_d -->|main| join
src_e -->|main| join
src_f -->|main| join
end
subgraph report [Report]
generate[Report]
end
identify -->|main| hub
join -->|main| generate
CLI command
Terminal window
nf-metro render examples/topologies/ported_symmetric_fan_centreline_trunk.mmd -o ported_symmetric_fan_centreline_trunk.svg
Rendered map
Ported Symmetric Fan Centreline Trunk 1 2 3 Fetch Identify Report Source A Source B Source C Source D Source E Source F Merge Main created with nf-metro v2.0.0+dev