Skip to content

Commit 376b3b5

Browse files
authored
added embedded videos (#197)
1 parent db6bb5f commit 376b3b5

File tree

11 files changed

+447
-16
lines changed

11 files changed

+447
-16
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010

1111
env:
12-
MKDOCS_MATERIAL_VER: 9.6.1-insiders-4.53.15-hellt
12+
MKDOCS_MATERIAL_VER: 9.6.12-insiders-4.53.16-hellt
1313

1414
jobs:
1515
docs-test:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MKDOCS_VER = 9.6.1
22
# insiders version/tag https://github.com/srl-labs/mkdocs-material-insiders/pkgs/container/mkdocs-material-insiders
33
# when changing the version, update the version in the cicd.yml file
4-
MKDOCS_INS_VER = 9.6.1-insiders-4.53.15-hellt
4+
MKDOCS_INS_VER = 9.6.12-insiders-4.53.16-hellt
55

66
.PHONY: docs
77
docs:

docs/get-started/bgp.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
This section is under construction...
1+
# BGP
2+
3+
While we are working on this section, please refer to the [official documentation][bgp-docs] and check out the video tutorials presented by the Nokia Education team.
4+
5+
[bgp-docs]: https://documentation.nokia.com/srlinux/24-10/books/routing-protocols/bgp.html
6+
7+
## eBGP for Data Center underlay
8+
9+
-{{youtube(url='https://www.youtube.com/embed/qAOKypoy4wo')}}-
10+
11+
## eBGP unnumbered peering
12+
13+
-{{youtube(url='https://www.youtube.com/embed/owsJL84zwVU')}}-
14+
15+
## ECMP for BGP
16+
17+
-{{youtube(url='https://www.youtube.com/embed/6SJ_FonVZ4E')}}-
18+
19+
## BFD for BGP
20+
21+
-{{youtube(url='https://www.youtube.com/embed/Lu-N5E63GhE')}}-

docs/get-started/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ Let's look at the example where we use the `show interface` command:
677677
```srl
678678
--{ running }--[ ]--
679679
A:leaf1# show interface mgmt0
680-
===========================================================================================================================================
680+
============================================================================
681681
mgmt0 is up, speed 1G, type None
682682
mgmt0.0 is up
683683
Network-instances:
@@ -687,8 +687,8 @@ mgmt0 is up, speed 1G, type None
687687
IPv4 addr : 172.20.20.3/24 (dhcp, preferred)
688688
IPv6 addr : 2001:172:20:20::3/64 (dhcp, preferred)
689689
IPv6 addr : fe80::42:acff:fe14:1403/64 (link-layer, preferred)
690-
-------------------------------------------------------------------------------------------------------------------------------------------
691-
=============================================================================
690+
----------------------------------------------------------------------------
691+
============================================================================
692692
```
693693

694694
Note, how after the `show` command we provide the context in the same way as we would use to enter into the interface context. The same schema applies to the `show` command.

docs/get-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SR Linux uses the following release numbering convention:
2525

2626
The last minor release of the year (e.g 24.10) - is considered the long term release and will get security and bug fixes longer than the other minor releases in the same major release.
2727

28-
This getting started tutorial is based on **SR Linux 24.7.2** version and will adapt to newer releases over time. If you are using a different version, you may see slight differences in the command outputs.
28+
This getting started tutorial is based on **SR Linux 24.10.X** version and will adapt to newer releases over time. If you are using a different version, you may see slight differences in the command outputs.
2929
Let us know in the comments, or in our [Discord](https://discord.gg/tZvgjQ6PZf), if you would notice any discrepancies.
3030
///
3131

docs/get-started/interface.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
# Interfaces
22

3-
This section is under construction...
3+
While we are working on this section, please refer to the [official documentation][interfaces-docs] and check out the video tutorials presented by the Nokia Education team.
4+
5+
[interfaces-docs]: https://documentation.nokia.com/srlinux/24-10/books/product-overview/sr-linux-interfaces.html
6+
7+
## Regular interfaces
8+
9+
-{{youtube(url='https://www.youtube.com/embed/vTeh_RARkZU')}}-
10+
11+
## Link Aggregation Group (LAG) interface
12+
13+
-{{youtube(url='https://www.youtube.com/embed/KYH3L49x4Jg')}}-

docs/get-started/lab.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ In less than a minute, you should have the lab running with the summary table of
5555
+---+---------+--------------+------------------------------------+---------------+---------+----------------+----------------------+
5656
| 1 | client1 | 9b3955f9ab50 | ghcr.io/srl-labs/network-multitool | linux | running | 172.20.20.8/24 | 2001:172:20:20::8/64 |
5757
| 2 | client2 | 50d068413361 | ghcr.io/srl-labs/network-multitool | linux | running | 172.20.20.4/24 | 2001:172:20:20::4/64 |
58-
| 3 | leaf1 | f1643c11603b | ghcr.io/nokia/srlinux:24.7.2 | nokia_srlinux | running | 172.20.20.7/24 | 2001:172:20:20::7/64 |
59-
| 4 | leaf2 | fb50f174cb73 | ghcr.io/nokia/srlinux:24.7.2 | nokia_srlinux | running | 172.20.20.6/24 | 2001:172:20:20::6/64 |
60-
| 5 | spine1 | 8162d45caac9 | ghcr.io/nokia/srlinux:24.7.2 | nokia_srlinux | running | 172.20.20.5/24 | 2001:172:20:20::5/64 |
58+
| 3 | leaf1 | f1643c11603b | ghcr.io/nokia/srlinux:24.10.4 | nokia_srlinux | running | 172.20.20.7/24 | 2001:172:20:20::7/64 |
59+
| 4 | leaf2 | fb50f174cb73 | ghcr.io/nokia/srlinux:24.10.4 | nokia_srlinux | running | 172.20.20.6/24 | 2001:172:20:20::6/64 |
60+
| 5 | spine1 | 8162d45caac9 | ghcr.io/nokia/srlinux:24.10.4 | nokia_srlinux | running | 172.20.20.5/24 | 2001:172:20:20::5/64 |
6161
+---+---------+--------------+------------------------------------+---------------+---------+----------------+----------------------+
6262
```
6363

@@ -130,9 +130,9 @@ Warning: Permanently added 'leaf1' (ED25519) to the list of known hosts.
130130
: :
131131
: Get started: https://learn.srlinux.dev :
132132
: Container: https://go.srlinux.dev/container-image :
133-
: Docs: https://doc.srlinux.dev/24-7 :
134-
: Rel. notes: https://doc.srlinux.dev/rn24-7-2 :
135-
: YANG: https://yang.srlinux.dev/v24.7.2 :
133+
: Docs: https://doc.srlinux.dev/24-10 :
134+
: Rel. notes: https://doc.srlinux.dev/rn24-10-4 :
135+
: YANG: https://yang.srlinux.dev/v24.10.4 :
136136
: Discord: https://go.srlinux.dev/discord :
137137
: Contact: https://go.srlinux.dev/contact-sales :
138138
................................................................
Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
This section is under construction...
1+
# Network Instances
2+
3+
While we are working on this section, please refer to the [official documentation][network-instance-docs] and check out the video tutorials presented by the Nokia Education team.
4+
5+
[network-instance-docs]: https://documentation.nokia.com/srlinux/24-10/books/config-basics/network-instances.html
6+
7+
## Default Network Instance
8+
9+
-{{youtube(url='https://www.youtube.com/embed/f6szzPYOvM8')}}-
10+
11+
## Layer 2 Network Instance
12+
13+
-{{youtube(url='https://www.youtube.com/embed/PANc-KuJ0Sc')}}-

0 commit comments

Comments
 (0)