|
|
AS5408 GR NET Greek Research & Technology Network, http://www grnet gr |
aut-num: AS5408
as-name: GR-NET
descr: Greek Research & Technology Network, http://www.grnet.gr
remarks:
+#######################################################################
+# ROUTING POLICY FOR GRNET (AS5408) #
+#######################################################################
+
+ GRNET BGP communities:
+ ========================
+
+ Well-defined communities:
+ +---------------------------------------------------------------+
+ | ...not much to say. Most important ones are: |
+ +---------------------------------------------------------------+
+ NO_EXPORT
+ NO_ADVERTISE
+
+ Informational Communities:
+ +---------------------------------------------------------------+
+ | These communities tag the source of the routes. They can ONLY |
+ | be appended by GRNET. Routes with this tag received by any |
+ | peer will be rejected! |
+ +---------------------------------------------------------------+
+ 5408:1001 Routes received from GEANT
+ 5408:1002 Routes received from AIX
+ 5408:1003 Routes received from GRNET Customers
+ 5408:1004 Routes received from SEEREN
+
+ Routing Manipulation:
+ +---------------------------------------------------------------+
+ | This set of communities are available to all GRNET clients |
+ | (including SEEREN) in order to allow them to manipulate their |
+ | routing: |
+ | |
+ | Primary/Backup Link selection: The customers can indicate |
+ | their primary or backup link by tagging the routes with |
+ | communities 5408:120 and 5408:110 respectively. Customers |
+ | that are single-homed to GRNET MAY omit 5408:120 on their |
+ | primary link. However, multi-homed customers (to GRNET and to |
+ | a third upstream) MUST use both communities. |
+ | |
+ | Prepending: GRNET clients can request prepending of AS5408 on |
+ | their AS PATH upon receval of the routes or before announcing |
+ | to AIX. |
+ | |
+ | Announcement Control: GRNET & SEEREN customers can prevent |
+ | their routes from being announced to GEANT and AIX by tagging |
+ | them with the appropriate community. |
+ +---------------------------------------------------------------+
+ 5408:120 Primary Link (Higher Local Preference)
+ 5408:110 Backup Link (Lower Local Preference)
+ 5408:2005 Prepend 5 times
+ 5408:3003 Prepend 3 times when announcing to AIX
+ 5408:3005 Prepend 5 times when announcing to AIX
+ 5408:4001 Don't announce to AIX
+ 5408:4005 Don't announce to GEANT
+
+ BlackHole, Rate-Limiting and other tools:
+ +---------------------------------------------------------------+
+ | This set of communities are available to all GRNET clients |
+ | (including SEEREN). Blackhole community can be used to absorb |
+ | an attack to a specific host. Rate-limiting and TCP-SYN |
+ | rate-limiting can be used to restrict at attack to a small, |
+ | tolerable rate (the value may vary depending on GRNET |
+ | equipment, typical values are 1 Mbps and 8 kbps respectively. |
+ | LBE can be used to give Less than Best Effort treatment to |
+ | traffic destined towards a misbehaving (usually consuming too |
+ | much bandwidth) host. |
+ | IMPORTANT: These communities can only be used in combination |
+ | with "no-export", and can only be applied to /32 routes!!! |
+ +---------------------------------------------------------------+
+ 5480:666, no-export Blackhole traffic TOWARDS this route
(/32 only)
+ 5480:667, no-export Rate-Limit traffic TOWARDS this route
+ (/32 only)
+ 5480:668, no-export Rate-Limit TCP-SYN traffic TOWARDS this
+ route (/32 only)
+ 5480:7666, no-export Less then Best Effort (LBE) to traffic
+ TOWARDS this route (/32 only)
+
+ GRNET internal:
+ +---------------------------------------------------------------+
+ | These routes are intended for use only by specific GRNET |
+ | projects. They are not public and they MUST not be used by |
+ | non-intended Autonomous Systems. |
+ +---------------------------------------------------------------+
+ 5480:350-399 Reserved for QoS-QPPB via anstool
+ (anstool.grnet.gr). No-export may be
+ necessary for non-aggregated space
+ (see above).
+ 5480:555, no-advertise RTS-QOS (Teleteaching) (/32 only)
+
+
+
+ LOCAL PREFERENCES IN GRNET:
+ =============================
+
+ LocalPref 150: - AS112 anycast service, undependably of the
+ peering from where it is received. In this
+ manner, the closest source is selected.
+
+ LocalPref 120: - GRNET Customers (Default, or with 5408:120)
+ - Special Customers (KROOT, SYZEYXIS, IME,...)
+ - Multihomed GRNET/SEEREN customer routes
+ received from AIX/SEEREN/GEANT whith 5408:120
+ - Locally Generated GRNET Aggregates
+
+ LocalPref 110: - GRNET Customers with 5408:110
+ - Statically routed GRNET customers
+ (redistributed into BGP)
+
+ LocalPref 105: - AIX routes (not including multihomed GRNET
+ routes with 5408:120)
+ - SEEREN routes (without 5408:120 or 5408:110)
+
+ LocalPref 100: - GEANT (MED=0 Primary, MED=20 Secondary)
+ - RTSQoS Project
+
+ LocalPref 80: - Multihomed SEEREN customers routes received
+ from SEEREN with 5408:110
+
+ ######################################################################
+
+
remarks:
+=======================================================================
+ iBGP (AS5408)
+ ----------------------------------------------------------------------
+ PEER DESCRIPTION:
+ Full-mesh iBGP peerings.
+ Import Policy: Blackhole routes tagged with 6408:666
+ Export Policy: Advertize all routes (FIRT)
+ ======================================================================
import: from prng-as5408-ibgp
accept ANY;
REFINE {
# Distributed black-hole routing
from prng-as5408-ibgp
accept community.contains(5408:666)
AND community.contains(NO_EXPORT);
# set next-hop = 192.168.0.1
# Normal routes
from prng-as5408-ibgp
accept ANY;
}
export: to prng-as5408-ibgp
announce ANY;
+
+
remarks:
+=======================================================================
+ GEANT (AS20965)
+ ----------------------------------------------------------------------
+ PEER DESCRIPTION:
+ GEANT is the Internet Upstream for GRNET
+ Import Policy: Accept all routes,
+ Set Local Preference 100 for primary, 90 for backup
+ Higher Local Preference for routes of multihomed
+ clients tagged with 5408:120
+ Export Policy: Announce all GRNET routes except from those tagged
+ with 5408:4005 (don't-announce-to-geant) and
+ aix routes (5408:1002).
+=======================================================================
import: from AS20965
action pref=70; community.append(5408:1001);
accept (AS112) AND
NOT community.contains(5408:1002) AND
NOT community.contains(5408:1003) AND
NOT community.contains(5408:1004);
REFINE {
from AS20965 62.40.124.89
accept ANY;
from AS20965 62.40.103.57
action med=20;
accept ANY;
}
import: from AS20965
action community.append(5408:1001);
accept NOT community.contains(5408:1002) AND
NOT community.contains(5408:1003) AND
NOT community.contains(5408:1004);
REFINE {
from AS20965 62.40.124.89
accept ANY;
from AS20965 62.40.103.57
action med=20;
accept ANY;
}
REFINE {
from AS20965
action pref=100;
accept community.contains(5408:120)
AND AS5408:AS-MULTIHOMED^0-24;
from AS20965
accept ANY;
}
export: to AS20965
announce (AS5408:RS-ROUTES^0-24 OR
AS5408:AS-TO-GEANT^0-24)
AND NOT community.contains(5408:1002)
AND NOT community.contains(5408:4005);
+
+
remarks:
+=======================================================================
+ AIX Peers
+ ----------------------------------------------------------------------
+ PEER DESCRIPTION:
+ These are the AIX Peers of GRNET
+ Import Policy: Reject routes tagged with special communities
+ (5408:1001,5408:1003,5408:1004)
+ Accept all other routes that
+ (a) have the appropriate AS path and
+ (b) originate from the peer (or behind it)
+ For these, and according to the received communities:
+ (i) Set the appropriate local preference
+ (ii) Prepend, if neccessary (5408:3003/5408:3005)
+ Routes of AIX clients which are also multihomed to
+ GRENT may receive elevated Local Preference, if they
+ are tagged with 5408:120.
+ Export Policy: Announce all GRNET clients except from those
+ tagged with don't-announce-to-aix (5408:4001). Also
+ double check that AIX (5408:1002) & GEANT (5408:1001)
+ routes are not announced.
+ NOTE: SEEREN *is* announced to AIX.
+=======================================================================
import: from prng-as5408-aix # In case AS112 ever appears from AIX...
action pref=70; community.append(5408:1002);
accept (AS112) AND
( PeerAS:AS-TO-AIX^0-24
OR PeerAS:RS-TO-AIX^0-24 ) AND
NOT community.contains(5408:1001) AND
NOT community.contains(5408:1003) AND
NOT community.contains(5408:1004);
import: from prng-as5408-aix
action pref=115; community.append(5408:1002);
accept NOT community.contains(5408:1001)
AND NOT community.contains(5408:1003)
AND NOT community.contains(5408:1004)
AND (PeerAS:AS-TO-AIX^0-24
OR PeerAS:RS-TO-AIX^0-24 )
AND <^PeerAS>;
REFINE {
from AS-ANY
action pref=100;
accept community.contains(5408:120)
AND AS5408:AS-MULTIHOMED^0-24;
from AS-ANY accept ANY;
}
export: to prng-as5408-aix
announce (AS5408:RS-ROUTES^0-24
OR AS5408:AS-TO-AIX^0-24)
AND NOT community.contains(5408:1001)
AND NOT community.contains(5408:1002)
AND NOT community.contains(5408:4001);
REFINE {
to prng-as5408-aix
action aspath.prepend(AS5408,AS5408,AS5408);
announce community.contains(5408:3003);
to prng-as5408-aix
action aspath.prepend(AS5408,AS5408,AS5408,AS5408,AS5408);
announce community.contains(5408:3005);
to prng-as5408-aix announce ANY;
}
+
+
remarks:
+=======================================================================
+ GRNET Clients
+ ----------------------------------------------------------------------
+ PEER DESCRIPTION:
+ These are the normal GRNET clients (Universities, Research orgs, etc)
+ Import Policy: Reject routes tagged with special communities
+ (5408:1001,5408:1002,5408:1004)
+ Accept all other routes that
+ (a) have the appropriate AS path and
+ (b) originate from the client (or behind it)
+ For these, and according to the received communities:
+ (i) Blackhole routes tagged with 6408:666
+ (cannot be described in RPSL, but it is implemented)
+ (ii) Set the appropriate local preference
+ (iii) Prepend, if neccessary (5408:3003/5408:3005)
+ Fragments of the RIPE route objects are only accepted
+ within GRNET (NO_EXPORT)
+ Local Preference (on backup links) can be lowered by
+ using the appropriate community (5408:110).
+ Export Policy: Announce:
+ (a) either all routes (FIRT)
+ (b) or a partial routing table, consiting of GRNET
+ normal and special clients.
+=======================================================================
import: from prng-as5408-grnet-customers
action pref=100; community.append(5408:1003);
accept NOT community.contains(5408:1001) AND
NOT community.contains(5408:1002) AND
NOT community.contains(5408:1004) AND
community.contains(5408:666) AND
community.contains(NO_EXPORT) AND
(PeerAS^32 OR PeerAS:AS-TO-GRNET^32) AND
<^PeerAS+PeerAS:AS-TO-GRNET*$>;
# set next-hop = 192.168.0.1
import: from prng-as5408-grnet-customers
action community.append(5408:1003);
accept NOT community.contains(5408:1001) AND
NOT community.contains(5408:1002) AND
NOT community.contains(5408:1004) AND
community.contains(NO_EXPORT) AND
(PeerAS^0-32 OR PeerAS:AS-TO-GRNET^0-32)
AND <^PeerAS+PeerAS:AS-TO-GRNET*$>;
REFINE {
from AS-ANY
action pref=110;
accept community.contains(5408:110);
from AS-ANY
action pref=100;
accept ANY;
}
import: from prng-as5408-grnet-customers
action community.append(5408:1003);
accept NOT community.contains(5408:1001) AND
NOT community.contains(5408:1002) AND
NOT community.contains(5408:1004) AND
(PeerAS OR PeerAS:AS-TO-GRNET) AND
<^PeerAS+PeerAS:AS-TO-GRNET*$>;
REFINE {
from AS-ANY
action aspath.prepend(AS5408,AS5408,AS5408,AS5408,AS5408);
accept community.contains(5408:2005);
from AS-ANY accept ANY;
} REFINE {
from AS-ANY
action pref=110;
accept community.contains(5408:110);
from AS-ANY
action pref=100;
accept ANY;
}
export: to prng-as5408-grnet-firt
announce ANY;
export: to prng-as5408-grnet-customers
announce {193.0.0.0/21} OR
AS5408:RS-ROUTES^0-24 OR
AS5408:AS-GRNET-CUSTOMERS^0-24 OR
AS5408:AS-GRNET-SPECIAL-AS^0-24 OR
(<^AS-AIX> AND NOT community.contains(5408:1001));
+
+
remarks:
+=======================================================================
+ SEEREN Network
+ ----------------------------------------------------------------------
+ PEER DESCRIPTION:
+ SEEREN is the South-East European Research & Education Netowork
+ It connects various NRENs in the Balcans. GRNET is the primary
+ upstream of this network, ISTF is the backup upstream.
+ Import Policy: Reject routes tagged with special communities
+ (5408:1001,5408:1002,5408:1003).
+ Accept all SEEREN routes (including ISTF).
+ Elevate the local preference in order to prefer these
+ routes, from those received through GEANT
+ Export Policy: Announce Full Internet Routing Table
+=======================================================================
import: from AS34771
action pref=70; community.append(5408:1004);
accept (AS112) AND (AS34771:AS-TO-GRNET) AND
NOT community.contains(5408:1001) AND
NOT community.contains(5408:1002) AND
NOT community.contains(5408:1003);
import: from AS34771
action community.append(5408:1004);
accept NOT community.contains(5408:1001) AND
NOT community.contains(5408:1002) AND
NOT community.contains(5408:1003) AND
(AS34771 OR AS34771:AS-TO-GRNET) AND
<^AS34771+AS34771:AS-TO-GRNET*$>;
REFINE {
from AS34771
action pref=100;
accept community.contains(5408:120);
from AS34771
action pref=140;
accept community.contains(5408:110);
from AS34771
action pref=115;
accept ANY;
}
export: to AS34771
announce ANY;
+
+
remarks:
+=======================================================================
+ K-ROOT mirror @ AIX
+ ----------------------------------------------------------------------
+ PEER DESCRIPTION:
+ K-ROOT mirror @ AIX. Accept K-Root routes, announce default route
+=======================================================================
import: from AS25152
action pref=100;
community.append(5408:4005);
community.append(5408:1002);
accept {193.0.14.0/24, 195.251.59.0/28}
AND NOT community.contains(5408:1001)
AND NOT community.contains(5408:1003)
AND NOT community.contains(5408:1004);
export: to AS25152
announce {0.0.0.0/0^0};
+
+
remarks:
+=======================================================================
+ AS112 Project @ GRNET
+ ----------------------------------------------------------------------
+ PEER DESCRIPTION:
+ AS112 Project. Announce nothing; Elavate Local Pref for AS112 route.
+=======================================================================
import: from AS112
action pref=70;
community.append(5408:1003);
community.append(NO_EXPORT);
accept (AS112) AND <^AS112+$> AND
NOT community.contains(5408:1001) AND
NOT community.contains(5408:1002) AND
NOT community.contains(5408:1004);
export: to AS112
announce NOT ANY;
+
+
remarks:
+=======================================================================
+ SYZEYXIS
+ ----------------------------------------------------------------------
+ PEER DESCRIPTION:
+ SYZEYXIS. announce GRNET routes, route within GRNET *only*.
+=======================================================================
import: from AS65052
action pref=100;
community.append(5408:1003);
community.append(5408:4001);
community.append(5408:4005);
accept NOT community.contains(5408:1001) AND
NOT community.contains(5408:1002) AND
NOT community.contains(5408:1004) AND
community.contains(5408:666) AND
community.contains(NO_EXPORT) AND
(AS65052^32) AND <^AS65052+$>;
# set next-hop = 192.168.0.1
import: from AS65052
action pref=100;
community.append(5408:1003);
community.append(5408:4001);
community.append(5408:4005);
accept NOT community.contains(5408:1001) AND
NOT community.contains(5408:1002) AND
NOT community.contains(5408:1004) AND
(AS65052) AND <^AS65052+$>;
export: to AS65052
announce AS5408:RS-ROUTES^0-24 OR
AS5408:AS-GRNET-CUSTOMERS^0-24;
+
+
remarks:
+=======================================================================
+ AKAMAI
+ ----------------------------------------------------------------------
+ PEER DESCRIPTION:
+ SYZEYXIS. Accept no routes. Announce GRNET customers and SEEREN.
+=======================================================================
import: from AS21357
accept NOT ANY;
export: to AS21357
announce AS5408:RS-ROUTES^0-24 OR
AS5408:AS-GRNET-CUSTOMERS^0-24 OR
AS-SEEREN;
+
+
remarks:
+=======================================================================
+ IME
+ ----------------------------------------------------------------------
+ PEER DESCRIPTION:
+ IME. announce GRNET routes, route within GRNET *only*.
+=======================================================================
import: from AS65001
action pref=100;
community.append(5408:1003);
community.append(5408:4001);
community.append(5408:4005);
accept NOT community.contains(5408:1001) AND
NOT community.contains(5408:1002) AND
NOT community.contains(5408:1004) AND
community.contains(5408:666) AND
community.contains(NO_EXPORT) AND
(AS65001^32) AND <^AS65001+$>;
# set next-hop = 192.168.0.1
import: from AS65001
action pref=100;
community.append(5408:1003);
community.append(5408:4001);
community.append(5408:4005);
accept NOT community.contains(5408:1001) AND
NOT community.contains(5408:1002) AND
NOT community.contains(5408:1004) AND
(AS65001) AND <^AS65001+$>;
export: to AS65052
announce AS5408:RS-ROUTES^0-24 OR
AS5408:AS-GRNET-CUSTOMERS^0-24;
+
+
remarks:
+=======================================================================
+ GRNET RTS QOS Project (AS65500)
+ ----------------------------------------------------------------------
+ PEER DESCRIPTION:
+ RTS-QoS Project.
+ Accept all grnet /32 routes with '5408:555 no-advertise' community
+ Announce nothing.
+=======================================================================
import: from AS65500
action community.append(5408:555);
community.append(NO_ADVERTISE);
accept AS5408:RS-ROUTES^0-32 OR
AS5408:AS-GRNET-CUSTOMERS^0-32;
export: to AS65500
announce NOT ANY;
+
remarks:
+#######################################################################
+# END OF ROUTING POLICY FOR GRNET #
+#######################################################################
+
admin-c: GN1931-RIPE
tech-c: GN1931-RIPE
mnt-by: GRNET-NOC
changed: D.Kalogeras@noc.ntua.gr 19990622
changed: D.Kalogeras@noc.ntua.gr 20031120
changed: D.Kalogeras@noc.ntua.gr 20031128
changed: D.Kalogeras@noc.ntua.gr 20031201
changed: A.Polyrakis@noc.ntua.gr 20031218
changed: A.Polyrakis@noc.ntua.gr 20041202
changed: A.Polyrakis@noc.ntua.gr 20050203
changed: A.Polyrakis@noc.ntua.gr 20050225
changed: A.Polyrakis@noc.ntua.gr 20050304
changed: A.Polyrakis@noc.ntua.gr 20050404
changed: A.Polyrakis@noc.ntua.gr 20050408
changed: A.Polyrakis@noc.ntua.gr 20050704
changed: A.Polyrakis@noc.ntua.gr 20060403
changed: A.Polyrakis@noc.ntua.gr 20080307
changed: A.Polyrakis@noc.ntua.gr 20080526
source: RIPE
| in bgp | route record | prefix | description |
|---|---|---|---|
| 62.217.64.0/18 | Greek Research & Technology Network (GRNET) | ||
| 83.212.0.0/16 | Greek Research & Technology Network (GRNET) | ||
| 83.212.0.0/21 | GRNET | ||
| MISSING! | AS5408 | 83.212.8.0/24 | GRNET |
| 83.212.16.0/21 | University of Western Macedonia URL: www.uowm.gr | ||
| 83.212.24.0/23 | University of Western Macedonia URL: www.uowm.gr | ||
| MISSING! | AS5408 | 83.212.26.0/23 | GRNET |
| MISSING! | AS5408 | 83.212.28.0/22 | GRNET |
| 83.212.32.0/22 | University of Thessaly | ||
| MISSING! | AS5408 | 83.212.36.0/24 | ASPETE |
| MISSING! | AS5408 | 83.212.37.0/24 | TEI-KALAMATA |
| MISSING! | AS5408 | 83.212.38.0/23 | UPELOP |
| MISSING! | AS5408 | 83.212.40.0/23 | TEIHAL |
| MISSING! | AS5408 | 83.212.42.0/24 | SND-GR |
| MISSING! | AS5408 | 83.212.43.0/24 | UCG |
| MISSING! | AS5408 | 83.212.44.0/24 | TEI-MESOLONGHI |
| MISSING! | AS20813 AS5408 | 83.212.48.0/21 | HOUnet - Student DSL HOUnet - Student DSL |
| MISSING! | AS5408 AS8700 | 83.212.56.0/23 | DIAS DIAS |
| 83.212.58.0/23 | TEI-SERRES | ||
| 83.212.60.0/22 | TEI-SERRES | ||
| 83.212.92.0/22 | TEIKAV | ||
| MISSING! | AS5408 | 83.212.168.0/22 | DUTHNET - DIODOS (EduDSL) |
| MISSING! | AS5408 | 83.212.202.0/23 | T-EPIRUS TEI EPIRUS |
| MISSING! | AS5408 | 83.212.224.0/21 | PANTEION |
| MISSING! | AS5408 | 83.212.232.0/24 | TEIKOZANIS |
| MISSING! | AS5408 | 83.212.233.0/24 | DIODOS SMALL CLIENTS |
| 83.212.234.0/23 | NOHSIS | ||
| 83.212.240.0/23 | HUA | ||
| 83.212.242.0/24 | HUA | ||
| MISSING! | AS5408 | 83.212.243.0/24 | HCMR |
| MISSING! | AS5408 | 83.212.248.0/24 | Greek Research & Technology Network (GRNET) Small Clients |
| 84.38.0.0/20 | Aggregate routes of ATHENAnet - eduDSL | ||
| 87.239.232.0/21 | Aggregate routes of ATHENAnet - eduDSL | ||
| MISSING! | AS5408 | 143.233.43.0/24 | GR-NET |
| MISSING! | AS5408 | 143.233.50.0/24 | GR-NET |
| MISSING! | AS5408 | 143.233.51.0/24 | GR-NET |
| 143.233.54.0/24 | Agricultural University of Athens | ||
| MISSING! | AS5408 | 143.233.57.0/24 | GR-NET |
| MISSING! | AS5408 | 143.233.62.0/24 | GR-NET |
| 143.233.68.0/24 | General Secretariat of Research and Technology | ||
| MISSING! | AS5408 | 143.233.111.0/24 | GR-NET |
| 143.233.127.0/24 | KETHI | ||
| 143.233.169.0/24 | TEIPI TEI PEIRAEUS | ||
| 143.233.172.0/22 | TEIPI TEI PEIRAEUS | ||
| 143.233.176.0/24 | TEIPI TEI PEIRAEUS | ||
| 143.233.182.0/23 | Agricultural University of Athens | ||
| 143.233.184.0/22 | Agricultural University of Athens | ||
| 143.233.188.0/23 | Agricultural University of Athens | ||
| 143.233.204.0/24 | Agricultural University of Athens | ||
| MISSING! | AS5408 | 143.233.240.0/24 | Agricultural University of Athens |
| 147.27.46.0/23 | FDSL Technical University of Crete | ||
| 147.52.192.0/23 | University of Crete, Students-ADSL | ||
| 147.102.136.0/21 | National Technical University of Athens Space used for EduDSL (Diodos) | ||
| 150.140.128.0/17 | UPATRAS | ||
| 150.140.224.0/22 | UPATRAS - DIODOS | ||
| 155.207.248.0/21 | AUTH-NET-DIODOS Aristotle University of Thessaloniki Thessaloniki, Macedonia, Greece | ||
| AS1101 AS1239 AS1257 AS12637 AS12779 AS12816 AS16150 AS16186 AS1741 AS1835 AS19255 AS1930 AS19782 AS20640 AS26943 AS29259 AS3301 AS3344 AS5050 AS559 AS65100 AS7019 AS8473 | AS12779 AS12816 AS14361 AS15598 AS16150 AS1741 AS17832 AS1835 AS19255 AS1930 AS20640 AS26943 AS27552 AS2847 AS29259 AS29748 AS3327 AS3344 AS34225 AS36856 AS5408 AS559 AS7019 AS7570 AS8473 AS9033 | 192.88.99.0/24 | RFC3068-SWITCH RFC3068-FUNET RFC3068-FSKNET RFC3068-FCCN RFC3068-LITNET RFC3068-LINXTELECOM RFC3068-KEWLIO RFC3068-GRNET ameri.ca RFC3068 space RFC3068-AARNet RFC3068-BAHNHOF RFC3068-ECIX RFC3068-ITGate RFC3068-LRZ Electric Lightwave Inc (ARIN OrgID: ELIX) RFC3068-IP-EXCHANGE-GMBH RFC3068-P80 Proxy-Registered Route Object by DACOM(AS3786) RFC3068 - 6to4 anycast provided by AS19255 RFC3068-TITANN RFC3068 - 6to4 anycast provided by AS26943 RFC3068 - TowardEX Technologies, Inc. RFC3068-IABG RFC3068. Proxy route for prefix filters RFC3068-SPEEDPARTNER An Anycast Prefix for 6to4 Relay Routers |
| 193.92.3.0/24 | IMBC Institute of Marine Biology of Crete | ||
| 193.218.36.0/24 | MAICH | ||
| 193.218.96.0/23 | OTE Telematics Network | ||
| 193.218.124.0/23 | Hellenic Standards Organization | ||
| 194.177.192.0/19 | Aggregated address space announced by AS5408 | ||
| 194.177.192.0/24 | ILSP, Institute for Language and Speech Processing | ||
| 194.177.199.0/24 | T-EPIRUS TEI EPIRUS | ||
| 194.177.200.0/21 | University of Thessaly | ||
| 194.177.208.0/22 | GRNET | ||
| 194.177.212.0/23 | GSRT-NET | ||
| 194.177.214.0/23 | NDC-NET | ||
| 194.177.216.0/24 | TEI-MESOLONGHI | ||
| 194.177.217.0/24 | ILSPNET-XANTHI | ||
| 194.177.218.0/23 | PANTEION | ||
| 194.177.220.0/22 | PANTEION | ||
| 195.130.64.0/18 | Aggregated address space announced by AS5408 | ||
| 195.130.64.0/23 | TEIHAL | ||
| 195.130.66.0/24 | HNDC-NET | ||
| 195.130.67.0/24 | TEI-SERRES | ||
| 195.130.68.0/22 | Panteion University | ||
| 195.130.72.0/23 | T-EPIRUS TEI EPIRUS | ||
| 195.130.74.0/23 | EKDD National Center of Public Administration | ||
| 195.130.76.0/23 | ASFA | ||
| 195.130.78.0/23 | TEILAM | ||
| 195.130.80.0/21 | TEIKOZANIS | ||
| 195.130.88.0/24 | PASTEUR | ||
| MISSING! | AS5408 | 195.130.89.0/24 | AIX |
| 195.130.90.0/23 | HUANET | ||
| 195.130.92.0/23 | TEIKAV | ||
| 195.130.94.0/24 | TEIKAV | ||
| 195.130.95.0/24 | TEI-KALAMATA | ||
| 195.251.0.0/16 | Aggregated address space announced by AS5408 GRNET | ||
| 195.251.0.0/23 | HAFA Hellenic Air Force Academy | ||
| 195.251.2.0/24 | MNEC | ||
| 195.251.3.0/24 | CETI Cultural and Educational Technology Institute | ||
| MISSING! | AS5408 | 195.251.4.0/24 | GRNET SMALL CLIENTS |
| 195.251.5.0/24 | NESTOR | ||
| 195.251.6.0/23 | NHRF-NET | ||
| 195.251.16.0/24 | YPEPTH | ||
| 195.251.17.0/24 | University of Thessaly | ||
| 195.251.18.0/23 | University of Thessaly | ||
| 195.251.20.0/24 | HPINET Hellenic Pedagogical Institute | ||
| 195.251.21.0/24 | BSRC-FLEMING | ||
| 195.251.22.0/24 | TEI-SERRES | ||
| 195.251.23.0/24 | OASP | ||
| 195.251.24.0/22 | GRNET | ||
| 195.251.28.0/24 | UNTC | ||
| 195.251.29.0/24 | GR-NET-HQ | ||
| 195.251.30.0/23 | HUANET | ||
| 195.251.32.0/22 | HellenicParliamentNet | ||
| 195.251.36.0/23 | HCMR | ||
| 195.251.38.0/23 | UPELOP | ||
| 195.251.40.0/24 | IGME | ||
| 195.251.41.0/24 | EUGENIDES-GR | ||
| 195.251.42.0/23 | CRES | ||
| 195.251.44.0/23 | TEI-SERRES | ||
| 195.251.46.0/23 | UPELOP | ||
| 195.251.49.0/24 | ITSAK | ||
| 195.251.50.0/23 | TEIION | ||
| 195.251.52.0/22 | GRNET-GRID | ||
| MISSING! | AS5408 | 195.251.52.0/24 | GRNET-GRID |
| MISSING! | AS5408 | 195.251.53.0/24 | GRNET-GRID HellasGrid cluster - NDC |
| 195.251.56.0/23 | TEILAM | ||
| 195.251.58.0/24 | ISI | ||
| MISSING! | AS5408 | 195.251.59.0/24 | AIX |
| 195.251.60.0/23 | ASFA | ||
| MISSING! | AS5408 | 195.251.62.0/24 | GRNET |
| 195.251.63.0/24 | Firemen Academy of Greece (FAG) | ||
| 195.251.64.0/19 | TEIPIR | ||
| 195.251.96.0/24 | SSE-GR | ||
| 195.251.97.0/24 | IRMA-GR | ||
| 195.251.98.0/23 | SND-GR | ||
| MISSING! | AS5408 | 195.251.100.0/22 | TEIION |
| 195.251.100.0/23 | TEIION | ||
| MISSING! | AS5408 | 195.251.102.0/23 | TEIION |
| 195.251.104.0/24 | ARCHET | ||
| MISSING! | AS5408 | 195.251.106.0/23 | TEILAM |
| 195.251.108.0/24 | UCG | ||
| 195.251.112.0/23 | UPELOP | ||
| 195.251.114.0/24 | IGME-THESS | ||
| 195.251.115.0/24 | BIOACADEMYNET | ||
| 195.251.116.0/24 | AFS-NET | ||
| 195.251.117.0/24 | GR-ITI | ||
| 195.251.118.0/24 | GR-ITI | ||
| 195.251.119.0/24 | RAE-GR |

| Number of prefixes: | 106 |
| Regions: | 23 |
| IP numbers: | 272896 |
| Unique IP numbers: | 222208 |
| Overlapping IP numbers: | 50688 |
|
| Peer | Import | Export |
| R | AS112 ROOTSERV Root Server Technical Operations Assn See: http://www as112 net/ $Id: aut num:AS112,v 1 5 2007/09/23 06:08:02 liman Exp $ | (AS112) AND <^AS112+$> AND NOT COMMUNITY.CONTAINS(5408:1001) AND NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:1004) | NOT ANY |
| O | AS1241 FORTHNET GR FORTHnet Greek IP Service Provider GR | AS-FORTHNET | AS-GRNET |
| O | AS1752 BT CIN AND ADASTRAL Used by BT IP networks for Intranet Test and Development | AS1752 | ANY |
| OB | AS2546 ARIADNE T Network Greek Academic & Research Computer Network | AS2546 | AS-GRNET AS-AIX AS3333 |
| O | AS2686 AT&T Global Network Services EMEA For routing issues: noc@attglobal net For NEW peering issues: peering@attglobal net For SPAM: abuse@attglobal net For addressing issues: euabsipa@emea att com | AS-IGNEMEA | ANY AND NOT {0.0.0.0/0} |
| O | AS3268 CYNET Cyprus Academic Network Cyprus | AS3268 | ANY |
| OB | AS3323 NTUA National Technical University of Athens | AS3323 AS2546 AS8611 | AS-GRNET AS-AIX AS5400 AS3333 |
| O | AS3329 Hellas Online SA Athens, Greece | AS3329:AS-TO-AIX | AS-GRNETUS |
| OB | AS5470 ASAUTHNET AUTH NET AS Aristotle University of Thessaloniki , Macedonia, Greece | AS5470 | ANY |
| OB | AS5489 TEI THES Technological and Educational Institute of Thessaloniki | AS5489 | AS-GRNET AS-AIX |
| O | AS6680 SIXNET 6NET IPv6 research network core AS number | ANY | |
| OB | AS6744 RACTI NET RACTInet Academic & Research Network in the Region of Patras administered by Research Academic Computer Technology Institute (CTI) Patras, Greece | AS6744 | AS2546 AS3323 AS5408 AS5400 |
| O | AS6797 UNSPECIFIED AIX (Athens Internet eXchange) Greek networks and ISPs peering initiative Athens, Greece | AS6797 AS-AIXOTENET AS-AIXFORTHNET AS-AIXHOL AS-AIXIBM AS-AIXIDEALNET AS-AIXCOMPULINK AS-AIXGLOBALONE | AS-AIXGRNET |
| O | AS6799 OTENET GR OTEnet S A Multiprotocol Backbone & ISP Athens Greece | AS-OTENET | AS-GRNET |
| OB | AS6867 UCnet University of Crete | AS6867 | AS5408 AS2546 AS3323 AS5470 AS6744 |
| O | AS8212 GR COMPULINK Network S A Ave Syggrou 44, 117 42, Athens, Greece | AS8212 AS13288 AS15604 | ANY |
| O | AS8214 SEEREN AL Institute of Informatics and Applied Mathematics | AS8214 | {0.0.0.0/0} |
| OB | AS8248 GR EDUNET Greek High School Internet Network (backbone and access) | AS8248 | ANY |
| OB | AS8253 DUTHNET AS Democritus University of Thrace Network Greece | AS8253 | ANY |
| OB | AS8278 TUC AS Technical University of Crete Autonomous System Chania, Greece | AS8278 | ANY |
| O | AS8313 SPARKNET AS InternetWorking and Communication Services Thessaloniki GREECE | AS-SPARKNET | AS-AIXGRNET |
| O | AS8403 TIX AS TIX (Thessaloniki Internet Exchange) Greek networks and ISPs peering initiative Thessaloniki, Greece | AS1241 AS3329 AS6799 AS3260 AS8313 | AS-GRNET |
| O | AS8509 ALTECTELECOMS ALTEC TELECOMS Autonomous System ALTEC TELECOMS SA | AS5408:AS-TO-AIX | |
| OB | AS8522 FORTH AS FORTH Autonomous System Foundation for Research and Technology Hellas | {139.91.0.0/16} | ANY |
| O | AS8573 INTERNETGR AS Internet Hellas Autonomous System Athens, Greece | AS-GRNET | |
| OB | AS8581 UOI University of Ioannina | AS8581 | AS-GRNET AS-AIX |
| OB | AS8611 UNSPECIFIED Athens University of Economics and Business | AS8611 | ANY |
| OB | AS8617 UNSPECIFIED University of the Aegean | AS8617 | ANY |
| OB | AS8618 UNSPECIFIED Ionion University | AS8618 | ANY |
| OB | AS8643 ATHENAnet Academic and Research Network in the Region of the University of Athens, Greece administered by UOA NOC | AS8643 AS31563 | ANY |
| OB | AS8700 UNSPECIFIED TECHNOLOGICAL EDUCATIONAL INSTITUTE (T E I ) OF LARISSA | AS8700 | ANY |
| OB | AS8762 TEI OF CRETE AS Technological Educational Institute of Crete , Greece | AS8762 | ANY |
| OB | AS8991 UNSPECIFIED IMBC Autonomous System Institute of Marine Biology of CRETE | AS8991 | AS-GRNET AS-AIX |
| OB | AS9069 UNSPECIFIED Technological Educational Institute (T E I ) of Athens (Egaleo) GREECE | AS9069 | ANY |
| O | AS12361 Panafonet AS PanafonNet AS Athens, Greece | AS-PANAFONET | AS-GRNETUS |
| OB | AS12364 UOM University of Macedonia | AS12364 | ANY |
| OB | AS12402 UOPIRAEUS University of Piraeus | AS12402 | ANY |
| OB | AS15536 CEDEFOP AS CEDEFOP European Centre for the Development of Vocational Training Evropis 123 Pylea Thessaloniki GR 57001 | AS15536 | ANY |
| OB | AS15690 NOANET National Observatory of Athens | AS15690 | ANY |
| OB | AS15948 UNSPECIFIED ICE/HT fundamental and technological research | AS15948 | ANY |
| O | AS16336 LANNET Communications Athens, Greece | AS16336 | ANY |
| OB | AS20551 UNSPECIFIED TEIPAT Autonomous System Technological Educational Institute (T E I ) of Patras Patra, GREECE | AS20551 | ANY |
| OB | AS20813 HOU AS Hellenic Open University Patra Greece | AS20813 | ANY |
| ROB | AS20965 GEANT The GEANT IP Service | COMMUNITY.CONTAINS(20965:155, 20965:21320, 20965:2018, 20965:2907, 20965:7575, 20965:3300, 20965:293, 20965:6509, 20965:6683, 20965:11537, 20965:19401, 20965:24490, 20965:27750, 20965:3356, 20965:1299) (AS112) AND NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:1003) AND NOT COMMUNITY.CONTAINS(5408:1004) ANY COMMUNITY.CONTAINS(5408:120) AND AS5408:AS-MULTIHOMED^0-24 NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:1003) AND NOT COMMUNITY.CONTAINS(5408:1004) | (AS5408:RS-ROUTES^0-24 OR AS5408:AS-TO-GEANT^0-24) AND NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:4005) AS5408:AS-TO-GEANT |
| O | AS21284 VIVODI AS Vivodi Telecommunications S A Athens, Greece | AS-VIVODI AS-CYTANET | AS-GRNET |
| R | AS21357 AS AKAMAI MAPPING Akamai Technologies Mapping AS | NOT ANY | AS5408:RS-ROUTES^0-24 OR AS5408:AS-GRNET-CUSTOMERS^0-24 OR AS-SEEREN |
| O | AS25104 TECHPATH Techological Park of Thessaloniki | AS25104 | ANY |
| RO | AS25152 K ROOT SERVER AS of the k root servers net DNS root server | RS-KROOT-GRNET {193.0.14.0/24, 195.251.59.0/28} AND NOT COMMUNITY.CONTAINS(5408:1001) AND NOT COMMUNITY.CONTAINS(5408:1003) AND NOT COMMUNITY.CONTAINS(5408:1004) | {0.0.0.0/0^0} ANY |
| O | AS28684 ASN SYZEFXIS Greek Public Administration Network Athens, GR | AS28684 | ANY |
| O | AS31013 AIT GR AIT Athens Information Technology | AS31013 | ANY |
| OB | AS31694 GSCP General Secretary of Civil Protection (GSCP) Monastiraki Greece | AS31694 | ANY |
| RO | AS34771 SEEREN South East European Research & Education Networking project | AS-SEEREN AND <^AS-SEEREN*$> (AS112) AND (AS34771:AS-TO-GRNET) AND NOT COMMUNITY.CONTAINS(5408:1001) AND NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:1003) ANY COMMUNITY.CONTAINS(5408:110) COMMUNITY.CONTAINS(5408:120) NOT COMMUNITY.CONTAINS(5408:1001) AND NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:1003) AND (AS34771 OR AS34771:AS-TO-GRNET) AND <^AS34771+AS34771:AS-TO-GRNET*$> | ANY |
| O | AS42282 PH NET Phaistos Networks | AS42282 | ANY |
| OB | AS47616 CERTH Center for Research and Technology Hellas (CERTH) | AS47616 | |
| R | AS65001 -Private Use AS- | NOT COMMUNITY.CONTAINS(5408:1001) AND NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:1004) AND (AS65001) AND <^AS65001+$> NOT COMMUNITY.CONTAINS(5408:1001) AND NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:1004) AND COMMUNITY.CONTAINS(5408:666) AND COMMUNITY.CONTAINS(NO_EXPORT) AND (AS65001^32) AND <^AS65001+$> | |
| R | AS65052 -Private Use AS- | NOT COMMUNITY.CONTAINS(5408:1001) AND NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:1004) AND (AS65052) AND <^AS65052+$> NOT COMMUNITY.CONTAINS(5408:1001) AND NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:1004) AND COMMUNITY.CONTAINS(5408:666) AND COMMUNITY.CONTAINS(NO_EXPORT) AND (AS65052^32) AND <^AS65052+$> | AS5408:RS-ROUTES^0-24 OR AS5408:AS-GRNET-CUSTOMERS^0-24 |
| R | AS65500 -Private Use AS- | AS5408:RS-ROUTES^0-32 OR AS5408:AS-GRNET-CUSTOMERS^0-32 | NOT ANY |