forked from srl-labs/containerlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
265 lines (256 loc) · 8.42 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
site_name: containerlab
nav:
- Home: index.md
- Installation: install.md
- Quick start: quickstart.md
- Kinds: manual/kinds/index.md
- User manual:
- Topology definition: manual/topo-def-file.md
- Nodes: manual/nodes.md
- Kinds:
- manual/kinds/index.md
- Nokia SR Linux: manual/kinds/srl.md
- Nokia SR OS: manual/kinds/vr-sros.md
- Arista cEOS: manual/kinds/ceos.md
- Arista vEOS: manual/kinds/vr-veos.md
- Juniper cRPD: manual/kinds/crpd.md
- Juniper vMX: manual/kinds/vr-vmx.md
- Juniper vQFX: manual/kinds/vr-vqfx.md
- Juniper vSRX: manual/kinds/vr-vsrx.md
- Cisco XRd: manual/kinds/xrd.md
- Cisco XRv9k: manual/kinds/vr-xrv9k.md
- Cisco XRv: manual/kinds/vr-xrv.md
- Cisco CSR1000v: manual/kinds/vr-csr.md
- Cisco Nexus 9000v: manual/kinds/vr-n9kv.md
- Cisco 8000: manual/kinds/c8000.md
- Cumulus VX: manual/kinds/cvx.md
- SONiC: manual/kinds/sonic-vs.md
- Dell FTOS10v: manual/kinds/vr-ftosv.md
- MikroTik RouterOS: manual/kinds/vr-ros.md
- Palo Alto PAN: manual/kinds/vr-pan.md
- IPInfusion OcNOS: manual/kinds/ipinfusion-ocnos.md
- Keysight IXIA-C One: manual/kinds/keysight_ixia-c-one.md
- Check Point Cloudguard: manual/kinds/checkpoint_cloudguard.md
- Linux bridge: manual/kinds/bridge.md
- Linux container: manual/kinds/linux.md
- RARE/freeRtr: manual/kinds/rare-freertr.md
- Openvswitch bridge: manual/kinds/ovs-bridge.md
- External container: manual/kinds/ext-container.md
- Configuration artifacts: manual/conf-artifacts.md
- Network wiring concepts: manual/network.md
- Packet capture & Wireshark: manual/wireshark.md
- VM based routers integration: manual/vrnetlab.md
- Node filtering: manual/node-filtering.md
- Publish ports: manual/published-ports.md
- Multi-node labs: manual/multi-node.md
- Certificate management: manual/cert.md
- Inventory: manual/inventory.md
- Image management: manual/images.md
- Command reference:
- deploy: cmd/deploy.md
- destroy: cmd/destroy.md
- inspect: cmd/inspect.md
- save: cmd/save.md
- exec: cmd/exec.md
- generate: cmd/generate.md
- graph: cmd/graph.md
- tools:
- disable-tx-offload: cmd/tools/disable-tx-offload.md
- veth:
- create: cmd/tools/veth/create.md
- vxlan:
- create: cmd/tools/vxlan/create.md
- delete: cmd/tools/vxlan/delete.md
- cert:
- ca:
- create: cmd/tools/cert/ca/create.md
- sign: cmd/tools/cert/sign.md
- completions: cmd/completion.md
- Lab examples:
- About: lab-examples/lab-examples.md
- Single SR Linux node: lab-examples/single-srl.md
- Two SR Linux nodes: lab-examples/two-srls.md
- 3-nodes Clos fabric: lab-examples/min-clos.md
- 5-stage Clos fabric: lab-examples/min-5clos.md
- 5-stage SR Linux based Clos fabric with config engine: lab-examples/cfg-clos.md
- Nokia SR Linux and Arista cEOS: lab-examples/srl-ceos.md
- Nokia SR Linux and Juniper cRPD: lab-examples/srl-crpd.md
- Nokia SR Linux and SONiC: lab-examples/srl-sonic.md
- External bridge capability: lab-examples/ext-bridge.md
- WAN topology: lab-examples/wan.md
- Peering lab: lab-examples/peering-lab.md
- Nokia SR Linux and Nokia SR OS: lab-examples/vr-sros.md
- Nokia SR Linux and Juniper vMX: lab-examples/vr-vmx.md
- Nokia SR Linux and Cisco XRd: lab-examples/srl-xrd.md
- Nokia SR Linux and Cisco XRv9k: lab-examples/vr-xrv9k.md
- Nokia SR Linux and Cisco XRv: lab-examples/vr-xrv.md
- Nokia SR Linux and FRR: lab-examples/srl-frr.md
- FRR: lab-examples/frr01.md
- Cumulus Linux and FRR: lab-examples/cvx01.md
- Cumulus Linux (docker runtime) and Host: lab-examples/cvx02.md
- BGP VPLS between Nokia and Juniper: lab-examples/bgp-vpls-nok-jun.md
- Keysight IXIA-C and Nokia SR Linux: lab-examples/ixiacone-srl.md
- Multi-node labs: lab-examples/multinode.md
- Templated labs:
- Leaf-spine topology: lab-examples/templated01.md
- 5-stage Clos topology: lab-examples/templated02.md
- RARE/freeRtr: lab-examples/rare-freertr.md
- Release notes:
- "0.41": rn/0.41.md
- "0.40": rn/0.40.md
- "0.39": rn/0.39.md
- "0.38": rn/0.38.md
- "0.37": rn/0.37.md
- "0.36": rn/0.36.md
- "0.35": rn/0.35.md
- "0.34": rn/0.34.md
- "0.33": rn/0.33.md
- "0.32": rn/0.32.md
- "0.31": rn/0.31.md
- "0.30": rn/0.30.md
- "0.29": rn/0.29.md
- "0.28": rn/0.28.md
- "0.27": rn/0.27.md
- "0.26": rn/0.26.md
- "0.25": rn/0.25.md
- "0.24": rn/0.24.md
- "0.23": rn/0.23.md
- "0.22": rn/0.22.md
- "0.21": rn/0.21.md
- "0.20": rn/0.20.md
- 0.19: rn/0.19.md
- 0.18: rn/0.18.md
- 0.17: rn/0.17.md
- 0.16: rn/0.16.md
- 0.15: rn/0.15.md
- 0.14.4: rn/0.14.4.md
- 0.14.3: rn/0.14.3.md
- 0.14.2: rn/0.14.2.md
- 0.14.1: rn/0.14.1.md
- 0.14.0: rn/0.14.0.md
- 0.13.0: rn/0.13.0.md
- 0.12.0: rn/0.12.0.md
- 0.11.0: rn/0.11.0.md
- Community: community.md
site_author: Roman Dodin
site_description: >-
Containerlab deploys docker based meshed lab topologies
# Repository
repo_name: srl-labs/containerlab
repo_url: https://github.com/srl-labs/containerlab
site_url: "https://containerlab.dev/"
edit_uri: "edit/main/docs/"
theme:
name: material
custom_dir: docs/overrides
# 404 page
static_templates:
- 404.html
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
features:
- navigation.top
# - navigation.instant
- navigation.tabs
- search.suggest
- content.code.annotate
- content.code.copy
- content.code.select
- content.action.edit
- toc.follow
- content.tooltips
- navigation.indexes
language: en
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: cyan
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: cyan
toggle:
icon: material/toggle-switch
name: Switch to light mode
font:
text: Google Sans
code: Fira Mono
icon:
logo: fontawesome/solid/flask
repo: fontawesome/brands/github
edit: material/file-edit-outline
favicon: images/flask.svg
# Plugins
plugins:
- search:
separator: '[\s\-\_]'
- minify:
minify_html: true
- redirects:
redirect_maps:
lab-examples/tls-cert.md: https://clabs.netdevops.me/security/gnmitls/
lab-examples/ixp-lab.md: lab-examples/peering-lab.md
- typeset
- glightbox
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/hellt
- icon: fontawesome/brands/twitter
link: https://twitter.com/ntdvps
- icon: fontawesome/brands/discord
link: https://discord.gg/vAyddtaEV9
analytics:
provider: google
property: G-368XR9X5MG
extra_css:
- stylesheets/extra.css
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- toc:
permalink: "#"
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
line_spans: __span
anchor_linenums: true
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: srl-labs
repo: containerlab
- pymdownx.mark
- pymdownx.smartsymbols:
fractions: false
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde