Skip to content

Commit

Permalink
Merge pull request #421 from srl-labs/sros-wait-ifaces
Browse files Browse the repository at this point in the history
added docs for vrnetlab 0.3.1 with sros improvements
  • Loading branch information
hellt authored May 12, 2021
2 parents 5a9daa6 + 755922c commit 633951e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/manual/kinds/vr-sros.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,23 @@ When containerlab launches vr-sros node, it will assign IPv4/6 address to the `e

Data interfaces `eth1+` needs to be configured with IP addressing manually using CLI/management protocols.

???warning "at least one data interface (`eth1`) needs to be defined"
If a user wants to launch a single SR OS node without actually connecting it to anything, they may use [host link](../network.md#host-links) interface:

```yaml
topology:
nodes:
sr1:
kind: vr-sros
image: vrnetlab/vr-sros:20.10.R3
license: license-sros20.txt
links:
- endpoints:
- "sr1:eth1"
- "host:sr1_eth1"
```

This links definition will launch the SR OS node with its first port connected to the host OS.

## Features and options
### Variants
Expand Down
1 change: 1 addition & 0 deletions docs/manual/vrnetlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ The following table provides a link between the version combinations that were v
| -- | [`0.2.2`](https://github.com/hellt/vrnetlab/tree/v0.2.2) | fixed serial (telnet) access to SR OS nodes |
| -- | [`0.2.3`](https://github.com/hellt/vrnetlab/tree/v0.2.3) | set default cpu/ram for SR OS images |
| `0.13.0` | [`0.3.0`](https://github.com/hellt/vrnetlab/tree/v0.3.0) | added support for Cisco CSR1000v via [`vr-csr`](kinds/vr-csr.md) and MikroTik routeros via [`vr-ros`](kinds/vr-ros.md) kind |
| | [`0.3.1`](https://github.com/hellt/vrnetlab/tree/v0.3.1) | enhanced SR OS boot sequence |

### Building vrnetlab images
To build a vrnetlab image compatible with containerlab users first need to ensure that the versions of both projects follow [compatibility matrix](#compatibility-matrix).
Expand Down

0 comments on commit 633951e

Please sign in to comment.