Skip to content

Commit 08d4e73

Browse files
authored
Add sxr to the types list and fix srl types in the examples (#2848)
fix #2846
1 parent a019c61 commit 08d4e73

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

docs/manual/kinds/srl.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ kind_code_name: nokia_srlinux
55
kind_display_name: Nokia SR Linux
66
---
77
# -{{ kind_display_name }}-
8+
89
[-{{ kind_display_name }}-](https://www.nokia.com/networks/products/service-router-linux-NOS/) NOS is identified with `-{{ kind_code_name }}-` kind in the [topology file](../topo-def-file.md).
910
A kind defines a supported feature set and a startup procedure of a node.
1011

11-
1212
## Getting SR Linux image
1313

1414
-{{ kind_display_name }}- is the first commercial Network OS with a free and open distribution model. Everyone can pull SR Linux container from a public registry:
@@ -175,6 +175,8 @@ The available Nokia 7220 IXR models support the following types: `ixr-d1`, `ixr-
175175

176176
Nokia 7250 IXR chassis-based systems have types `ixr-6e`, `ixr-10e`, `ixr-18e`, `ixr-x1b` and `ixr-x3b`. The chassis-based systems require a license file. Check with your Nokia representative for eligibility.
177177

178+
Nokia 7730 SXR routers have types `sxr-1x-44s` and `sxr-1d-32d`. SXR platforms requires a license file.
179+
178180
If type is not set in the clab file `ixr-d2l` value will be used by containerlab.
179181

180182
Based on the provided type, containerlab will generate the topology file that will be mounted to the SR Linux container and make it boot in a chosen HW variant.

lab-examples/srl-quickstart/srl01.clab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ topology:
77
srl:
88
kind: nokia_srlinux
99
image: ${SRL_IMAGE:=ghcr.io/nokia/srlinux}:${SRL_VERSION:=latest}
10-
type: ${SRL_TYPE:=ixrd3l}
10+
type: ${SRL_TYPE:=ixr-d3l}

lab-examples/srl-quickstart/srl02.clab.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ topology:
77
srl1:
88
kind: nokia_srlinux
99
image: ghcr.io/nokia/srlinux:${SRL_VERSION:=latest}
10-
type: ${SRL_TYPE:=ixrd3l}
10+
type: ${SRL_TYPE:=ixr-d3l}
1111

1212
srl2:
1313
kind: nokia_srlinux
1414
image: ghcr.io/nokia/srlinux:${SRL_VERSION:=latest}
15-
type: ${SRL_TYPE:=ixrd3l}
15+
type: ${SRL_TYPE:=ixr-d3l}
1616

1717
links:
1818
- endpoints: [srl1:e1-1, srl2:e1-1]

lab-examples/srl01/srl01.clab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: srl01
44
topology:
55
kinds:
66
nokia_srlinux:
7-
type: ixrd3
7+
type: ixr-d3l
88
image: ghcr.io/nokia/srlinux
99
nodes:
1010
srl:

0 commit comments

Comments
 (0)