Skip to content

Commit

Permalink
commented spine1&2 to reduce lab footprint
Browse files Browse the repository at this point in the history
  • Loading branch information
azyablov committed May 28, 2023
1 parent 0bfe66b commit 26f75ed
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions _clab/nokia-evpn.clab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ topology:

nodes:

spine1:
kind: srl
type: ixrd3
startup-config: ./configs/spine1_v23.3.1.cfg
# spine1:
# kind: srl
# type: ixrd3
# startup-config: ./configs/spine1_v23.3.1.cfg

spine2:
kind: srl
type: ixrd3
startup-config: ./configs/spine2_v23.3.1.cfg
# spine2:
# kind: srl
# type: ixrd3
# startup-config: ./configs/spine2_v23.3.1.cfg

spine3:
kind: srl
Expand Down Expand Up @@ -84,15 +84,15 @@ topology:

links:

- endpoints: ["spine1:e1-11", "leaf1:e1-51"]
- endpoints: ["spine1:e1-12", "leaf2:e1-51"]
- endpoints: ["spine1:e1-13", "leaf3:e1-51"]
- endpoints: ["spine1:e1-14", "leaf4:e1-51"]
# - endpoints: ["spine1:e1-11", "leaf1:e1-51"]
# - endpoints: ["spine1:e1-12", "leaf2:e1-51"]
# - endpoints: ["spine1:e1-13", "leaf3:e1-51"]
# - endpoints: ["spine1:e1-14", "leaf4:e1-51"]

- endpoints: ["spine2:e1-11", "leaf1:e1-52"]
- endpoints: ["spine2:e1-12", "leaf2:e1-52"]
- endpoints: ["spine2:e1-13", "leaf3:e1-52"]
- endpoints: ["spine2:e1-14", "leaf4:e1-52"]
# - endpoints: ["spine2:e1-11", "leaf1:e1-52"]
# - endpoints: ["spine2:e1-12", "leaf2:e1-52"]
# - endpoints: ["spine2:e1-13", "leaf3:e1-52"]
# - endpoints: ["spine2:e1-14", "leaf4:e1-52"]

- endpoints: ["leaf1:e1-1", "client1:eth1"]
- endpoints: ["leaf2:e1-1", "client1:eth2"]
Expand Down

0 comments on commit 26f75ed

Please sign in to comment.