-
Notifications
You must be signed in to change notification settings - Fork 770
/
Copy pathtopo_dpu.yml
69 lines (66 loc) · 1.14 KB
/
topo_dpu.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
topology:
VMs:
ARISTA01T0:
vlans:
- 0
vm_offset: 0
ARISTA02T0:
vlans:
- 1
vm_offset: 1
configuration_properties:
common:
dut_asn: 65100
dut_type: SonicHost
nhipv4: 10.10.246.254
nhipv6: FC0A::FF
tor:
swrole: tor
configuration:
ARISTA01T0:
properties:
- common
- tor
tornum: 1
bgp:
asn: 65200
peers:
65100:
- 10.0.1.1
- FC00::41
vips:
ipv4:
prefixes:
- 200.0.1.0/26
asn: 64700
interfaces:
Loopback0:
ipv4: 100.1.0.17/32
ipv6: 2064:100::11/128
Ethernet1:
ipv4: 10.0.1.2/24
ipv6: fc00::42/126
bp_interface:
ipv4: 10.10.246.17/24
ipv6: fc0a::22/64
ARISTA02T0:
properties:
- common
- tor
tornum: 2
bgp:
asn: 65201
peers:
65100:
- 10.0.2.1
- FC00::45
interfaces:
Loopback0:
ipv4: 100.1.0.18/32
ipv6: 2064:100::12/128
Ethernet1:
ipv4: 10.0.2.2/24
ipv6: fc00::46/126
bp_interface:
ipv4: 10.10.246.18/24
ipv6: fc0a::25/64