@@ -23,21 +23,23 @@ To give vrnetlab users the flexibility of choice, this fork provides a number of
23
23
24
24
By selecting a certain variant (referred by its ` name ` ) the VSIM will start with a certain configuration as per the following table:
25
25
26
- | Name | mode | Control plane | Line card | RAM (GB) | Max NICs |
27
- | :----------: | :---------: | :--------------------: | :-----------------------------: | :------: | :------: |
28
- | sr-1 | integrated | cpm-1 | me12-100gb-qsfp28 | 5 | 12 |
29
- | sr-1e | distributed | cpm-e | me40-1gb-csfp | 4+4 | 40 |
30
- | sr-1s | integrated | xcm-1s | s36-100gb-qsfp28 | 6 | 36 |
31
- | sr-1s-macsec | integrated | xcm-1s | ms16-100gb-sfpdd+4-100gb-qsfp28 | 6 | 20 |
32
- | sr-2s | distributed | cpm-2s | ms8-100gb-sfpdd+2-100gb-qsfp28 | 3+4 | 10 |
33
- | sr-7s | distributed | sfm2-s+xcm2-7s | x2-s36-800g-qsfpdd-18.0t | 4+6 | 36 |
34
- | sr-7s-fp4 | distributed | sfm-s+xcm-7s | s36-100gb-qsfp28 | 4+6 | 36 |
35
- | sr-14s | distributed | sfm-s+xcm-14s | s36-100gb-qsfp28 | 4+6 | 36 |
36
- | ixr-e-small | distributed | imm14-10g-sfp++4-1g-tx | m14-10g-sfp++4-1g-tx | 3+4 | 18 |
37
- | ixr-e-big | distributed | cpm-ixr-e | m24-sfp++8-sfp28+2-qsfp28 | 3+4 | 34 |
38
- | ixr-ec | integrated | cpm-ixr-e | m4-1g-tx+20-1g-sfp+6-10g-sfp+ | 4 | 34 |
39
- | ixr-r6 | integrated | cpiom-ixr-r6 | m6-10g-sfp++1-100g-qsfp28 | 6 | 10 |
40
- | ixr-s | integrated | cpm-ixr-s | m48-sfp++6-qsfp28 | 3+4 | 54 |
26
+ | Name | mode | Control plane | Line card | RAM (GB) | Max NICs |
27
+ | :----------: | :---------: | :--------------------: | :------------------------------: | :------: | :------: |
28
+ | sr-1 | integrated | cpm-1 | me12-100gb-qsfp28 | 5 | 12 |
29
+ | sr-1e | distributed | cpm-e | me40-1gb-csfp | 4+4 | 40 |
30
+ | sr-1e-sec | distributed | cpm-e | me12-10/1gb-sfp+ and isa2-tunnel | 4+4 | 12 |
31
+ | sr-1s | integrated | xcm-1s | s36-100gb-qsfp28 | 6 | 36 |
32
+ | sr-1s-macsec | integrated | xcm-1s | ms16-100gb-sfpdd+4-100gb-qsfp28 | 6 | 20 |
33
+ | sr-2s | distributed | cpm-2s | ms8-100gb-sfpdd+2-100gb-qsfp28 | 3+4 | 10 |
34
+ | sr-7s | distributed | sfm2-s+xcm2-7s | x2-s36-800g-qsfpdd-18.0t | 4+6 | 36 |
35
+ | sr-7s-fp4 | distributed | sfm-s+xcm-7s | s36-100gb-qsfp28 | 4+6 | 36 |
36
+ | sr-14s | distributed | sfm-s+xcm-14s | s36-100gb-qsfp28 | 4+6 | 36 |
37
+ | sr-a4 | distributed | cpm-a | maxp10-10/1gb-msec-sfp+ | 4+4 | 10 |
38
+ | ixr-e-small | distributed | imm14-10g-sfp++4-1g-tx | m14-10g-sfp++4-1g-tx | 3+4 | 18 |
39
+ | ixr-e-big | distributed | cpm-ixr-e | m24-sfp++8-sfp28+2-qsfp28 | 3+4 | 34 |
40
+ | ixr-ec | integrated | cpm-ixr-e | m4-1g-tx+20-1g-sfp+6-10g-sfp+ | 4 | 34 |
41
+ | ixr-r6 | integrated | cpiom-ixr-r6 | m6-10g-sfp++1-100g-qsfp28 | 6 | 10 |
42
+ | ixr-s | integrated | cpm-ixr-s | m48-sfp++6-qsfp28 | 3+4 | 54 |
41
43
42
44
The variants are [ defined in the code] ( https://github.com/hellt/vrnetlab/blob/bf70a9a9f2f060a68797a7ec29ce6aea96acb779/sros/docker/launch.py#L58 ) as a dictionary. If a variant you need is not in the table, use the ` custom ` variant and define the emulated platform yourself as described below.
43
45
0 commit comments