AS5408 GR-NET Greek Research & Technology Network, http://www.grnet.gr


AS{5408}
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:1006 Routes receivied from AMSIX
+
+ Routing Manipulation:
+ +---------------------------------------------------------------+
+ | This set of communities are available to all GRNET clients |
+ | 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 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
+ 5408:4006 Don't annouce to AMSIX
+
+ BlackHole, Rate-Limiting and other tools:
+ +---------------------------------------------------------------+
+ | This set of communities are available to all GRNET clients. |
+ | 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 customer routes
+ received from AIX/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)
+
+ LocalPref 102: - AMSIX direct peering routes
+
+ LocalPref 100: - GEANT (MED=0 Primary, MED=20 Secondary)
+ - RTSQoS Project
+
+ LocalPref 98: -AMSIX route server routes
+ ######################################################################
+
+
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-part
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) AND
NOT community.contains(5408:1006));
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:1006);
REFINE {
from AS20965 62.40.124.89
accept ANY;
from AS20965 62.40.124.141
action med=20;
accept ANY;
}
import: from AS20965
action community.append(5408:1001);
accept {0.0.0.0/0^0-24} AND
NOT community.contains(5408:1002) AND
NOT community.contains(5408:1003) AND
NOT community.contains(5408:1006);
REFINE {
from AS20965 62.40.124.89
accept ANY;
from AS20965 62.40.124.141
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
# action aspath.prepend(AS5408,AS5408,AS5408,AS5408,AS5408);
announce (AS5408:RS-ROUTES^0-24 OR
AS5408:AS-TO-GEANT^0-24)
AND NOT community.contains(5408:1002)
AND NOT community.contains(5408:1006)
AND NOT community.contains(5408:4005);
remarks:
+=======================================================================
+ AMSIX direct and indirect peerings (through route servers)
+ ----------------------------------------------------------------------
+ PEER DESCRIPTION:
+ These are the direct and indirect peers in AMSIX of GRNET
+ Import Policy: Reject routes tagged with special communities
+ (5408:1001,5408:1002,5408:1003)
+ 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) Mark incoming routes with community 5408:1006
+ Export Policy: Announce all GRNET clients except from those
+ tagged with don't-announce-to-AMSIX (5408:4006). Also
+ double check that AIX/GRIX(5408:1002) & GEANT (5408:1001)
+ routes are not announced.
+=======================================================================
import: from AS15169
action pref=118;
community.append(5408:1006);
community.append(5408:4001);
community.append(5408:4005);
accept AS-GOOGLE;
import: from AS6777
action pref=122;
community.append(5408:1006);
community.append(5408:4001);
community.append(5408:4005);
accept ANY;
import: from AS3333
action pref=118;
community.append(5408:1006);
community.append(5408:4001);
community.append(5408:4005);
accept AS-RIPENCC;
export: to AS15169
announce (AS5408:RS-ROUTES^0-24
OR AS5408:AS-TO-GEANT^0-24)
AND NOT community.contains(5408:1001)
AND NOT community.contains(5408:1002)
AND NOT community.contains(5408:4006);
export: to AS6777
action aspath.prepend(AS5408,AS5408,AS5408,AS5408,AS5408);
announce (AS5408:RS-ROUTES^0-24
OR AS5408:AS-TO-GEANT^0-24)
AND NOT community.contains(5408:1001)
AND NOT community.contains(5408:1002)
AND NOT community.contains(5408:4006);
export: to AS3333
announce (AS5408:RS-ROUTES^0-24
OR AS5408:AS-TO-GEANT^0-24)
AND NOT community.contains(5408:1001)
AND NOT community.contains(5408:1002)
AND NOT community.contains(5408:4006);
+
+
remarks:
+=======================================================================
+ GRIX & AIX Peers
+ ----------------------------------------------------------------------
+ PEER DESCRIPTION:
+ These are the GRIX & AIX Peers of GRNET
+ Import Policy: Reject routes tagged with special communities
+ (5408:1001,5408:1003)
+ 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.
+ --> AIX HAS A WORSE MED (20) <--
+ 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.
+=======================================================================
import: from AS-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:1006);
import: from AS-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:1006)
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;
}
REFINE {
from AS-ANY 83.212.8.0 # GRIX
accept ANY;
from AS-ANY 195.130.89.0 # AIX
action med=20;
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:1006)
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;
}
export: to prng-as5408-grix
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:1006)
AND NOT community.contains(5408:4001);
REFINE {
to prng-as5408-grix
action aspath.prepend(AS5408,AS5408,AS5408);
announce community.contains(5408:3003);
to prng-as5408-grix
action aspath.prepend(AS5408,AS5408,AS5408,AS5408,AS5408);
announce community.contains(5408:3005);
to prng-as5408-grix 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)
+ 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:1006) 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:1006) 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:1006) 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:
+=======================================================================
+ 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:4006);
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:1006);
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);
accept (AS112) AND <^AS112+$> AND
NOT community.contains(5408:1001) AND
NOT community.contains(5408:1002) AND
NOT community.contains(5408:1006);
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:1006) 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:1006) AND
(AS65052) AND <^AS65052+$>;
export: to AS65052
announce AS5408:RS-ROUTES^0-24 OR
AS5408:AS-GRNET-CUSTOMERS^0-24;
+
+
remarks:
+=======================================================================
+ AKAMAI
+ ----------------------------------------------------------------------
+ PEER DESCRIPTION:
+ AKAMAI. Accept no routes. Announce GRNET customers.
+=======================================================================
import: from AS21357
accept NOT ANY;
export: to AS21357
announce AS5408:RS-ROUTES^0-24 OR
AS5408:AS-GRNET-CUSTOMERS^0-24
+
+
remarks:
+=======================================================================
+ ROUTE-COLLECTOR
+ ----------------------------------------------------------------------
+ PEER DESCRIPTION:
+ ROUTE-COLLECTOR. Accept no routes. Announce everything
+=======================================================================
import: from AS65501
accept NOT ANY;
export: to AS65501
announce ANY;
+
+
remarks:
+=======================================================================
+ IME
+ ----------------------------------------------------------------------
+ PEER DESCRIPTION:
+ IME. announce GRNET routes, route within GRNET *only*.
+=======================================================================
import: from AS65001 ####### TEMP AS!!!! ########
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:1006) 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:1006) AND
(AS65001) AND <^AS65001+$>;
export: to AS65001
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
source: RIPE
changed: alioumis(at)noc.grnet.gr 20091118
in bgproute recordprefixdescription
62.217.64.0/18Greek Research & Technology Network (GRNET)
62.217.64.0/23University of Thessaly
62.217.70.0/24GRNET
83.212.0.0/16Greek Research & Technology Network (GRNET)
83.212.0.0/21GRNET
(unannounced)AS5408
83.212.8.0/24GRNET
83.212.9.0/24GRNET
83.212.10.0/23IHU International Hellenic University
(unannounced)AS5408
83.212.12.0/24GRNET SMALL CLIENTS
83.212.16.0/21University of Western Macedonia URL: www.uowm.gr
83.212.24.0/23University of Western Macedonia URL: www.uowm.gr
AS5408
MISSING!83.212.25.0/24
83.212.26.0/23GRNET
83.212.28.0/22GRNET
(unannounced)AS5408
83.212.32.0/22University of Thessaly
AS5408
MISSING!83.212.33.0/24
AS5408
MISSING!83.212.34.0/23
83.212.36.0/24ASPETE
83.212.37.0/24TEI-KALAMATA
83.212.38.0/23UPELOP
83.212.40.0/23TEIHAL
83.212.42.0/24SND-GR
83.212.43.0/24UCG
83.212.44.0/24DUTHNET - DIODOS (EduDSL)
83.212.45.0/24TEIHER - DIODOS (EduDSL)
83.212.46.0/23TEIHER - DIODOS (EduDSL)
AS5408
AS20813
AS5408
83.212.48.0/21HOUnet - Student DSL HOUnet - Student DSL
AS5408
AS5408
AS8700
83.212.56.0/23DIAS DIAS
83.212.58.0/23TEI-SERRES
83.212.60.0/22TEI-SERRES
AS5408
MISSING!83.212.62.0/23
AS5408
AS8617
83.212.68.0/22Greek Research & Technology Network (GRNET)
AS5408
MISSING!83.212.77.0/24
AS5408
MISSING!83.212.78.0/23
AS5408
AS12364
83.212.80.0/21University of Macedonia
83.212.92.0/22TEIKAV
83.212.95.0/24TEIKAV - DIODOS (EduDSL)
AS5408
AS12402
83.212.96.0/20UOPIRAEUS-NET
AS5408
AS5489
83.212.112.0/20TEI-THES
83.212.168.0/22DUTHNET - DIODOS (EduDSL)
83.212.172.0/23TEI of Messolonghi
83.212.174.0/23TEIKOZANIS
83.212.176.0/21ADSL-TEIATH Technological Educational Institute of Athens
83.212.200.0/24TEIMESS - DIODOS (EduDSL)
(unannounced)AS5408
83.212.201.0/24University of Thessaly
83.212.202.0/23T-EPIRUS TEI EPIRUS
AS5408
AS8611
83.212.208.0/20AUEB-NET
83.212.224.0/21PANTEION
83.212.232.0/24American College of Thessaloniki
(unannounced)AS5408
83.212.233.0/24DIODOS SMALL CLIENTS
83.212.234.0/23NOHSIS
83.212.240.0/23HUA
83.212.242.0/24HUA
83.212.243.0/24HCMR
83.212.244.0/22UOI - DIODOS (EduDSL)
(unannounced)AS5408
83.212.248.0/24Greek Research & Technology Network (GRNET) Small Clients
83.212.252.0/23IHU - DIODOS (EduDSL)
AS5408
MISSING!83.212.254.0/23
(unannounced)AS5408
83.212.254.0/24DUTHNET - DIODOS (EduDSL)
84.38.0.0/20Aggregate routes of ATHENAnet - eduDSL
87.239.232.0/21Aggregate routes of ATHENAnet - eduDSL
(unannounced)AS5408
143.233.43.0/24GR-NET
(unannounced)AS5408
143.233.50.0/24GR-NET
(unannounced)AS5408
143.233.51.0/24GR-NET
143.233.54.0/24Agricultural University of Athens
(unannounced)AS5408
143.233.57.0/24GR-NET
(unannounced)AS5408
143.233.62.0/24GR-NET
143.233.68.0/24General Secretariat of Research and Technology
(unannounced)AS5408
143.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
(unannounced)AS5408
143.233.240.0/24Agricultural University of Athens
147.27.46.0/23FDSL Technical University of Crete
147.52.192.0/22University 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/21UPATRAS - DIODOS
(unannounced)AS5408
150.140.228.0/22UPATRAS - DIODOS
150.140.232.0/23UPATRAS - DIODOS
155.207.240.0/20AUTH-NET-DIODOS Aristotle University of Thessaloniki Thessaloniki, Macedonia, Greece
(unannounced)AS5408
155.207.248.0/21AUTH-NET-DIODOS Aristotle University of Thessaloniki Thessaloniki, Macedonia, Greece
AS1101
AS1239
AS1257
AS12779
AS12871
AS15598
AS16150
AS1835
AS1930
AS19782
AS20640
AS24130
AS3344
AS35244
AS38646
AS39556
AS41102
AS5050
AS559
AS59
AS6939
AS7019
AS8473
AS9503
AS10533
AS1101
AS12573
AS12637
AS12779
AS12816
AS12871
AS14361
AS15598
AS16150
AS1741
AS17832
AS1835
AS19255
AS1930
AS20640
AS25795
AS26622
AS26943
AS27552
AS2847
AS29259
AS29748
AS3327
AS3344
AS34225
AS36856
AS38646
AS39029
AS39556
AS5408
AS559
AS6838
AS6939
AS7019
AS7570
AS8473
192.88.99.0/24RFC3068-SWITCH RFC3068-SURFNET RFC3068-FUNET RFC3068-FSKNET RFC3068-FCCN RFC3068-LITNET RFC3068-LINXTELECOM RFC3068-KEWLIO RFC3068-GRNET 6to4 experiment RFC3068-HURRICANE ameri.ca RFC3068 space RFC3068-AARNet RFC3068-BAHNHOF IANA reserved see RFC 3068 for additional information. RFC3068-WIDEXS RFC3068-SEEWEB RFC3068-ITGate RFC3068-LRZ RFC3068-CONCEPTSICT 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 - ARP Networks, Inc. SIM Telecom 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 RFC3068 - 6to4 anycast provided by AS38646 (Tokyo6to4 Project) RFC3068-REDPILL-LINPRO RFC3068-EASYHOSTING
(unannounced)AS5408
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
(unannounced)AS5408
195.130.89.0/24AIX
195.130.90.0/23HUANET
AS5408
MISSING!195.130.91.0/24
195.130.92.0/23TEIKAV
AS5408
MISSING!195.130.93.0/24
195.130.94.0/24TEIKAV
195.130.95.0/24TEI-KALAMATA
195.130.122.0/24AVARCH
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
(unannounced)AS5408
195.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
(unannounced)AS5408
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
(unannounced)AS5408
195.251.52.0/24GRNET-GRID
(unannounced)AS5408
195.251.53.0/24GRNET-GRID HellasGrid cluster - NDC
195.251.56.0/23TEILAM
195.251.58.0/24ISI
(unannounced)AS5408
195.251.59.0/24AIX
195.251.60.0/23ASFA
(unannounced)AS5408
195.251.62.0/24GRNET
195.251.63.0/24Firemen Academy of Greece (FAG)
195.251.64.0/19TEIPIR
195.251.80.0/23TEIPIR - DIODOS (EduDSL)
195.251.82.0/24TEIPIR - DIODOS (EduDSL)
195.251.96.0/24SSE-GR
195.251.97.0/24IRMA-GR
195.251.98.0/23SND-GR
(unannounced)AS5408
195.251.100.0/22TEIION
195.251.100.0/23TEIION
195.251.102.0/23TEIION
195.251.104.0/24ARCHET
AS5408
AS8618
195.251.105.0/24IONIAN Ionian University Offices @ Athens
195.251.106.0/23TEILAM
195.251.108.0/24UCG
195.251.109.0/24EGV
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

