Skip to content

Commit

Permalink
minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed May 1, 2023
1 parent 8bd9394 commit afdd6a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion clab/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ import (
vr_sros "github.com/srl-labs/containerlab/nodes/vr_sros"
vr_veos "github.com/srl-labs/containerlab/nodes/vr_veos"
vr_vmx "github.com/srl-labs/containerlab/nodes/vr_vmx"
vr_vsrx "github.com/srl-labs/containerlab/nodes/vr_vsrx"
vr_vqfx "github.com/srl-labs/containerlab/nodes/vr_vqfx"
vr_vsrx "github.com/srl-labs/containerlab/nodes/vr_vsrx"
vr_xrv "github.com/srl-labs/containerlab/nodes/vr_xrv"
vr_xrv9k "github.com/srl-labs/containerlab/nodes/vr_xrv9k"
xrd "github.com/srl-labs/containerlab/nodes/xrd"
Expand Down
10 changes: 5 additions & 5 deletions docs/manual/kinds/vr-vsrx.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ Juniper vSRX node launched with containerlab can be managed via the following in
* `eth0` - management interface (fxp0) connected to the containerlab management network
* `eth1+` - second and subsequent data interface

When containerlab launches vr-vsrx node, it will assign IPv4/6 address to the `eth0` interface. These addresses can be used to reach management plane of the router.
When containerlab launches vr-vsrx node, it will assign IPv4/6 address to the `eth0` interface. These addresses are used to reach the management plane of the router.

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

## Features and options

### Node configuration

vr-vsrx nodes come up with a basic configuration where only the control plane and line cards are provisioned, as well as the `admin` user with the provided password.
`vr-vsrx` nodes come up with a basic configuration where only the control plane and line cards are provisioned and the `admin` user with the provided password.

#### Startup configuration

Expand All @@ -57,9 +57,9 @@ topology:
startup-config: myconfig.txt
```

With this knob containerlab is instructed to take a file `myconfig.txt` from the directory that hosts the topology file, and copy it to the lab directory for that specific node under the `/config/startup-config.cfg` name. Then the directory that hosts the startup-config dir is mounted to the container. This will result in this config being applied at startup by the node.
With this knob, containerlab is instructed to take a file `myconfig.txt` from the directory that hosts the topology file and copy it to the lab directory for that specific node under the `/config/startup-config.cfg` name. Then the directory that hosts the startup-config dir is mounted to the container. This will result in this config being applied at startup by the node.

Configuration is applied after the node is started, thus it can contain partial configuration snippets that you desire to add on top of the default config that a node boots up with.
Configuration is applied after the node is started. Thus it can contain partial configuration snippets that you desire to add on top of the default config that a node boots up with.

## Lab examples

Expand Down
2 changes: 1 addition & 1 deletion docs/manual/vrnetlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following table provides a link between the version combinations:
| `0.32.2` | [`0.8.0`](https://github.com/hellt/vrnetlab/releases/tag/v0.8.0) | startup-config support for the rest of the kinds, support for multi line card SR OS |
| `0.34.0` | [`0.8.2`](https://github.com/hellt/vrnetlab/releases/tag/v0.8.2) | startup-config support for PANOS, ISA support for Nokia VSR-I and MGMT VRF for VMX |
| | [`0.9.0`](https://github.com/hellt/vrnetlab/releases/tag/v0.9.0) | Support for IPInfusion OcNOS with vrnetlab |
| | [`0.10.4`](https://github.com/hellt/vrnetlab/releases/tag/v0.10.4) | Added support for Juniper vSRX3.0 via [`vr-vsrx`](kinds/vr-vsrx.md) kind |
| `0.41.0` | [`0.11.0`](https://github.com/hellt/vrnetlab/releases/tag/v0.11.0) | Added support for Juniper vSRX3.0 via [`vr-vsrx`](kinds/vr-vsrx.md) kind |

### Building vrnetlab images

Expand Down

0 comments on commit afdd6a1

Please sign in to comment.