31 lines
561 B
Text
31 lines
561 B
Text
|
# spine 1 connection
|
||
|
int leaf1-eth0
|
||
|
description spine1 connection
|
||
|
ip addr 192.168.50.2/24
|
||
|
|
||
|
#spine 2 connection
|
||
|
int leaf1-eth1
|
||
|
description spine2 connection
|
||
|
ip addr 192.168.51.2/24
|
||
|
|
||
|
#torm11 connection
|
||
|
int leaf1-eth2
|
||
|
description torm11 connection
|
||
|
ip addr 192.168.1.1/24
|
||
|
!
|
||
|
#torm12 connection
|
||
|
int leaf1-eth3
|
||
|
description torm12 connection
|
||
|
ip addr 192.168.2.1/24
|
||
|
!
|
||
|
#torm21 connection
|
||
|
int leaf1-eth4
|
||
|
description torm21 connection
|
||
|
ip addr 192.168.3.1/24
|
||
|
!
|
||
|
#torm22 connection
|
||
|
int leaf1-eth5
|
||
|
descriptoin torm22 connection
|
||
|
ip addr 192.168.4.1/24
|
||
|
!
|