latest news: Sept 16: now you can also quickly check a domainname against many blacklists with spam and phishing sites. more lists are added shortly

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 bgproute recordprefixdescription
62.217.64.0/18Greek Research & Technology Network (GRNET)
83.212.0.0/16Greek Research & Technology Network (GRNET)
83.212.0.0/21GRNET
MISSING!AS540883.212.8.0/24GRNET
83.212.16.0/21University of Western Macedonia URL: www.uowm.gr
83.212.24.0/23University of Western Macedonia URL: www.uowm.gr
MISSING!AS540883.212.26.0/23GRNET
MISSING!AS540883.212.28.0/22GRNET
83.212.32.0/22University of Thessaly
MISSING!AS540883.212.36.0/24ASPETE
MISSING!AS540883.212.37.0/24TEI-KALAMATA
MISSING!AS540883.212.38.0/23UPELOP
MISSING!AS540883.212.40.0/23TEIHAL
MISSING!AS540883.212.42.0/24SND-GR
MISSING!AS540883.212.43.0/24UCG
MISSING!AS540883.212.44.0/24TEI-MESOLONGHI
MISSING!AS20813 AS540883.212.48.0/21HOUnet - Student DSL HOUnet - Student DSL
MISSING!AS5408 AS870083.212.56.0/23DIAS DIAS
83.212.58.0/23TEI-SERRES
83.212.60.0/22TEI-SERRES
83.212.92.0/22TEIKAV
MISSING!AS540883.212.168.0/22DUTHNET - DIODOS (EduDSL)
MISSING!AS540883.212.202.0/23T-EPIRUS TEI EPIRUS
MISSING!AS540883.212.224.0/21PANTEION
MISSING!AS540883.212.232.0/24TEIKOZANIS
MISSING!AS540883.212.233.0/24DIODOS SMALL CLIENTS
83.212.234.0/23NOHSIS
83.212.240.0/23HUA
83.212.242.0/24HUA
MISSING!AS540883.212.243.0/24HCMR
MISSING!AS540883.212.248.0/24Greek Research & Technology Network (GRNET) Small Clients
84.38.0.0/20Aggregate routes of ATHENAnet - eduDSL
87.239.232.0/21Aggregate routes of ATHENAnet - eduDSL
MISSING!AS5408143.233.43.0/24GR-NET
MISSING!AS5408143.233.50.0/24GR-NET
MISSING!AS5408143.233.51.0/24GR-NET
143.233.54.0/24Agricultural University of Athens
MISSING!AS5408143.233.57.0/24GR-NET
MISSING!AS5408143.233.62.0/24GR-NET
143.233.68.0/24General Secretariat of Research and Technology
MISSING!AS5408143.233.111.0/24GR-NET
143.233.127.0/24KETHI
143.233.169.0/24TEIPI TEI PEIRAEUS
143.233.172.0/22TEIPI TEI PEIRAEUS
143.233.176.0/24TEIPI TEI PEIRAEUS
143.233.182.0/23Agricultural University of Athens
143.233.184.0/22Agricultural University of Athens
143.233.188.0/23Agricultural University of Athens
143.233.204.0/24Agricultural University of Athens
MISSING!AS5408143.233.240.0/24Agricultural University of Athens
147.27.46.0/23FDSL Technical University of Crete
147.52.192.0/23University of Crete, Students-ADSL
147.102.136.0/21National Technical University of Athens Space used for EduDSL (Diodos)
150.140.128.0/17UPATRAS
150.140.224.0/22UPATRAS - DIODOS
155.207.248.0/21AUTH-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 AS8473AS12779 AS12816 AS14361 AS15598 AS16150 AS1741 AS17832 AS1835 AS19255 AS1930 AS20640 AS26943 AS27552 AS2847 AS29259 AS29748 AS3327 AS3344 AS34225 AS36856 AS5408 AS559 AS7019 AS7570 AS8473 AS9033192.88.99.0/24RFC3068-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/24IMBC Institute of Marine Biology of Crete
193.218.36.0/24MAICH
193.218.96.0/23OTE Telematics Network
193.218.124.0/23Hellenic Standards Organization
194.177.192.0/19Aggregated address space announced by AS5408
194.177.192.0/24ILSP, Institute for Language and Speech Processing
194.177.199.0/24T-EPIRUS TEI EPIRUS
194.177.200.0/21University of Thessaly
194.177.208.0/22GRNET
194.177.212.0/23GSRT-NET
194.177.214.0/23NDC-NET
194.177.216.0/24TEI-MESOLONGHI
194.177.217.0/24ILSPNET-XANTHI
194.177.218.0/23PANTEION
194.177.220.0/22PANTEION
195.130.64.0/18Aggregated address space announced by AS5408
195.130.64.0/23TEIHAL
195.130.66.0/24HNDC-NET
195.130.67.0/24TEI-SERRES
195.130.68.0/22Panteion University
195.130.72.0/23T-EPIRUS TEI EPIRUS
195.130.74.0/23EKDD National Center of Public Administration
195.130.76.0/23ASFA
195.130.78.0/23TEILAM
195.130.80.0/21TEIKOZANIS
195.130.88.0/24PASTEUR
MISSING!AS5408195.130.89.0/24AIX
195.130.90.0/23HUANET
195.130.92.0/23TEIKAV
195.130.94.0/24TEIKAV
195.130.95.0/24TEI-KALAMATA
195.251.0.0/16Aggregated address space announced by AS5408 GRNET
195.251.0.0/23HAFA Hellenic Air Force Academy
195.251.2.0/24MNEC
195.251.3.0/24CETI Cultural and Educational Technology Institute
MISSING!AS5408195.251.4.0/24GRNET SMALL CLIENTS
195.251.5.0/24NESTOR
195.251.6.0/23NHRF-NET
195.251.16.0/24YPEPTH
195.251.17.0/24University of Thessaly
195.251.18.0/23University of Thessaly
195.251.20.0/24HPINET Hellenic Pedagogical Institute
195.251.21.0/24BSRC-FLEMING
195.251.22.0/24TEI-SERRES
195.251.23.0/24OASP
195.251.24.0/22GRNET
195.251.28.0/24UNTC
195.251.29.0/24GR-NET-HQ
195.251.30.0/23HUANET
195.251.32.0/22HellenicParliamentNet
195.251.36.0/23HCMR
195.251.38.0/23UPELOP
195.251.40.0/24IGME
195.251.41.0/24EUGENIDES-GR
195.251.42.0/23CRES
195.251.44.0/23TEI-SERRES
195.251.46.0/23UPELOP
195.251.49.0/24ITSAK
195.251.50.0/23TEIION
195.251.52.0/22GRNET-GRID
MISSING!AS5408195.251.52.0/24GRNET-GRID
MISSING!AS5408195.251.53.0/24GRNET-GRID HellasGrid cluster - NDC
195.251.56.0/23TEILAM
195.251.58.0/24ISI
MISSING!AS5408195.251.59.0/24AIX
195.251.60.0/23ASFA
MISSING!AS5408195.251.62.0/24GRNET
195.251.63.0/24Firemen Academy of Greece (FAG)
195.251.64.0/19TEIPIR
195.251.96.0/24SSE-GR
195.251.97.0/24IRMA-GR
195.251.98.0/23SND-GR
MISSING!AS5408195.251.100.0/22TEIION
195.251.100.0/23TEIION
MISSING!AS5408195.251.102.0/23TEIION
195.251.104.0/24ARCHET
MISSING!AS5408195.251.106.0/23TEILAM
195.251.108.0/24UCG
195.251.112.0/23UPELOP
195.251.114.0/24IGME-THESS
195.251.115.0/24BIOACADEMYNET
195.251.116.0/24AFS-NET
195.251.117.0/24GR-ITI
195.251.118.0/24GR-ITI
195.251.119.0/24RAE-GR
  • Fri Oct 3 18:54:45 2008 + AS5408->AS65500 added
    AS5408 GR NET Greek Research & Technology Network, http://www grnet gr
    added
    AS65500 -Private Use AS-
  • Fri Oct 3 17:05:52 2008 + AS5408->AS65001 added
    AS5408 GR NET Greek Research & Technology Network, http://www grnet gr
    added
    AS65001 -Private Use AS-
  • Fri Oct 3 17:05:52 2008 + AS5408->AS65500 added
    AS5408 GR NET Greek Research & Technology Network, http://www grnet gr
    added
    AS65500 -Private Use AS-
  • Fri Oct 3 08:51:02 2008 + AS5408->AS65500 added
    AS5408 GR NET Greek Research & Technology Network, http://www grnet gr
    added
    AS65500 -Private Use AS-
  • Thu Oct 2 21:49:05 2008 + AS5408->AS65001 added
    AS5408 GR NET Greek Research & Technology Network, http://www grnet gr
    added
    AS65001 -Private Use AS-
  • Thu Oct 2 21:49:05 2008 + AS5408->AS65500 added
    AS5408 GR NET Greek Research & Technology Network, http://www grnet gr
    added
    AS65500 -Private Use AS-
  • Thu Oct 2 16:30:28 2008 + AS5408->AS65500 added
    AS5408 GR NET Greek Research & Technology Network, http://www grnet gr
    added
    AS65500 -Private Use AS-
  • Thu Oct 2 16:01:22 2008 + AS5408->AS65001 added
    AS5408 GR NET Greek Research & Technology Network, http://www grnet gr
    added
    AS65001 -Private Use AS-
  • Thu Oct 2 16:01:22 2008 + AS5408->AS65500 added
    AS5408 GR NET Greek Research & Technology Network, http://www grnet gr
    added
    AS65500 -Private Use AS-
  • Wed Oct 1 14:48:12 2008 + AS5408->AS65500 added
    AS5408 GR NET Greek Research & Technology Network, http://www grnet gr
    added
    AS65500 -Private Use AS-
  • Peer and upstream distribution


    AS5408

    Brief information

    Number of prefixes:106
    Regions:23
    IP numbers:272896
    Unique IP numbers:222208
    Overlapping IP numbers:50688
    Registered
    Other side
    BGP visible
    PeerImportExport
    RAS112 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
    OAS1241 FORTHNET GR FORTHnet Greek IP Service Provider GRAS-FORTHNET
    AS-GRNET
    OAS1752 BT CIN AND ADASTRAL Used by BT IP networks for Intranet Test and DevelopmentAS1752
    ANY
    OBAS2546 ARIADNE T Network Greek Academic & Research Computer NetworkAS2546
    AS-GRNET AS-AIX AS3333
    OAS2686 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 comAS-IGNEMEA
    ANY AND NOT {0.0.0.0/0}
    OAS3268 CYNET Cyprus Academic Network CyprusAS3268
    ANY
    OBAS3323 NTUA National Technical University of AthensAS3323 AS2546 AS8611
    AS-GRNET AS-AIX AS5400 AS3333
    OAS3329 Hellas Online SA Athens, GreeceAS3329:AS-TO-AIX
    AS-GRNETUS
    OBAS5470 ASAUTHNET AUTH NET AS Aristotle University of Thessaloniki , Macedonia, GreeceAS5470
    ANY
    OBAS5489 TEI THES Technological and Educational Institute of ThessalonikiAS5489
    AS-GRNET AS-AIX
    OAS6680 SIXNET 6NET IPv6 research network core AS numberANY
    OBAS6744 RACTI NET RACTInet Academic & Research Network in the Region of Patras administered by Research Academic Computer Technology Institute (CTI) Patras, GreeceAS6744
    AS2546 AS3323
    AS5408 AS5400
    OAS6797 UNSPECIFIED AIX (Athens Internet eXchange) Greek networks and ISPs peering initiative Athens, GreeceAS6797 AS-AIXOTENET AS-AIXFORTHNET AS-AIXHOL AS-AIXIBM AS-AIXIDEALNET AS-AIXCOMPULINK AS-AIXGLOBALONE
    AS-AIXGRNET
    OAS6799 OTENET GR OTEnet S A Multiprotocol Backbone & ISP Athens GreeceAS-OTENET
    AS-GRNET
    OBAS6867 UCnet University of CreteAS6867
    AS5408 AS2546 AS3323 AS5470 AS6744
    OAS8212 GR COMPULINK Network S A Ave Syggrou 44, 117 42, Athens, GreeceAS8212 AS13288 AS15604
    ANY
    OAS8214 SEEREN AL Institute of Informatics and Applied MathematicsAS8214
    {0.0.0.0/0}
    OBAS8248 GR EDUNET Greek High School Internet Network (backbone and access)AS8248
    ANY
    OBAS8253 DUTHNET AS Democritus University of Thrace Network GreeceAS8253
    ANY
    OBAS8278 TUC AS Technical University of Crete Autonomous System Chania, GreeceAS8278
    ANY
    OAS8313 SPARKNET AS InternetWorking and Communication Services Thessaloniki GREECEAS-SPARKNET
    AS-AIXGRNET
    OAS8403 TIX AS TIX (Thessaloniki Internet Exchange) Greek networks and ISPs peering initiative Thessaloniki, GreeceAS1241 AS3329 AS6799 AS3260 AS8313
    AS-GRNET
    OAS8509 ALTECTELECOMS ALTEC TELECOMS Autonomous System ALTEC TELECOMS SAAS5408:AS-TO-AIX
    OBAS8522 FORTH AS FORTH Autonomous System Foundation for Research and Technology Hellas{139.91.0.0/16}
    ANY
    OAS8573 INTERNETGR AS Internet Hellas Autonomous System Athens, GreeceAS-GRNET
    OBAS8581 UOI University of IoanninaAS8581
    AS-GRNET AS-AIX
    OBAS8611 UNSPECIFIED Athens University of Economics and BusinessAS8611
    ANY
    OBAS8617 UNSPECIFIED University of the AegeanAS8617
    ANY
    OBAS8618 UNSPECIFIED Ionion UniversityAS8618
    ANY
    OBAS8643 ATHENAnet Academic and Research Network in the Region of the University of Athens, Greece administered by UOA NOCAS8643 AS31563
    ANY
    OBAS8700 UNSPECIFIED TECHNOLOGICAL EDUCATIONAL INSTITUTE (T E I ) OF LARISSAAS8700
    ANY
    OBAS8762 TEI OF CRETE AS Technological Educational Institute of Crete , GreeceAS8762
    ANY
    OBAS8991 UNSPECIFIED IMBC Autonomous System Institute of Marine Biology of CRETEAS8991
    AS-GRNET AS-AIX
    OBAS9069 UNSPECIFIED Technological Educational Institute (T E I ) of Athens (Egaleo) GREECEAS9069
    ANY
    OAS12361 Panafonet AS PanafonNet AS Athens, GreeceAS-PANAFONET
    AS-GRNETUS
    OBAS12364 UOM University of MacedoniaAS12364
    ANY
    OBAS12402 UOPIRAEUS University of PiraeusAS12402
    ANY
    OBAS15536 CEDEFOP AS CEDEFOP European Centre for the Development of Vocational Training Evropis 123 Pylea Thessaloniki GR 57001AS15536
    ANY
    OBAS15690 NOANET National Observatory of AthensAS15690
    ANY
    OBAS15948 UNSPECIFIED ICE/HT fundamental and technological researchAS15948
    ANY
    OAS16336 LANNET Communications Athens, GreeceAS16336
    ANY
    OBAS20551 UNSPECIFIED TEIPAT Autonomous System Technological Educational Institute (T E I ) of Patras Patra, GREECEAS20551
    ANY
    OBAS20813 HOU AS Hellenic Open University Patra GreeceAS20813
    ANY
    ROBAS20965 GEANT The GEANT IP ServiceCOMMUNITY.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
    OAS21284 VIVODI AS Vivodi Telecommunications S A Athens, GreeceAS-VIVODI AS-CYTANET
    AS-GRNET
    RAS21357 AS AKAMAI MAPPING Akamai Technologies Mapping ASNOT ANY
    AS5408:RS-ROUTES^0-24 OR AS5408:AS-GRNET-CUSTOMERS^0-24 OR AS-SEEREN
    OAS25104 TECHPATH Techological Park of ThessalonikiAS25104
    ANY
    ROAS25152 K ROOT SERVER AS of the k root servers net DNS root serverRS-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
    OAS28684 ASN SYZEFXIS Greek Public Administration Network Athens, GRAS28684
    ANY
    OAS31013 AIT GR AIT Athens Information TechnologyAS31013
    ANY
    OBAS31694 GSCP General Secretary of Civil Protection (GSCP) Monastiraki GreeceAS31694
    ANY
    ROAS34771 SEEREN South East European Research & Education Networking projectAS-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
    OAS42282 PH NET Phaistos NetworksAS42282
    ANY
    OBAS47616 CERTH Center for Research and Technology Hellas (CERTH)AS47616
    RAS65001 -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+$>
    RAS65052 -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
    RAS65500 -Private Use AS-AS5408:RS-ROUTES^0-32 OR AS5408:AS-GRNET-CUSTOMERS^0-32
    NOT ANY


    latest updated pages: nauan.net waldenu.edu zalauanul.net customermarketing.com at-uclan.com asian-lolitas.com jobdbs.com computershares.com b1047.com hemnet.se footsie.com