Skip to content

Commit

Permalink
fix ipv4 management subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbarata committed Feb 9, 2025
1 parent e684375 commit 9c8a6ff
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .clab/.ci-topology.yml.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: napalm-ci_cd

mgmt:
network: clab
ipv4-subnet: 172.20.20.0/24
ipv6-subnet: 2001:172:20:20::/64

topology:
kinds:
srl:
image: ghcr.io/nokia/srlinux:latest # Could pick specific version
nodes:
# TODO multiple node flavors like ixrd2, ixrd3, ixrd2l, etc.
srl:
kind: srl
mgmt-ipv4: 172.20.20.16
mgmt-ipv6: 2001:172:20:20::16
# startup-config: startup-config.cmd # Start with basic Containerlab config

0 comments on commit 9c8a6ff

Please sign in to comment.