 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; 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); + + 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 20091007
Peer and upstream distributionThe information on these tabs was generated on Sat, 7 Nov 2009, the underlying information might be older
We are working to improve the freshness, thank you for your patience
 Brief informationRegistered
Other side
BGP visible
| Peer | Import | Export | | R | AS112 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
| | 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-GRNETAS-AIXAS3333
| | O | AS3268 CYNET Cyprus Academic Network Cyprus | AS3268
| ANY
| | OB | AS3323 NTUA National Technical University of Athens | AS3323AS2546AS8611
| AS-GRNETAS-AIXAS5400AS3333
| | O | AS3329 Hellas Online SA Athens, Greece | AS3329:AS-TO-AIX
| AS-GRNETUS
| | O | AS4004 ORANGE-BUSINESS-SERVICES-UK Orange Business Services (formerly Equant) AS for UK | AS-OBS-UK
| AS5408
| | 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-GRNETAS-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
| AS2546AS3323 AS5408AS5400
| | R | AS6777 AMS-IX-RS Amsterdam Internet Exchange (AMS-IX) Route Servers AS | ANY
| (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)
| | O | AS6799 OTENET-GR OTEnet S.A. Multiprotocol Backbone & ISP Athens - Greece | AS-OTENET
| AS-GRNET
| | O | AS6866 CYTA-NETWORK Cyprus Telecommunications Authority Internet Services Cyprus | AS-CYTANET
| ANY
| | OB | AS6867 UCnet University of Crete | AS6867
| AS5408AS2546AS3323AS5470AS6744
| | 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
| | 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-GRNETAS-AIX
| | OB | AS8611 Athens University of Economics and Business | AS8611
| ANY
| | OB | AS8617 University of the Aegean | AS8617
| ANY
| | OB | AS8618 Ionion University | AS8618
| ANY
| | OB | AS8643 ATHENAnet Academic and Research Network in the Region of the University of Athens, Greece administered by UOA-NOC | AS8643AS31563
| ANY
| | OB | AS8700 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 IMBC Autonomous System Institute of Marine Biology of CRETE | AS8991
| AS-GRNETAS-AIX
| | OB | AS9069 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
| | R | AS15169 Google , Inc | AS-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)
| | 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 ICE/HT fundamental and technological research | AS15948
| ANY
| | O | AS16336 LANNET Communications Athens, Greece | AS16336
| ANY
| | OB | AS20551 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: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
| | O | AS21284 VIVODI-AS Vivodi Telecommunications S.A Athens, Greece | AS-VIVODIAS-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
| | 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:1006)
| {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
| | O | AS31694 GSCP General Secretary of Civil Protection (GSCP) Monastiraki - Greece | AS31694
| 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: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
| | R | AS65052 -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
| | R | AS65500 -Private Use AS- | AS5408:RS-ROUTES^0-32 OR AS5408:AS-GRNET-CUSTOMERS^0-32
| NOT ANY
| | R | AS65501 -Private Use AS- | NOT ANY
| ANY
|
| |