30 lines
723 B
YAML
30 lines
723 B
YAML
name: clabernetes-srl1
|
|
prefix: ""
|
|
topology:
|
|
defaults:
|
|
ports:
|
|
- 60000:21/tcp
|
|
- 60001:22/tcp
|
|
- 60002:23/tcp
|
|
- 60003:80/tcp
|
|
- 60000:161/udp
|
|
- 60004:443/tcp
|
|
- 60005:830/tcp
|
|
- 60006:5000/tcp
|
|
- 60007:5900/tcp
|
|
- 60008:6030/tcp
|
|
- 60009:9339/tcp
|
|
- 60010:9340/tcp
|
|
- 60011:9559/tcp
|
|
- 60012:57400/tcp
|
|
nodes:
|
|
srl1:
|
|
kind: nokia_srlinux
|
|
startup-config: srl1.cfg
|
|
image: ghcr.io/nokia/srlinux
|
|
ports: []
|
|
links:
|
|
- endpoints:
|
|
- srl1:e1-1
|
|
- host:srl1-e1-1
|
|
debug: false |