Skip to content

Commit 1c936f8

Browse files
committed
ix_clients: add A5N as member
1 parent 2d4a9e9 commit 1c936f8

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

ix_client.yml

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1-
# LabIX client list used for all member related things
1+
# LabIX client list used for for automating route server config,
2+
# ix-f schema export, IRRDB AS-Set update and website member list
3+
# Visit here for route server information: https://ix.labitat.dk/#route-server
24

35
clients:
46
- asn: 199750
57
description: "Olivia Wenya"
68
speed: 1000 # Mbit/s
79
ip:
8-
- "185.0.29.10"
9-
- "2001:7f8:149:1ab::19:9750:1"
10-
mac: "d8:3a:dd:18:2e:7f" #MAC-adress for filtering and loopback prevention
10+
- "185.0.29.10" # Assign the next available IPv4 address yourself
11+
- "2001:7f8:149:1ab::19:9750:1" # Assign an IPv6 address with the following format: 2001:7f8:149:1ab::<asn>:<asn>:<router-number>
12+
mac: "d8:3a:dd:18:2e:7f" #MAC-address for filtering and loopback prevention
1113
rs_peer: True
12-
rs_config: # Used for arouteserver config. AS-Set is required when registering as Route Server client
14+
rs_config: # Used for arouteserver config and are compatible its configuration options.
1315
filtering:
1416
irrdb:
1517
as_sets:
16-
- RIPE::AS199750:AS-ALL #Optionally prepend with IRRDB source, ex. RIPE
17-
16bit_mapped_asn: 64512 #RFC 6996 Private ASNs. Requried for 32-bit ASNs
18+
- RIPE::AS199750:AS-ALL #AS-Set is required when registering as Route Server client
19+
#Optionally prepend with IRRDB source, ex. RIPE
20+
16bit_mapped_asn: 64512 #RFC 6996 Private ASNs. Required for 32-bit ASNs
1821

1922
- asn: 198886
2023
description: "Daniel Brasholt"
@@ -46,3 +49,17 @@ clients:
4649
- RIPE::AS211153:AS-ALL
4750
16bit_mapped_asn: 64514
4851

52+
- asn: 207727
53+
description: "Asbjorn Sloth Tonnesen trading as a5n"
54+
speed: 1000
55+
ip:
56+
- "185.0.29.13"
57+
- "2001:7f8:149:1ab::20:7727:1"
58+
mac: "00:0d:b9:49:d3:d8"
59+
rs_peer: True
60+
rs_config:
61+
filtering:
62+
irrdb:
63+
as_sets:
64+
- RIPE::AS-A5N
65+
16bit_mapped_asn: 64515

0 commit comments

Comments
 (0)