forked from Hafpaf/labix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ix_client.yml
46 lines (42 loc) · 1.17 KB
/
ix_client.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
# LabIX client list used for all member related things
clients:
- asn: 199750
description: "Olivia Wenya"
speed: 1000 # Mbit/s
ip:
- "185.0.29.10"
- "2001:7f8:149:1ab::19:9750:1"
rs_peer: True
rs_config: # Used for arouteserver config. AS-Set is required when registering as Route Server client
filtering:
irrdb:
as_sets:
- RIPE::AS199750:AS-ALL #Optionally prepend with IRRDB source, ex. RIPE
16bit_mapped_asn: 64512 #RFC 6996 Private ASNs. Requried for 32-bit ASNs
mac: d8:3a:dd:18:2e:7f #MAC-adress for filtering and loopback prevention
- asn: 198886
description: "Daniel Brasholt"
speed: 1000
ip:
- "185.0.29.11"
- "2001:7f8:149:1ab::19:8886:1"
rs_peer: True
rs_config:
filtering:
irrdb:
as_sets:
- RIPE::AS198886:AS-ALL
16bit_mapped_asn: 64513
- asn: 211153
description: "Emil Petersen"
speed: 1000
ip:
- "185.0.29.12"
- "2001:7f8:149:1ab::21:1153:1"
rs_peer: True
rs_config:
filtering:
irrdb:
as_sets:
- RIPE::AS211153:AS-ALL
16bit_mapped_asn: 64514