-
Good afternoon,
amazing work guys, I am loving your project!
I have been playing around with containerlab all day, I have managed to deploy labs with cisco csr1kv, c9kv, and xrv9k, amazingly eas…
-
Minimal topology:
```
provider: clab
defaults:
device: srlinux
devices:
srlinux.image: ghcr.io/nokia/srlinux:22.6.3
addressing:
bgp-unnumbered:
ipv6: True # Unnumbered
ipv…
-
In topology-defaults, add an optional 'install' attribute for device types that require additional dependencies.
In srlinux case, this would be 'grpc'
Then, upon ```netlab up``` for a topology con…
-
Hi @bclasse
please refactor the startup-config files to use add-on format instead of a full config file one.
By "add-on" I mean the CLI-styled config blobs of the config regions that you touched wh…
hellt updated
2 years ago
-
Not really an 'issue', more of a side note: topology-defaults allows 'as' as a global and per-node parameter for the "vrf" module
This means the following is accepted:
```
vrf.as: 1234
vrfs:
a…
-
Test case:
```
addressing:
fabric:
# unnumbered: true
ipv4: true
ipv6: true
provider: clab
module: [ bgp, vlan ]
vlans:
irb:
mode: irb
role: fabric
route…
-
For LAN links, the absolute node.id is used as an index into the prefix: https://github.com/ipspace/netlab/blob/dev/netsim/augment/links.py#L320
This can lead to issues e.g. in case of the followin…
-
### What is the URL of the page with the issue?
https://pkg.go.dev/github.com/nokia/srlinux-ndk-go/v21
### What is your user agent?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWe…
hellt updated
2 years ago
-
srl nodes won't run with a single vcpu
hellt updated
2 years ago
-
### Discussed in https://github.com/ipspace/netlab/discussions/479
Configure a vrf property on all leaves:
```
groups:
leaves:
members: [ leaf1,leaf2 ]
device: srlinux
module…