Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update frinx_topo_1.clab.yml #39

Merged
merged 2 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions containerlab/frinx_topo_1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This is a simple topology for testing FRINX topology services.
It consists of MPLS core network, two regions with PE routers and connected CPE routers.

Device types:
- Core, PE, and PTP GM routers: `vrnetlab/vr-sros:22.10.R7`
- CPE routers: `vrnetlab/vr-xrv:6.0.1`
- OLT and CMTS switches: `vrnetlab/vr-sros:22.10.R7`
- Core, PE, and PTP GM routers: `frinx/vr-sros:22.10.R7`
- CPE routers: `frinx/vr-xrv:6.0.1`
- OLT and CMTS switches: `frinx/vr-sros:22.10.R7`

Configured protocols:
- LDP
Expand Down Expand Up @@ -58,7 +58,7 @@ The last tested versions of vrnetlab and containerlab:
- vrnetlab: 0.18.1
- containerlab: 0.56.0

### vrnetlab/vr-sros:22.10.R7
### frinx/vr-sros:22.10.R7

Requirements:
- sros-vm-22.10.R7.qcow2 image: Ask Nokia support to provide you with the Qemu disk image.
Expand All @@ -73,9 +73,9 @@ Requirements:
in the vrnetlab repository.

3. Build the docker image using `make docker-image` command.
Built docker image should have 'vrnetlab/vr-sros:22.10.R7' tag.
Change tag of built docker image to 'frinx/vr-sros:22.10.R7' tag.

### vrnetlab/vr-xrv:6.0.1
### frinx/vr-xrv:6.0.1

Requirements:

Expand All @@ -84,7 +84,7 @@ Requirements:

1. Copy 'iosxrv-k9-6.0.1.vmdk' file to the 'xrv' directory in the vrnetlab repository.
2. Build the docker image using `make docker-image` command.
Built docker image should have 'vrnetlab/vr-xrv:6.0.1' tag.
Change tag of built docker image to 'frinx/vr-xrv:6.0.1' tag.

## Startup process

Expand Down
10 changes: 5 additions & 5 deletions containerlab/frinx_topo_1/frinx_topo_1.clab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: frinx_topo_1
topology:
defaults:
kind: nokia_sros
image: vrnetlab/vr-sros:22.10.R7
image: frinx/vr-sros:22.10.R7
license: ../frinx_topo_1/sros.license
config:
vars:
Expand Down Expand Up @@ -47,31 +47,31 @@ topology:
startup-config: config_r2_pe2.partial.txt

R1_CPE1:
image: vrnetlab/vr-xrv:6.0.1
image: frinx/vr-xrv:6.0.1
kind: cisco_xrv
mgmt-ipv4: 172.20.20.202
startup-config: config_r1_cpe1.partial.txt
env:
RAM: 4096

R1_CPE2:
image: vrnetlab/vr-xrv:6.0.1
image: frinx/vr-xrv:6.0.1
kind: cisco_xrv
mgmt-ipv4: 172.20.20.203
startup-config: config_r1_cpe2.partial.txt
env:
RAM: 4096

R2_CPE1:
image: vrnetlab/vr-xrv:6.0.1
image: frinx/vr-xrv:6.0.1
kind: cisco_xrv
mgmt-ipv4: 172.20.20.204
startup-config: config_r2_cpe1.partial.txt
env:
RAM: 4096

R2_CPE2:
image: vrnetlab/vr-xrv:6.0.1
image: frinx/vr-xrv:6.0.1
kind: cisco_xrv
mgmt-ipv4: 172.20.20.205
startup-config: config_r2_cpe2.partial.txt
Expand Down
Loading