Peer and upstream distribution



The information on these tabs was generated on Thu, 19 Nov 2009, the underlying information might be older
We are working to improve the freshness, thank you for your patience
AS5408

Brief information

Member ofas-aix
as-cytanet
as-grnet
as-holaix
as-level3-origins-eu
as-netone
as-scheringnrns
as3329:as-holaix
as5408:as-to-aix
as5408:as-to-geant
Number of originated prefixes:154
Regions:22
IP numbers:314624
Unique IP numbers:224512
Overlapping IP numbers:90112
Registered
Other side
BGP visible
PeerImportExport
RBAS112 ROOTSERV Root Server Technical Operations Assn See: http://www.as112.net/ $Id: aut-num: ,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:1006)
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-GRNETAS-AIXAS3333
OAS3268 CYNET Cyprus Academic Network CyprusAS3268
ANY
OBAS3323 NTUA National Technical University of AthensAS3323AS2546AS8611
AS-GRNETAS-AIXAS5400AS3333
OAS3329 Hellas Online SA Athens, GreeceAS3329:AS-TO-AIX
AS-GRNETUS
RBAS3333 RIPE-NCC-AS RIPE Network Coordination CentreAS-RIPENCC
(AS5408:RS-ROUTES^0-24 OR AS5408:AS-TO-GEANT^0-24) AND NOT COMMUNITY.CONTAINS(5408:1001) AND NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:4006)
OAS4004 ORANGE-BUSINESS-SERVICES-UK Orange Business Services (formerly Equant) AS for UKAS-OBS-UK
AS5408
OBAS5470 ASAUTHNET AUTH-NET-AS Aristotle University of Thessaloniki , Macedonia, GreeceAS5470
ANY
OBAS5489 TEI-THES Technological and Educational Institute of ThessalonikiAS5489
AS-GRNETAS-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
AS2546AS3323
AS5408AS5400
RAS6777 AMS-IX-RS Amsterdam Internet Exchange (AMS-IX) Route Servers ASANY
(AS5408:RS-ROUTES^0-24 OR AS5408:AS-TO-GEANT^0-24) AND NOT COMMUNITY.CONTAINS(5408:1001) AND NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:4006)
OAS6799 OTENET-GR OTEnet S.A. Multiprotocol Backbone & ISP Athens - GreeceAS-OTENET
AS-GRNET
OAS6866 CYTA-NETWORK Cyprus Telecommunications Authority Internet Services CyprusAS-CYTANET
ANY
OBAS6867 UCnet University of CreteAS6867
AS5408AS2546AS3323AS5470AS6744
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
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-GRNETAS-AIX
OBAS8611 Athens University of Economics and BusinessAS8611
ANY
OBAS8617 University of the AegeanAS8617
ANY
OBAS8618 Ionion UniversityAS8618
ANY
OBAS8643 ATHENAnet Academic and Research Network in the Region of the University of Athens, Greece administered by UOA-NOCAS8643AS31563
ANY
OBAS8700 TECHNOLOGICAL EDUCATIONAL INSTITUTE (T.E.I.) OF LARISSAAS8700
ANY
OBAS8762 TEI-OF-CRETE-AS Technological Educational Institute of Crete , GreeceAS8762
ANY
OBAS8991 IMBC Autonomous System Institute of Marine Biology of CRETEAS8991
AS-GRNETAS-AIX
OBAS9069 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
RAS15169 Google , IncAS-GOOGLE
(AS5408:RS-ROUTES^0-24 OR AS5408:AS-TO-GEANT^0-24) AND NOT COMMUNITY.CONTAINS(5408:1001) AND NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:4006)
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 ICE/HT fundamental and technological researchAS15948
ANY
OAS16336 LANNET Communications Athens, GreeceAS16336
ANY
OBAS20551 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:36944, 20965:2907, 20965:7575, 20965:3300, 20965:293, 20965:6509, 20965:6683, 20965:11537, 20965:19401, 20965:24490, 20965:27750, 20965:64512, 20965:3549, 20965:1299)
(AS112) AND NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:1003) AND NOT COMMUNITY.CONTAINS(5408:1006)
ANY
COMMUNITY.CONTAINS(5408:120) AND AS5408:AS-MULTIHOMED^0-24
{0.0.0.0/0^0-24} AND NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:1003) AND NOT COMMUNITY.CONTAINS(5408:1006)
(AS5408:RS-ROUTES^0-24 OR AS5408:AS-TO-GEANT^0-24) AND NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:1006) AND NOT COMMUNITY.CONTAINS(5408:4005)
AS5408:AS-TO-GEANT
OAS21284 VIVODI-AS Vivodi Telecommunications S.A Athens, GreeceAS-VIVODIAS-CYTANET
AS-GRNET
RAS21357 AS-AKAMAI-MAPPING Akamai Technologies Mapping ASNOT ANY
AS5408:RS-ROUTES^0-24 OR AS5408:AS-GRNET-CUSTOMERS^0-24
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:1006)
{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
OAS31694 GSCP General Secretary of Civil Protection (GSCP) Monastiraki - GreeceAS31694
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:1006) AND (AS65001) AND <^AS65001+$>
NOT COMMUNITY.CONTAINS(5408:1001) AND NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:1006) AND COMMUNITY.CONTAINS(5408:666) AND COMMUNITY.CONTAINS(NO_EXPORT) AND (AS65001^32) AND <^AS65001+$>
AS5408:RS-ROUTES^0-24 OR AS5408:AS-GRNET-CUSTOMERS^0-24
RAS65052 -Private Use AS-NOT COMMUNITY.CONTAINS(5408:1001) AND NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:1006) AND (AS65052) AND <^AS65052+$>
NOT COMMUNITY.CONTAINS(5408:1001) AND NOT COMMUNITY.CONTAINS(5408:1002) AND NOT COMMUNITY.CONTAINS(5408:1006) 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
RAS65501 -Private Use AS-NOT ANY
ANY


random
date20091121 rtsakmarka rtsakmark2