-
Notifications
You must be signed in to change notification settings - Fork 3
/
ix_client.yml
95 lines (89 loc) · 2.56 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# LabIX client list used for for automating route server config,
# ix-f schema export, IRRDB AS-Set update and website member list
# Visit here for route server information: https://ix.labitat.dk/#route-server
clients:
- asn: 199750
description: "Olivia Wenya"
speed: 1000 # Mbit/s
ip:
- "185.0.29.10" # Assign the next available IPv4 address yourself
- "2001:7f8:149:1ab::19:9750:1" # Assign an IPv6 address with the following format: 2001:7f8:149:1ab::<asn>:<asn>:<router-number>
mac: "d8:3a:dd:18:2e:7f" #MAC-address for filtering and loopback prevention
rs_peer: True
rs_config: # Used for arouteserver config and are compatible its configuration options.
filtering:
irrdb:
as_sets:
- "RIPE::AS199750:AS-ALL" #AS-Set is required when registering as Route Server client
#Optionally prepend with IRRDB source, ex. RIPE
16bit_mapped_asn: 64512 #RFC 6996 Private ASNs. Required for 32-bit ASNs
- asn: 198886
description: "Daniel Brasholt"
speed: 1000
ip:
- "185.0.29.11"
- "2001:7f8:149:1ab::19:8886:1"
mac: "dc:a6:32:2b:ae:a1"
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"
mac: "00:1e:06:45:38:09"
rs_peer: True
rs_config:
filtering:
irrdb:
as_sets:
- "RIPE::AS211153:AS-ALL"
16bit_mapped_asn: 64514
- asn: 207727
description: "Asbjorn Sloth Tonnesen trading as a5n"
speed: 1000
ip:
- "185.0.29.13"
- "2001:7f8:149:1ab::20:7727:1"
mac: "00:0d:b9:49:d3:d8"
rs_peer: True
rs_config:
filtering:
irrdb:
as_sets:
- "RIPE::AS-A5N"
16bit_mapped_asn: 64515
- asn: 198275
description: "Thomas Flummer"
speed: 1000
ip:
- "185.0.29.14"
- "2001:7f8:149:1ab::19:8275:1"
mac: "00:0D:B9:4A:E7:14"
rs_peer: True
rs_config:
filtering:
irrdb:
as_sets:
- "RIPE::AS198275:AS-ALL"
16bit_mapped_asn: 64516
- asn: 198186
description: "Overkill Consulting ApS"
speed: 1000
ip:
- "185.0.29.15"
- "2001:7f8:149:1ab::19:8186:1"
mac: "DC:A6:32:AD:3C:F5"
rs_peer: True
rs_config:
filtering:
irrdb:
as_sets:
- "RIPE::AS198186:AS-PRIMARY"
16bit_mapped_asn: 64517