Network Working Group
Request for Comments: 1166
Obsoletes RFCs: 1117, 1020, 997, 990, 960, 943,
943, 923, 900, 870, 820, 790, 776, 770, 762,
758, 755, 750, 739, 604, 503, 433, 349
Obsoletes IENs: 127, 117, 93
S. Kirkpatrick
M. Stahl
M. Recker
July 1990
Page 1

INTERNET NUMBERS

Status of this Memo

This memo is a status report on the network numbers and autonomous system numbers used in the Internet community. Distribution of this memo is unlimited.

Table of Contents

Introduction
Network Numbers
Class A Networks
Class B Networks
Class C Networks
Other Reserved Internet Addresses
Network Totals
Autonomous System Numbers
Documents
Contacts
Security Considerations
Authors' Addresses

Introduction

This Network Working Group Request for Comments documents the currently assigned network numbers and gateway autonomous systems. This RFC will be updated periodically, and in any case current information can be obtained from Hostmaster at the DDN Network Information Center (NIC).

Hostmaster
DDN Network Information Center
SRI International
333 Ravenswood Avenue
Menlo Park, California 94025

Phone: 1-800-235-3155

Network mail: HOSTMASTER@NIC.DDN.MIL


Page 2

Most of the protocols used in the Internet are documented in the RFC series of notes. Some of the items listed are undocumented. Further information on protocols can be found in the memo published by the Internet Activites Board (IAB), "IAB Official Protocol Standards" [52], which describes the state of standardization of protocols used in the Internet. This document is issued quarterly. Current copies may be obtained from the DDN Network Information Center.

The lists below contain the name and network mailbox of the individuals responsible for each registered network or autonomous system. The bracketed entry, e.g. [nn,iii], at the right hand margin of the page indicates a reference for the listed network or autonomous system, where the number ("nn") cites the document and the letters ("iii") cite the NIC Handle of the responsible person. The NIC Handle is a unique identifier that is used in the NIC WHOIS/NICNAME service. People occasionally change electronic mailboxes. To find out the current network mailbox or phone number for an individual, or to get information about a registered network, use the NIC WHOIS/NICNAME service or contact HOSTMASTER@NIC.DDN.MIL.

The convention used for the documentation of Internet Protocols is to express numbers in decimal and to picture data in "big-endian" order [39]. That is, fields are described left to right, with the most significant octet on the left and the least significant octet on the right.

The order of transmission of the header and data described in this document is resolved to the octet level. Whenever a diagram shows a group of octets, the order of transmission of those octets is the normal order in which they are read in English. For example, in the following diagram the octets are transmitted in the order they are numbered.

       0                   1                   2                   3
       0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |       1       |       2       |       3       |       4       |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |       5       |       6       |       7       |       8       |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |       9       |      10       |      11       |      12       |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Transmission Order of Bytes

Whenever an octet represents a numeric quantity the left most bit in the diagram is the high order or most significant bit. That is, the


Page 3

bit labeled 0 is the most significant bit. For example, the following diagram represents the value 170 (decimal).

0 1 2 3 4 5 6 7

                              +-+-+-+-+-+-+-+-+
                              |1 0 1 0 1 0 1 0|
                              +-+-+-+-+-+-+-+-+

Significance of Bits

Similarly, whenever a multi-octet field represents a numeric quantity the left most bit of the whole field is the most significant bit. When a multi-octet quantity is transmitted the most significant octet is transmitted first.


Page 4

NETWORK NUMBERS

The network numbers listed here are used as internet addresses by the Internet Protocol (IP) [14,26]. The IP uses a 32-bit address field and divides that address into a network part and a "rest" or local address part. The division takes 4 forms or classes.

The first type of address, or class A, has a 7-bit network number and a 24-bit local address. The highest-order bit is set to 0. This allows 128 class A networks.

                            1                   2                   3
        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
       |0|   NETWORK   |                Local Address                  |
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Class A Address

The second type of address, class B, has a 14-bit network number and a 16-bit local address. The two highest-order bits are set to 1-0. This allows 16,384 class B networks.

                            1                   2                   3
        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
       |1 0|           NETWORK         |          Local Address        |
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Class B Address

The third type of address, class C, has a 21-bit network number and a 8-bit local address. The three highest-order bits are set to 1-1-0. This allows 2,097,152 class C networks.

                            1                   2                   3
        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
       |1 1 0|                    NETWORK              | Local Address |
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Class C Address


Page 5

The fourth type of address, class D, is used as a multicast address [13]. The four highest-order bits are set to 1-1-1-0.

                            1                   2                   3
        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
       |1 1 1 0|                  multicast address                    |
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Class D Address

Note: No addresses are allowed with the four highest-order bits set to 1-1-1-1. These addresses, called "class E", are reserved.

One commonly used notation for internet host addresses divides the 32-bit address into four 8-bit fields and specifies the value of each field as a decimal number with the fields separated by periods. This is called the "dotted decimal" notation. For example, the internet address of VENERA.ISI.EDU in dotted decimal is 128.009.000.032, or 128.9.0.32.

The dotted decimal notation will be used in the listing of assigned network numbers. The class A networks will have nnn.rrr.rrr.rrr, the class B networks will have nnn.nnn.rrr.rrr, and the class C networks will have nnn.nnn.nnn.rrr, where nnn represents part or all of a network number and rrr represents part or all of a local address.

There are four catagories of users of Internet Addresses: Research, Defense, Government (Non-Defense), and Commercial. To reflect the allocation of network identifiers among the categories, a one- character code is placed to the left of the network number: R for Research, D for Defense, G for Government, and C for Commercial (see Appendix A for further details on this division of the network identification).

Network numbers are assigned for networks that are connected to the research Internet and operational Internet, and for independent networks that use the IP family protocols (these are usually commercial). These independent networks are marked with an asterisk preceding the number.

The administrators of independent networks must apply separately for permission to interconnect their network with the Internet. Independent networks should not be listed in the working tables of the Internet hosts or gateways.


Page 6

For various reasons, the assigned numbers of networks are sometimes changed. To ease the transition the old number will be listed for a transition period as well. These "old number" entries will be marked with a "T" following the number and preceding the name, and the network name will be suffixed "-TEMP".

Special Addresses:

In certain contexts, it is useful to have fixed addresses with functional significance rather than as identifiers of specific hosts.

The address zero is to be interpreted as meaning "this", as in "this network".

For example, the address 0.0.0.37 could be interpreted as meaning host 37 on this network.

The address of all ones are to be interpreted as meaning "all", as in "all hosts".

For example, the address 128.9.255.255 could be interpreted as meaning all hosts on the network 128.9.

The class A network number 127 is assigned the "loopback" function, that is, a datagram sent by a higher level protocol to a network 127 address should loop back inside the host. No datagram "sent" to a network 127 address should ever appear on any network anywhere.


Page 7

Class A Networks

      * Internet Address                   Network           Reference
      - ----------------                   -------           ----------
       *0.rrr.rrr.rrr                      Reserved          [JBP]
        1.rrr.rrr.rrr-2.rrr.rrr.rrr        Unassigned        [NIC]
      C*3.rrr.rrr.rrr                      GE-INTERNET       [JEB50]
      R 4.rrr.rrr.rrr                      SATNET            [SHB]
        5.rrr.rrr.rrr                      Unassigned        [NIC]
      D 6.rrr.rrr.rrr                      YPG-NET           [BWA]
      D 7.rrr.rrr.rrr                      EDN-TEMP          [EC5]
      R 8.rrr.rrr.rrr                      BBNCCNET          [SGC]
      R 9.rrr.rrr.rrr                      IBM               [JP247]
      R 10.rrr.rrr.rrr                     ARPANET           [JS283]
      D 11.rrr.rrr.rrr                     DODIIS            [GEG4]
      C 12.rrr.rrr.rrr                     ATT               [MH82]
      C 13.rrr.rrr.rrr                     XEROX-NET         [SJ33]
      C 14.rrr.rrr.rrr                     PDN               [JKR1]
      R 15.rrr.rrr.rrr                     HP-INTERNET       [WU1]
      C 16.rrr.rrr.rrr                     DEC-INTERNET      [BKR]
        17.rrr.rrr.rrr                     Unassigned        [NIC]
      R 18.rrr.rrr.rrr                     MIT-TEMP          [JIS]
      C*19.rrr.rrr.rrr                     FINET             [RJB3]
      D*20.rrr.rrr.rrr                     ANALYTICS         [BD107]
      D 21.rrr.rrr.rrr                     DDN-RVN           [MLC]
      D*22.rrr.rrr.rrr                     DSNET1            [GEG4]
      D 23.rrr.rrr.rrr                     DDN-TC-NET        [DH17]
        24.rrr.rrr.rrr                     Unassigned        [NIC]
      R 25.rrr.rrr.rrr                     RSRE-EXP          [DBH11]
      D 26.rrr.rrr.rrr                     MILNET            [TMH6]
      R 27.rrr.rrr.rrr                     NOSC-LCCN-TEMP    [RH6]
      R 28.rrr.rrr.rrr                     WIDEBAND          [CJW2]
      D 29.rrr.rrr.rrr                     MILX25-TEMP       [TMH6]
      D 30.rrr.rrr.rrr                     ARPAX25-TEMP      [TMH6]
      G 31.rrr.rrr.rrr                     UCDLA-NET         [CL64]
        32.rrr.rrr.rrr-34.rrr.rrr.rrr      Unassigned        [NIC]
      R 35.rrr.rrr.rrr                     MERIT             [HWB]
      R 36.rrr.rrr.rrr                     SU-NET-TEMP       [VAF]
        37.rrr.rrr.rrr-40.rrr.rrr.rrr      Unassigned        [NIC]
      R 41.rrr.rrr.rrr                     BBN-TEST-A        [RH6]
      R 42.rrr.rrr.rrr                     CAN-INET          [MV38]
      R*43.rrr.rrr.rrr                     JAPAN-A           [JM292]
      R 44.rrr.rrr.rrr                     AMPRNET           [PK28]
        45.rrr.rrr.rrr                     Reserved          [NIC]
      C 46.rrr.rrr.rrr                     BBNET             [JSG1]
      R 47.rrr.rrr.rrr                     BNR               [BM178]
        48.rrr.rrr.rrr-126.rrr.rrr.rrr     Unassigned        [NIC]
       *127.rrr.rrr.rrr                    Loopback          [JBP]


Page 8

Class B Networks

      * Internet Address                   Network           Reference
      - ----------------                   -------           ----------
        128.0.rrr.rrr                      Reserved          [JBP]
      R 128.1.rrr.rrr                      BBN-TEST-B        [RH6]
      R 128.2.rrr.rrr                      CMU-NET           [HDW2]
      R 128.3.rrr.rrr                      LBL-IP-NET1       [CAL3]
      R 128.4.rrr.rrr                      DCNET             [DLM1]
      R 128.5.rrr.rrr                      FORDNET           [FJB3]
      R 128.6.rrr.rrr                      RUTGERS           [CLH3]
      R 128.7.rrr.rrr                      KRAUTNET          [GB7]
      R 128.8.rrr.rrr                      UMDNET            [LAM1]
      R 128.9.rrr.rrr                      ISI-NET           [VLG]
      R 128.10.rrr.rrr                     PURDUE-CS-EN      [DT50]
      R 128.11.rrr.rrr                     BBN-CRONUS        [PK19]
      R 128.12.rrr.rrr                     SU-NET            [VAF]
      D 128.13.rrr.rrr                     MATNET            [SHB]
      R 128.14.rrr.rrr                     BBN-SAT-TEST      [SHB]
      R 128.15.rrr.rrr                     S1NET             [RAK12]
      R 128.16.rrr.rrr                     UCL-CS-ETHER      [PK]
      D 128.17.rrr.rrr                     MATNET-ALT        [SHB]
      R 128.18.rrr.rrr                     SRINET            [TONY]
      D 128.19.rrr.rrr                     EDN               [EC5]
      D 128.20.rrr.rrr                     BRLNET            [TS9]
      R 128.21.rrr.rrr                     SRI-PR-1          [PEM4]
      R 128.22.rrr.rrr                     SRI-PR-2          [PEM4]
      R*128.23.rrr.rrr                     MUSC              [SB228]
      R 128.24.rrr.rrr                     ROCKWELL-PR       [JCJ1]
      D 128.25.rrr.rrr                     BRAGG-PR          [LDB3]
      D 128.26.rrr.rrr                     SAPE-AIRNET       [CAD13]
      D 128.27.rrr.rrr                     DEMO-PR-1         [DM261]
      D 128.28.rrr.rrr                     C3-PR-TEMP        [GMR]
      R 128.29.rrr.rrr                     MITRE             [TML]
      R 128.30.rrr.rrr                     MIT-NET           [DDC1]
      R 128.31.rrr.rrr                     MIT-RES           [DDC1]
      R 128.32.rrr.rrr                     UCB-ETHER         [RWH5]
      R 128.33.rrr.rrr                     BBN-NET           [SGC]
      R 128.34.rrr.rrr                     NOSC-LCCN         [RH6]
      R 128.35.rrr.rrr                     BULLUSANET        [JLM23]
      R 128.36.rrr.rrr                     YALE-NET          [HML1]
      D 128.37.rrr.rrr                     YUMA              [RBB2]
      D 128.38.rrr.rrr                     NSWC-NET          [VHB]
      R 128.39.rrr.rrr                     NTANET            [PS27]
      R 128.40.rrr.rrr                     UCL-ETHERNET      [JA168]
      R 128.41.rrr.rrr                     UCL-CS-SERVICE    [JA168]
      R 128.42.rrr.rrr                     RICE-NET          [FG50]
      R 128.43.rrr.rrr                     DRENET            [JS597]


Page 9

      D 128.44.rrr.rrr                     WSMR-NET1         [CAS1]
      C 128.45.rrr.rrr                     DEC-WRL-NET       [BKR]
      R 128.46.rrr.rrr                     PURDUE-NET        [JRS8]
      D 128.47.rrr.rrr                     TACTNET           [MB31]
      G 128.48.rrr.rrr                     UCDLA-NET-B       [CL64]
      R 128.49.rrr.rrr                     NOSC-ETHER        [RLB3]
      G 128.50.rrr.rrr                     COINS             [RLS6]
      G 128.51.rrr.rrr                     COINSTNET         [RLS6]
      R 128.52.rrr.rrr                     MIT-AI-NET        [CL11]
      R 128.53.rrr.rrr                     SAC-PR-2          [GMR]
      R 128.54.rrr.rrr                     UCSD              [GH29]
      R 128.55.rrr.rrr                     NMFECC            [RJA21]
      D 128.56.rrr.rrr                     USNA-NET          [RAD15]
      D 128.57.rrr.rrr                     DEMO-PR-2         [DM261]
      C 128.58.rrr.rrr                     SLCS              [CG64]
      R 128.59.rrr.rrr                     CU-NET            [BC14]
      D 128.60.rrr.rrr                     NRL-ETHER         [WF3]
      R 128.61.rrr.rrr                     GATECH            [DD11]
      R 128.62.rrr.rrr                     MCC-NET           [CBD]
      R 128.63.rrr.rrr                     BRL-SUBNET        [TS9]
        128.64.rrr.rrr-128.79.rrr.rrr      Unassigned        [NIC]
      D 128.80.rrr.rrr                     CECOMNET          [PFS2]
      R 128.81.rrr.rrr                     SYMBOLICS         [SE31]
      R 128.82.rrr.rrr                     ODU               [CE55]
      R 128.83.rrr.rrr                     UTAUSTIN          [TLL8]
      R 128.84.rrr.rrr                     CORNELL-NET       [DK2]
      C*128.85.rrr.rrr                     DRILL-NET         [DBJ4]
      R 128.86.rrr.rrr                     JANET             [RHC3]
      R 128.87.rrr.rrr                     HIRST             [RHC3]
      R*128.88.rrr.rrr                     HP-NET            [AG67]
      R 128.89.rrr.rrr                     BBN-ENET          [SGC]
      C*128.90.rrr.rrr                     SCRIBE            [ERC1]
      R 128.91.rrr.rrr                     UPENN             [JDH29]
      R 128.92.rrr.rrr                     INTELLINET        [RJL3]
      R 128.93.rrr.rrr                     INRIA-NET         [AR41]
      C*128.94.rrr.rrr                     SYSNET            [EY5]
      R 128.95.rrr.rrr                     WASHINGTON        [SH162]
      C 128.96.rrr.rrr                     BELLCORE-NET      [PK28]
      R 128.97.rrr.rrr                     UCLANET           [ETS4]
      R 128.98.rrr.rrr                     RSRE-EN2          [JW156]
      C 128.99.rrr.rrr                     NORTHROP-NET      [RSM1]
      R 128.100.rrr.rrr                    TORONTO           [BD55]
      R 128.101.rrr.rrr                    UMN-NET           [PS191]
      G 128.102.rrr.rrr                    AMES-NET          [MSM1]
      R 128.103.rrr.rrr                    HARV-FIBER        [SB28]
      R 128.104.rrr.rrr                    WISC-HERD         [EJN1]
      R 128.105.rrr.rrr                    WISC              [BAC9]
      D 128.106.rrr.rrr                    SRI-PSON-1        [ERK3]


Page 10

      D 128.107.rrr.rrr                    CISCO-PRNET1      [ERK3]
      D 128.108.rrr.rrr                    CISCO-PRNET2      [ERK3]
      R 128.109.rrr.rrr                    NET-CONCERT       [JRR14]
      R 128.110.rrr.rrr                    UTAH-NET          [JL15]
      R 128.111.rrr.rrr                    UCSB              [AKS31]
      R 128.112.rrr.rrr                    PRINCETON         [LRR1]
      R 128.113.rrr.rrr                    RPINET            [JF78]
      R 128.114.rrr.rrr                    UCSC              [JHH8]
      R 128.115.rrr.rrr                    LLNL-LABNET       [LL64]
      R 128.116.rrr.rrr                    USAN              [JHC12]
      R 128.117.rrr.rrr                    UCAR              [JHC12]
      R 128.118.rrr.rrr                    PENN-STATE        [SJS11]
      R 128.119.rrr.rrr                    UMASS-NET         [GW40]
      R 128.120.rrr.rrr                    UCDAVIS           [RH5]
      R 128.121.rrr.rrr                    JVNC-NET          [SH37]
      R 128.122.rrr.rrr                    NYU-NET           [BJR2]
      R 128.123.rrr.rrr                    NMSU              [MSP1]
      R 128.124.rrr.rrr                    NTA-TEMP          [TM10]
      R 128.125.rrr.rrr                    USCNET            [MAB4]
      R 128.126.rrr.rrr                    UNISYS-PRC        [JWM3]
      C 128.127.rrr.rrr                    FTP-SOFTWARE      [JBV2]
      R 128.128.rrr.rrr                    WHOINET           [ARM5]
      C*128.129.rrr.rrr                    CGI               [RA62]
      R*128.130.rrr.rrr                    TUNET-T           [JD238]
      R*128.131.rrr.rrr                    TUNET-F           [JD238]
      G 128.132.rrr.rrr                    LNX-ETHER3        [JAM38]
      G 128.133.rrr.rrr                    AFSC-LONS         [SWR3]
      R 128.134.rrr.rrr                    SDN               [JEA18]
      R 128.135.rrr.rrr                    U-CHICAGO         [MC17]
      R 128.136.rrr.rrr                    TEK-ALLNET        [TE16]
      R*128.137.rrr.rrr                    GENNET1           [SM96]
      R 128.138.rrr.rrr                    COLORADO          [RAJ8]
      R 128.139.rrr.rrr                    ILAN              [DB35]
      R 128.140.rrr.rrr                    EMORY-INET        [AR60]
      R 128.141.rrr.rrr                    CERN-LAN          [TB166]
      R*128.142.rrr.rrr                    CERN-TOKEN        [TB166]
      R 128.143.rrr.rrr                    VIRGINIA          [JAJ17]
      R 128.144.rrr.rrr                    ARNET             [TS194]
      R 128.145.rrr.rrr                    NYSERNET          [MS9]
      R 128.146.rrr.rrr                    OHIO-STATE        [RSD2]
      R 128.147.rrr.rrr                    U-PGH-NET         [SM6]
      R 128.148.rrr.rrr                    BROWN-UNIV        [MR29]
      G 128.149.rrr.rrr                    JPL-NET           [MSM1]
      G 128.150.rrr.rrr                    NSF-LAN           [FW17]
      R 128.151.rrr.rrr                    UR-NET            [TM57]
      C 128.152.rrr.rrr                    HAC-ENET          [PH45]
      R 128.153.rrr.rrr                    CLARKSON          [ABS6]
      G 128.154.rrr.rrr                    WFF-NET           [MSM1]


Page 11

      G 128.155.rrr.rrr                    LARC-NET          [MSM1]
      G 128.156.rrr.rrr                    LERC-NET          [MSM1]
      G 128.157.rrr.rrr                    JSC-NET           [MSM1]
      G 128.158.rrr.rrr                    MSFC-NET          [MSM1]
      G 128.159.rrr.rrr                    KSC-NET           [MSM1]
      G 128.160.rrr.rrr                    SSCNET            [MG120]
      G 128.161.rrr.rrr                    NSN-NET           [MSM1]
      C 128.162.rrr.rrr                    CRAY-NET          [DJD30]
      R 128.163.rrr.rrr                    UKY               [GB43]
      R 128.164.rrr.rrr                    GWU-GATE          [TT35]
      G 128.165.rrr.rrr                    LANL-INET         [PCW]
      D*128.166.rrr.rrr                    BAC-NET           [JJ48]
      R 128.167.rrr.rrr                    SURA              [JH92]
      C 128.168.rrr.rrr                    GOLDHILL          [KR77]
      R 128.169.rrr.rrr                    UTK               [JDC20]
      R 128.170.rrr.rrr                    UNISYS-CAM        [DSR]
      R 128.171.rrr.rrr                    HAWAII            [TN11]
      R 128.172.rrr.rrr                    VCU-LAN           [JN40]
      R 128.173.rrr.rrr                    VA-TECH           [PB40]
      R 128.174.rrr.rrr                    UIUC-CAMPUS-B     [PP14]
      R 128.175.rrr.rrr                    UDELNET           [DJG2]
      R*128.176.rrr.rrr                    DMSWWU-ETHER      [GR26]
      C*128.177.rrr.rrr                    BLI-NET           [EPA]
      R 128.178.rrr.rrr                    EPFL-EPNET        [YD2]
      R*128.179.rrr.rrr                    EPF-ETHER2        [YD2]
      R 128.180.rrr.rrr                    LEHIGH            [MM149]
      C 128.181.rrr.rrr                    TEKTRONIX         [JB218]
      R 128.182.rrr.rrr                    PSCNET            [EFH4]
      R 128.183.rrr.rrr                    GSFC              [JB113]
      R 128.184.rrr.rrr                    DEAKINET          [JM303]
      C 128.185.rrr.rrr                    PROTEON-NET       [JS28]
      R 128.186.rrr.rrr                    FSU               [KMH8]
      R 128.187.rrr.rrr                    BYU-NET           [KCM2]
      R 128.188.rrr.rrr                    M2CNET            [SM67]
      R 128.189.rrr.rrr                    BCNET             [DO26]
      G 128.190.rrr.rrr                    BELVOIR-NET       [MDS30]
      C*128.191.rrr.rrr                    NECIS-NET         [DP71]
      R 128.192.rrr.rrr                    UGA               [EHH4]
      R 128.193.rrr.rrr                    ORST              [BA26]
      R 128.194.rrr.rrr                    TAMU-NET          [WM68]
      R 128.195.rrr.rrr                    UCIICS-NET        [RAJ3]
      R 128.196.rrr.rrr                    UNIV-ARIZ         [TF30]
      R 128.197.rrr.rrr                    BU-NET            [KE1]
      R 128.198.rrr.rrr                    CU-COLOSPGS       [RDG12]
      R*128.199.rrr.rrr                    STC               [AM54]
      R 128.200.rrr.rrr                    UCI-NET           [DW96]
      R*128.201.rrr.rrr                    REUNIR            [RN25]
      D 128.202.rrr.rrr                    CSOCNET           [JJD12]


Page 12

      R*128.203.rrr.rrr                    UB-INC            [GC148]
      R 128.204.rrr.rrr                    ALBNYNET          [BEC1]
      R 128.205.rrr.rrr                    UBUFFALONET       [CFD4]
      R 128.206.rrr.rrr                    MONET             [BEC5]
      C*128.207.rrr.rrr                    BOEING-PSN        [JSY2]
      R 128.208.rrr.rrr                    WASH-NSF          [SH162]
      C 128.209.rrr.rrr                    NYNEXSTNET        [MC65]
      R 128.210.rrr.rrr                    PURDUE-CCNET      [JS81]
      R 128.211.rrr.rrr                    PURDUE-CS-CYP     [DT50]
      C 128.212.rrr.rrr                    ISCNET            [DM27]
      R 128.213.rrr.rrr                    RPICSNET          [CW42]
      R 128.214.rrr.rrr                    FUNET             [JH141]
      C 128.215.rrr.rrr                    INTEL             [JR40]
      D 128.216.rrr.rrr                    CC-PRNET          [GIH]
      G 128.217.rrr.rrr                    NASA-KSC-OIS      [MSM1]
      R 128.218.rrr.rrr                    UCSF-NET          [TF6]
      R 128.219.rrr.rrr                    ORNL-NETB1        [THD]
      R 128.220.rrr.rrr                    JHU               [RLR46]
      R 128.221.rrr.rrr                    DGPN1             [PSS1]
      C 128.222.rrr.rrr                    DGPN2             [PSS1]
      R 128.223.rrr.rrr                    UONET             [DS85]
      C*128.224.rrr.rrr                    EPILOGUE          [KA4]
      C*128.225.rrr.rrr                    BOEING-EN         [JSY2]
      R 128.226.rrr.rrr                    BINGHAMTON        [RM120]
      R 128.227.rrr.rrr                    UFNET             [DP173]
      R 128.228.rrr.rrr                    CUNY              [SMP2]
      R 128.229.rrr.rrr                    ADSNET            [BJL5]
      R 128.230.rrr.rrr                    SYR-UNIV-NET      [JW47]
      G 128.231.rrr.rrr                    NIH-NET           [RF57]
      R*128.232.rrr.rrr                    CL-CAM-AC-UK      [MAJ1]
      R*128.233.rrr.rrr                    USASK             [LRC7]
      R*128.234.rrr.rrr                    COS-NET           [AP25]
      R 128.235.rrr.rrr                    NJIT              [BM79]
      D 128.236.rrr.rrr                    USAFA-NET         [GEOFF]
      R 128.237.rrr.rrr                    CMU-SEI-NET       [TGP3]
      R 128.238.rrr.rrr                    POLY-U-NET        [AMM14]
      R 128.239.rrr.rrr                    WM-NET            [SF34]
      R*128.240.rrr.rrr                    NCL               [CR140]
      R 128.241.rrr.rrr                    SESQUINET         [GTA]
      R 128.242.rrr.rrr                    MIDNET            [DF90]
      R*128.243.rrr.rrr                    NOTT-AC-UK        [WA16]
      D 128.244.rrr.rrr                    APL-NET           [SFP]
      R 128.245.rrr.rrr                    SRA-CT-NET        [JSS4]
      C*128.246.rrr.rrr                    CGCH-WIRZ         [HN3]
      C 128.247.rrr.rrr                    TI                [DF71]
      R 128.248.rrr.rrr                    UIC-NET           [EZ3]
      R 128.249.rrr.rrr                    TMC-NET           [SB98]
      R 128.250.rrr.rrr                    UNIMELB           [CC89]


Page 13

      C 128.251.rrr.rrr                    ROCKW-TELEDA      [JCW12]
      R 128.252.rrr.rrr                    WASHINGTON-U      [MD142]
      R 128.253.rrr.rrr                    CCS-NET           [DC126]
      R*128.254.rrr.rrr                    FMC-NOD           [WCW7]
      R 128.255.rrr.rrr                    UIOWA             [MN54]
        129.0.rrr.rrr                      Reserved          [NIC]
      R 129.1.rrr.rrr                      BGSU              [SH71]
      R 129.2.rrr.rrr                      UMD-BOGON-NET     [LAM1]
      R 129.3.rrr.rrr                      SUNY-OSWEGO-NET   [PRT2]
      C 129.4.rrr.rrr                      TRW               [DM348]
      R 129.5.rrr.rrr                      HGCNET            [GT76]
      G 129.6.rrr.rrr                      NIST              [CWH3]
      R 129.7.rrr.rrr                      UH-NET            [APT]
      R 129.8.rrr.rrr                      CSUFRESNO         [RP88]
      C*129.9.rrr.rrr                      CHRYSLER-NET      [RER20]
      R 129.10.rrr.rrr                     NORTHEASTERN-NET  [CJ38]
      R*129.11.rrr.rrr                     LEEDS             [AJC11]
      R*129.12.rrr.rrr                     UKC               [SL55]
      R 129.13.rrr.rrr                     LINK              [BL118]
      C*129.14.rrr.rrr                     SBINY             [BC72]
      R 129.15.rrr.rrr                     UOKNOR            [JW136]
      R 129.16.rrr.rrr                     CTH-NET           [GL41]
      R*129.17.rrr.rrr                     SSED-NET          [DM147]
      C 129.18.rrr.rrr                     NEXT-NET          [PFK]
      R 129.19.rrr.rrr                     WESTNET           [DCMW]
      R 129.20.rrr.rrr                     VERDUR            [RN25]
      R 129.21.rrr.rrr                     RIT               [CF35]
      R 129.22.rrr.rrr                     CWRUNET           [JAG3]
      R 129.23.rrr.rrr                     SDIO-INTERNET     [KDZ]
      R 129.24.rrr.rrr                     UNM-CDCN          [SM137]
      R 129.25.rrr.rrr                     DREXEL            [RR97]
      R 129.26.rrr.rrr                     GMD-DE            [PM72]
      R*129.27.rrr.rrr                     TUGNET            [PA43]
      R*129.28.rrr.rrr                     SPCNET            [AL109]
      D 129.29.rrr.rrr                     USMANET           [DAS13]
      C 129.30.rrr.rrr                     HONEYWELL         [DB97]
      R*129.31.rrr.rrr                     ICNET             [LM88]
      R 129.32.rrr.rrr                     TEMPLE            [TES16]
      R 129.33.rrr.rrr                     IBM-ALMADEN       [RC278]
      R 129.34.rrr.rrr                     IBM-WATSON        [BR92]
      R 129.35.rrr.rrr                     IBM Research Net  [JP247]
      R 129.36.rrr.rrr                     IBM-ROCH          [BO3]
      R 129.37.rrr.rrr-129.39.rrr.rrr      IBM Research Net  [JP247]
      R 129.40.rrr.rrr                     IBM-KINGSTON      [SD139]
      R 129.41.rrr.rrr-129.42.rrr.rrr      IBM Research Net  [JP247]
      R 129.43.rrr.rrr                     NCI-FCRF          [WLB5]
      C*129.44.rrr.rrr                     NYTEL1095NET      [HT12]
      C*129.45.rrr.rrr                     NYTELNOCNET1      [JO54]


Page 14

      C 129.46.rrr.rrr                     QUALNET           [TM37]
      C 129.47.rrr.rrr                     SYTEK-INC         [RW237]
      D 129.48.rrr.rrr                     WPAFB-CDS-NET     [SF76]
      R 129.49.rrr.rrr                     SUNY-SB           [JM414]
      G*129.50.rrr.rrr                     PSCN              [BRB8]
      D 129.51.rrr.rrr                     ESMC-LONS         [SWR3]
      D 129.52.rrr.rrr                     WPAFB-LONS        [SWR3]
      D 129.53.rrr.rrr                     HANSCOM           [DD63]
      D 129.54.rrr.rrr                     WSMC-LONS         [SWR3]
      R 129.55.rrr.rrr                     LINCOLN-MI        [KLS24]
      D*129.56.rrr.rrr                     AUXNET-PR         [KFS]
      R 129.57.rrr.rrr                     CEBAF             [RC247]
      R*129.58.rrr.rrr                     SRPNET            [MJ33]
      R 129.59.rrr.rrr                     VANDERBILT        [EZ8]
      R 129.60.rrr.rrr                     NTT-INET          [YS10]
      D 129.61.rrr.rrr                     ECONET            [CG1]
      R 129.62.rrr.rrr                     BAYLOR            [BL31]
      R 129.63.rrr.rrr                     ULOWELL           [RS414]
      R 129.64.rrr.rrr                     BRANDEIS          [JSM11]
      R 129.65.rrr.rrr                     CALPOLY           [ML95]
      R 129.66.rrr.rrr                     ASN-NET           [JRS48]
      R*129.67.rrr.rrr                     OXFORDNET         [MH118]
      R*129.68.rrr.rrr                     SJU-NET           [JP147]
      R 129.69.rrr.rrr                     RUS-NET           [KDM6]
      R*129.70.rrr.rrr                     UNIBI             [WH64]
      R 129.71.rrr.rrr                     WVNET             [RL104]
      R 129.72.rrr.rrr                     UWYO              [RM177]
      C 129.73.rrr.rrr                     SIEMENS           [MB143]
      R 129.74.rrr.rrr                     NOTRE-DAME        [MDE3]
      C 129.75.rrr.rrr                     CCUR-DOM          [PG97]
      C*129.76.rrr.rrr                     ROSEMOUNT         [JW266]
      C 129.77.rrr.rrr                     OXFORD-TP         [KRM5]
      R 129.78.rrr.rrr                     SYDNET            [DP149]
      R 129.79.rrr.rrr                     INDIANA-NET       [BS69]
      C*129.80.rrr.rrr                     STORTEK           [DB162]
      R 129.81.rrr.rrr                     TULANE-NET        [JV41]
      R 129.82.rrr.rrr                     CSUNET            [SM83]
      D 129.83.rrr.rrr                     MITRE-B-NETB      [BSW]
      C 129.84.rrr.rrr                     TWG-NET           [TN29]
      R 129.85.rrr.rrr                     ROCK              [MK38]
      C*129.86.rrr.rrr                     SANDERS           [RT60]
      C 129.87.rrr.rrr                     SLBSDRNET         [RK75]
      R 129.88.rrr.rrr                     IMAG              [PL37]
      R 129.89.rrr.rrr                     MILW-IPNET        [JSL9]
      C*129.90.rrr.rrr                     INTEVEP           [RA66]
      R 129.91.rrr.rrr                     ENCORE            [PYC]
      D 129.92.rrr.rrr                     AFIT              [DWD20]
      R 129.93.rrr.rrr                     HUSKERNET         [MM147]


Page 15

      R 129.94.rrr.rrr                     UNSW              [PG40]
      R 129.95.rrr.rrr                     OREGRADNET        [JC235]
      R 129.96.rrr.rrr                     FLINDERS-UNI      [TGN]
      R 129.97.rrr.rrr                     UWNET             [WCWI]
      R*129.98.rrr.rrr                     ALNET             [RNB5]
      G 129.99.rrr.rrr                     NAS-NET           [JL52]
      R 129.100.rrr.rrr                    UWO-NET           [PM81]
      R 129.101.rrr.rrr                    UIDAHO            [WDS11]
      R*129.102.rrr.rrr                    IRCAM             [MF14]
      C*129.103.rrr.rrr                    NERV              [RG225]
      R 129.104.rrr.rrr                    POLY              [GG68]
      R 129.105.rrr.rrr                    NWUNET            [JPD18]
      R 129.106.rrr.rrr                    UTHOUSTON         [LN47]
      R 129.107.rrr.rrr                    UTARLINGTON       [RDC36]
      R 129.108.rrr.rrr                    OTS-129-108       [DLN12]
      R 129.109.rrr.rrr                    UTGALVESTON       [MH225]
      R 129.110.rrr.rrr                    UTDALLAS          [DLL32]
      R 129.111.rrr.rrr                    UTHSCSA           [CA80]
      R 129.112.rrr.rrr                    UTSWMED           [VS50]
      R 129.113.rrr.rrr                    OTS-129-113       [DLN12]
      R 129.114.rrr.rrr                    UTCCSPRD          [MM352]
      R 129.115.rrr.rrr                    OTS-129-115       [DLN12]
      R 129.116.rrr.rrr                    CHPCNET           [WLJ7]
      R 129.117.rrr.rrr                    THENETMN          [DLN12]
      R 129.118.rrr.rrr                    TTUNET            [JS450]
      R 129.119.rrr.rrr                    SOUTHMETHUNIV     [DH23]
      R 129.120.rrr.rrr                    UNTEXAS           [BB194]
      R 129.121.rrr.rrr                    NMTECHNET         [IMK1]
      C 129.122.rrr.rrr                    PRIME             [RLU3]
      R 129.123.rrr.rrr                    USU               [RLR36]
      C 129.124.rrr.rrr                    GMRLNET           [LR44]
      R 129.125.rrr.rrr                    RUGNET            [HH37]
      C 129.126.rrr.rrr                    KODAK             [DM269]
      R 129.127.rrr.rrr                    ADELAIDE-UNI      [MP151]
      R 129.128.rrr.rrr                    U-ALBERTA         [SS131]
      R 129.129.rrr.rrr                    PSI-ETHER         [HK41]
      R 129.130.rrr.rrr                    KSUNET            [BAV]
      D 129.131.rrr.rrr                    NWCNET            [EG17]
      R 129.132.rrr.rrr                    ETH-ETHER         [FG16]
      R 129.133.rrr.rrr                    WESNET            [JGD1]
      C*129.134.rrr.rrr                    HCSD-NET          [DR49]
      C*129.135.rrr.rrr                    INGR              [GS91]
      R*129.136.rrr.rrr                    NRCJ              [MS195]
      R 129.137.rrr.rrr                    UN-OF-CINCI       [JL1]
      R 129.138.rrr.rrr                    NMTECH            [MJA14]
      D 129.139.rrr.rrr                    PICANET           [RFD1]
      R 129.140.rrr.rrr                    NSFNET-BB         [HWB]
      D 129.141.rrr.rrr                    GAFSNET           [BPW1]


Page 16

      R 129.142.rrr.rrr                    DENET             [JPS21]
      R*129.143.rrr.rrr                    BELWUE            [CL80]
      C 129.144.rrr.rrr-129.159.rrr.rrr    Sun Microsystems  [WM3]
      R*129.160.rrr.rrr                    SOLARIUM          [JL152]
      R 129.161.rrr.rrr                    HGCGNET           [GT76]
      R 129.162.rrr.rrr                    SWRI-NET          [FF20]
      G*129.163.rrr.rrr                    NASA-JSCSSE       [DGL4]
      G*129.164.rrr.rrr                    NASA-SSPOSSE      [DGL4]
      G*129.165.rrr.rrr                    NASA-GSFCSSE      [DGL4]
      G*129.166.rrr.rrr                    NASA-JFKSSE       [DGL4]
      G*129.167.rrr.rrr                    NASA-MSFCSSE      [DGL4]
      G*129.168.rrr.rrr                    NASA-LRCSSE       [DGL4]
      R*129.169.rrr.rrr                    ENG-CAM-UK        [JMRM]
      R 129.170.rrr.rrr                    DART-ETHER        [SC59]
      R 129.171.rrr.rrr                    MIAMI             [HWP2]
      R 129.172.rrr.rrr                    ROK               [TGS6]
      R 129.173.rrr.rrr                    DALNET            [JS338]
      R 129.174.rrr.rrr                    MASONET           [TH15]
      R 129.175.rrr.rrr                    PARIS-SUD         [RD104]
      R 129.176.rrr.rrr                    MAYO              [GB125]
      R 129.177.rrr.rrr                    BERGEN-NET        [PS27]
      R 129.178.rrr.rrr                    NORWAY-TWO        [PS27]
      C 129.179.rrr.rrr                    CDC-NET           [JAW34]
      R 129.180.rrr.rrr                    UNE-CAMPUS        [GS119]
      C*129.181.rrr.rrr                    LV-BULL           [OD8]
      C*129.182.rrr.rrr                    CL-BULL           [JPW11]
      C*129.183.rrr.rrr                    EC-BULL           [JPC17]
      C*129.184.rrr.rrr                    PR-BULL           [FH35]
      C*129.185.rrr.rrr                    MY-BULL           [MQ7]
      R 129.186.rrr.rrr                    CYCLONENET        [RD108]
      R*129.187.rrr.rrr                    BAVARIAN-NET      [WS94]
      R 129.188.rrr.rrr                    MOTOROLA          [CC99]
      R 129.189.rrr.rrr                    ICONET-ORC        [DAVE]
      D 129.190.rrr.rrr                    ASECC             [RT114]
      C 129.191.rrr.rrr                    NSCO              [GS123]
      C 129.192.rrr.rrr                    ACC-NET           [AB20]
      C 129.193.rrr.rrr                    TRW-TIE-NET       [JB550]
      R 129.194.rrr.rrr                    UNIGE-CENTER      [AS116]
      R 129.195.rrr.rrr                    UNIGE-HOP         [AS116]
      C*129.196.rrr.rrr                    JOHN-FLUKE        [JS210]
      C*129.197.rrr.rrr                    LMSC-CNU          [DD112]
      D 129.198.rrr.rrr                    ELAN              [DDK1]
      R 129.199.rrr.rrr                    ENS-NET           [JV53]
      D 129.200.rrr.rrr                    DAC-BACK-NET      [RAY4]
      C*129.201.rrr.rrr-129.204.rrr.rrr    GE-Internet       [JEB50]
      R*129.205.rrr.rrr                    CDCNET            [JAW34]
      R 129.206.rrr.rrr                    HD-NET            [LB110]
      R 129.207.rrr.rrr                    PVAMU-NET         [FE6]


Page 17

      R*129.208.rrr.rrr                    BIRMINGHAM        [RJH37]
      D 129.209.rrr.rrr                    BRLNETS           [DET]
      R*129.210.rrr.rrr                    SCU-NET           [WD27]
      C*129.211.rrr.rrr                    ISCS-NET          [DS59]
      R*129.212.rrr.rrr                    AMDAHL-UTS        [KC1]
      C 129.213.rrr.rrr                    COM-COM-COM       [TB6]
      C*129.214.rrr.rrr                    PYRAMID-TECH      [CSG]
      R*129.215.rrr.rrr                    EU-NET            [WSC5]
      R 129.216.rrr.rrr                    NRC-NET           [IHM]
      R 129.217.rrr.rrr                    UNIDO-LAN         [RV32]
      R*129.218.rrr.rrr                    UNISYS-SP         [SJP10]
      R 129.219.rrr.rrr                    ASU-NET           [AC85]
      C*129.220.rrr.rrr-129.227.rrr.rrr    UNISYS Nets       [CC129]
      C*129.228.rrr.rrr                    WESTINGHOUSE      [CWR4]
      G 129.229.rrr.rrr                    USA-CECER         [DB186]
      C*129.230.rrr.rrr                    AMOCO             [SG83]
      C*129.231.rrr.rrr                    DIGICOMM-NET      [WF42]
      R*129.232.rrr.rrr                    BITNET            [LCV]
      R 129.233.rrr.rrr                    FHG-STUTTGART     [JW377]
      R*129.234.rrr.rrr                    DURHAM            [JC288]
      R 129.235.rrr.rrr                    SRCNET            [CRT4]
      R 129.236.rrr.rrr                    LDGO-NET          [RGB14]
      R 129.237.rrr.rrr                    JAYHAWKNET        [DN32]
      R 129.238.rrr.rrr                    AFWL-NET          [CF57]
      G 129.239.rrr.rrr                    HI-CFSG           [LP71]
      R 129.240.rrr.rrr                    UIONET            [JT122]
      R 129.241.rrr.rrr                    UNITNET           [HE15]
      R 129.242.rrr.rrr                    UIBNET            [JT122]
      G 129.243.rrr.rrr                    MMCNET            [DR137]
      R 129.244.rrr.rrr                    KEHNET            [PLH8]
      C 129.245.rrr.rrr                    PAC-BELL          [DSP11]
      D 129.246.rrr.rrr                    IDA               [BS157]
      R 129.247.rrr.rrr                    DFVRL-NET         [CR24]
      C 129.248.rrr.rrr                    APOLLO            [NM31]
      R*129.249.rrr.rrr                    FX-DEV-NET2       [HH45]
      R 129.250.rrr.rrr                    PRPNET            [BE6]
      D 129.251.rrr.rrr                    SLAN-BSN          [LA55]
      R 129.252.rrr.rrr                    SCAROLINA         [AY11]
      C*129.253.rrr.rrr                    WESDIGCO          [SD78]
      R 129.254.rrr.rrr                    ETRI              [KH74]
        129.255.rrr.rrr                    Reserved          [NIC]
        130.0.rrr.rrr                      Reserved          [NIC]
      C*130.1.rrr.rrr-130.10.rrr.rrr       Boeing Nets       [DJB34]
      G 130.11.rrr.rrr                     GEORES            [JRF]
      R*130.12.rrr.rrr                     ORNET             [DG110]
      C 130.13.rrr.rrr                     USWEST            [DCM20]
      G 130.14.rrr.rrr                     NLM-ETHER         [JA1]
      R 130.15.rrr.rrr                     QUEENSU           [AH81]


Page 18

      D 130.16.rrr.rrr                     BCN               [JRC27]
      R 130.17.rrr.rrr                     CSUSTAN           [TC84]
      R 130.18.rrr.rrr                     MSSTATE           [MR137]
      C*130.19.rrr.rrr                     PGE               [AC96]
      G 130.20.rrr.rrr                     PNLNET            [SCT2]
      C*130.21.rrr.rrr                     PRIME-CV          [RLU3]
      D 130.22.rrr.rrr                     DCA-RESTON        [SJ50]
      C*130.23.rrr.rrr-130.32.rrr.rrr      Hewlett-Packard   [DCL10]
      R 130.33.rrr.rrr                     SARNOFF           [RJP23]
      R 130.34.rrr.rrr                     TAINS             [YK3]
      C 130.35.rrr.rrr                     ORACLE-CORP       [DAA14]
      C*130.36.rrr.rrr                     ABBOTT            [JES55]
      R 130.37.rrr.rrr                     VU-NET            [HVS1]
      C 130.38.rrr.rrr                     MDC-NET           [KRH4]
      R 130.39.rrr.rrr                     TIGERLAN          [CFB1]
      G*130.40.rrr.rrr                     JSC-RTDS          [SW114]
      R 130.41.rrr.rrr                     ATD-NET           [TS14]
      R 130.42.rrr.rrr                     BOERESNET         [GK44]
      C 130.43.rrr.rrr                     APPLE-NET         [HK24]
      R 130.44.rrr.rrr                     AMS               [NK19]
      C*130.45.rrr.rrr                     RACAL-MILGO       [JC314]
      D 130.46.rrr.rrr                     DTRC-B1-NET       [RWT2]
      G*130.47.rrr.rrr                     WISDOT            [JRJ12]
      C*130.48.rrr.rrr                     ATT-DDO           [CWM17]
      R 130.49.rrr.rrr                     U-PITT            [DS247]
      C 130.50.rrr.rrr                     RISC-NET          [WAG5]
      C*130.51.rrr.rrr                     VIEW-ENG          [CM144]
      C*130.52.rrr.rrr                     WEARGUARD         [PP62]
      D 130.53.rrr.rrr                     AFOTECPCNET       [EEL2]
      R 130.54.rrr.rrr                     KUINS             [JM292]
      G*130.55.rrr.rrr                     LANL-SINET        [PCW]
      R 130.56.rrr.rrr                     ANUNET            [GH105]
      C 130.57.rrr.rrr                     EXCELAN           [TS107]
      R 130.58.rrr.rrr                     SWARTHMORE        [JB360]
      R 130.59.rrr.rrr                     SWITCH-LAN        [TL99]
      R 130.60.rrr.rrr                     UNIZH             [PB145]
      R*130.61.rrr.rrr                     BBN-SYSENGRB      [DW159]
      C 130.62.rrr.rrr                     MIPSNET           [DK101]
      R 130.63.rrr.rrr                     YORKU             [ER61]
      R*130.64.rrr.rrr                     TUFTSU            [KR69]
      R*130.65.rrr.rrr                     SJSU-NET          [HB76]
      R*130.66.rrr.rrr                     RIVE              [CE42]
      C*130.67.rrr.rrr                     NORSK-DATA        [AH89]
      R 130.68.rrr.rrr                     MSCNET            [MLT10]
      R 130.69.rrr.rrr                     UTOKYO-NET        [JM292]
      R 130.70.rrr.rrr                     USL               [SJM9]
      R 130.71.rrr.rrr                     STOLAF            [CR127]
      R*130.72.rrr.rrr                     LSTC-NET          [DC211]


Page 19

      R*130.73.rrr.rrr                     ZIB               [HB79]
      R 130.74.rrr.rrr                     OLEMISS           [EFH6]
      R*130.75.rrr.rrr                     RRZN              [RO44]
      C*130.76.rrr.rrr                     BE-NET            [KRF5]
      C*130.77.rrr.rrr                     CH2M              [RR156]
      C*130.78.rrr.rrr                     BAZIS             [CVG1]
      R*130.79.rrr.rrr                     OSIRIS            [JP207]
      C*130.80.rrr.rrr                     CHRON             [JC333]
      C 130.81.rrr.rrr                     NYTEL-BB-1        [SS110]
      R 130.82.rrr.rrr                     UNISG             [PG62]
      R*130.83.rrr.rrr                     THD-NET           [HH50]
      R 130.84.rrr.rrr                     CIRCE             [CM156]
      R 130.85.rrr.rrr                     UMBCNET           [KP45]
      R 130.86.rrr.rrr                     CSUSAC            [MC264]
      R 130.87.rrr.rrr                     JP-HEPNET         [YB4]
      R*130.88.rrr.rrr                     MANLAN            [PM115]
      R 130.89.rrr.rrr                     UTNET             [GAM32]
      R 130.90.rrr.rrr                     MATHERAFBNET      [SF46]
      R 130.91.rrr.rrr                     UPENN-SUBNET      [JDH29]
      R 130.92.rrr.rrr                     UNIBE             [FB61]
      R 130.93.rrr.rrr                     FERNWOODNET2      [GEOF]
      R 130.94.rrr.rrr                     JVNCNET           [SH37]
      R 130.95.rrr.rrr                     UWA-NET           [GH108]
      C*130.96.rrr.rrr                     SDCAPOL           [RB520]
      G*130.97.rrr.rrr                     DOERLNET          [DES41]
      R*130.98.rrr.rrr                     FNET-EDF          [MD127]
      R 130.99.rrr.rrr                     NET-3M            [BR79]
      C*130.100.rrr.rrr                    ERICSSON          [BS156]
      R 130.101.rrr.rrr                    UAKRON            [DK112]
      R 130.102.rrr.rrr                    UQNET             [LB201]
      C*130.103.rrr.rrr                    LOTUS             [RMF2]
      R*130.104.rrr.rrr                    UCLOUVAIN         [ML129]
      R 130.105.rrr.rrr                    OSF               [MLR1]
      R*130.106.rrr.rrr                    LLNL-CLOSED       [DW164]
      R 130.107.rrr.rrr                    SRI-CSL-NET-2     [EH112]
      R 130.108.rrr.rrr                    WRIGHT-STATE      [SH1]
      R 130.109.rrr.rrr                    NCSC-NET          [JD130]
      C*130.110.rrr.rrr                    CENET             [JC347]
      R 130.111.rrr.rrr                    UMAINE-SYS        [IKA]
      R*130.112.rrr.rrr                    ECN               [MB203]
      R 130.113.rrr.rrr                    MCMASTER          [CB162]
      D 130.114.rrr.rrr                    APGNET            [VC5]
      R*130.115.rrr.rrr                    EURNET            [IJD1]
      R 130.116.rrr.rrr                    CSIRO-DMT         [MJ65]
      R 130.117.rrr.rrr                    NYSER2            [MS9]
      G 130.118.rrr.rrr                    GEOMEN            [PWM]
      C*130.119.rrr.rrr                    RTECH             [DA73]
      R*130.120.rrr.rrr                    UNITOUL           [DI11]


Page 20

      D*130.121.rrr.rrr                    BOEING747NET      [GK44]
      D*130.122.rrr.rrr                    BOEINGAERO        [GK44]
      R 130.123.rrr.rrr                    MASSEY            [KKS]
      D 130.124.rrr.rrr                    HI-DSG            [MW135]
      R 130.125.rrr.rrr                    UNINE             [CW115]
      R 130.126.rrr.rrr                    UIUC-NCSA         [PP14]
      R 130.127.rrr.rrr                    CLEMSONU          [MSM3]
        130.128.rrr.rrr                    Reserved          [NIC]
        130.129.rrr.rrr                    Reserved          [NIC]
      R 130.130.rrr.rrr                    UOWNET            [SC143]
      C*130.131.rrr.rrr                    GTE-CS            [AN32]
      R 130.132.rrr.rrr                    YALE-SPINE        [ASW3]
      R*130.133.rrr.rrr                    FUB               [RR163]
      G 130.134.rrr.rrr                    DFRF-NET          [MSM1]
      G*130.135.rrr.rrr                    WSTF-NET          [MSM1]
      R 130.136.rrr.rrr                    BOLOGNA-MATH-CS   [OB]
      C 130.137.rrr.rrr                    DATAPOINT         [BR87]
      C*130.138.rrr.rrr-130.143.rrr.rrr    PHILIPS           [OK6]
      C 130.144.rrr.rrr                    PHILIPS           [OK6]
      C*130.145.rrr.rrr-130.147.rrr.rrr    PHILIPS           [OK6]
      C*130.148.rrr.rrr                    GEC-SENSORS       [TD68]
      R*130.149.rrr.rrr                    TUB               [DK116]
      R 130.150.rrr.rrr                    CSUNET-IP         [DR161]
      R 130.151.rrr.rrr                    ROK2              [TGS6]
      R 130.152.rrr.rrr                    LOS-NETTOS        [WP8]
      R 130.153.rrr.rrr                    JAPAN-B8          [JM292]
      R 130.154.rrr.rrr                    RAND-NETB         [JDG]
      R 130.155.rrr.rrr                    DMS-SYD           [MA88]
      R*130.156.rrr.rrr                    NJECN             [BM164]
      R 130.157.rrr.rrr                    SONOMA-STATE      [BB193]
      R*130.158.rrr.rrr                    UTINS             [NY3]
      R*130.159.rrr.rrr                    STRATH            [DM259]
      R 130.160.rrr.rrr                    UANET             [JW337]
      R 130.161.rrr.rrr                    DUT-LAN           [FD18]
      C*130.162.rrr.rrr                    TEN-OPS           [DG146]
      D 130.163.rrr.rrr                    CENTERNET         [JA91]
      C*130.164.rrr.rrr                    NATINST-NET       [BP42]
      D 130.165.rrr.rrr                    CESPKED-NET       [JP220]
      R 130.166.rrr.rrr                    CSUN              [DC316]
      G 130.167.rrr.rrr                    STSCI-NET         [MSM1]
      C 130.168.rrr.rrr                    CONVEX            [JT147]
      C*130.169.rrr.rrr-130.178.rrr.rrr    GM IP Net         [JC365]
      R*130.179.rrr.rrr                    UMANITOBA         [BR88]
      C 130.180.rrr.rrr                    DEC-ZK-NET        [SEL10]
      D 130.181.rrr.rrr                    HONWEL-CLWTR      [MN43]
      R 130.182.rrr.rrr                    CSULANET          [DTG11]
      R*130.183.rrr.rrr                    IPPNET            [TH101]
      R 130.184.rrr.rrr                    UARKNET           [DLM34]


Page 21

      R 130.185.rrr.rrr                    ONET              [PM81]
      R 130.186.rrr.rrr                    CINECA-NET        [AA62]
      C 130.187.rrr.rrr                    ES-NET            [SP81]
      R 130.188.rrr.rrr                    VTTNET            [JK187]
      R 130.189.rrr.rrr                    DART-HITCH        [RCD13]
      R*130.190.rrr.rrr                    GRENET            [JA146]
      R 130.191.rrr.rrr                    SDSU-NET          [MW180]
      R 130.192.rrr.rrr                    TORINO-IT-LAN     [SG88]
      R*130.193.rrr.rrr                    ACONET            [WK56]
      R 130.194.rrr.rrr                    MONASH-NET        [JM493]
      R 130.195.rrr.rrr                    VUW               [MN44]
      G*130.196.rrr.rrr                    STSOC             [RMD26]
      C*130.197.rrr.rrr                    CECO-NET          [WLR6]
      C 130.198.rrr.rrr                    PRISMA-ETHER      [JP232]
      R 130.199.rrr.rrr                    YAPNET            [GR9]
      C*130.200.rrr.rrr                    LOCUS             [EP53]
      C 130.201.rrr.rrr                    AOGC              [JH307]
      G 130.202.rrr.rrr                    ARGONNE           [LW26]
      R 130.203.rrr.rrr                    PSU-COMPSC        [DRE4]
      C 130.204.rrr.rrr                    INTERLAN          [DW180]
      C*130.205.rrr.rrr                    LANIER            [MHW9]
      R*130.206.rrr.rrr                    IRIS              [IM24]
      R 130.207.rrr.rrr                    GIT               [DD11]
      R 130.208.rrr.rrr                    ISNET             [MO33]
      R*130.209.rrr.rrr                    GLANET            [RAG36]
      D 130.210.rrr.rrr                    LINKNET           [PR79]
      C*130.211.rrr.rrr                    EXECU             [DH241]
      R 130.212.rrr.rrr                    FOGNET            [MCD11]
      C*130.213.rrr.rrr                    RATNET            [TDG9]
      C*130.214.rrr.rrr                    SYBASE            [NHC]
      R 130.215.rrr.rrr                    WPI               [AEJ5]
      R 130.216.rrr.rrr                    AUKUNI-NET        [AJB20]
      R 130.217.rrr.rrr                    WAIKATO-LAN-1     [JCH41]
      R*130.218.rrr.rrr                    NET-KSC           [MC128]
      R 130.219.rrr.rrr                    UMDNJ             [LPM]
      R 130.220.rrr.rrr                    SAITEN            [RR181]
      R 130.221.rrr.rrr                    AERO-NET          [LCN]
      C 130.222.rrr.rrr                    PRCNE-NET         [SS172]
      R 130.223.rrr.rrr                    LUNET-ETHER1      [JL247]
      C 130.224.rrr.rrr                    NET-QUOTRON       [LF58]
      R 130.225.rrr.rrr                    DENET-1           [JPS21]
      R*130.226.rrr.rrr-130.229.rrr.rrr    NORDU Nets        [AH94]
      R 130.230.rrr.rrr                    TAMNET            [JH141]
      R*130.231.rrr.rrr                    NORDU Nets        [AH94]
      R 130.232.rrr.rrr                    TURBO             [EA49]
      R 130.233.rrr.rrr                    HUTNET            [KL66]
      R*130.234.rrr.rrr                    NORDU Net         [AH94]
      R 130.235.rrr.rrr                    LUNET             [JE87]


Page 22

      R 130.236.rrr.rrr                    LIUNET            [LE24]
      R 130.237.rrr.rrr                    KTH-LAN           [AH94]
      R 130.238.rrr.rrr                    UU-NET            [BV17]
      R 130.239.rrr.rrr                    UMUNET            [RH271]
      R 130.240.rrr.rrr                    LUTHNET           [SW142]
      R 130.241.rrr.rrr                    GU-NET            [JT167]
      R*130.242.rrr.rrr-130.244.rrr.rrr    NORDU Nets        [AH94]
      R 130.245.rrr.rrr                    SUNYSB-CS         [WKT]
      R*130.246.rrr.rrr                    RAL-IP            [AM129]
      D*130.247.rrr.rrr                    BOE-TRANS         [GK44]
      C*130.248.rrr.rrr                    ADOBE             [AIS]
      R*130.249.rrr.rrr                    FOENET            [FJB3]
      R*130.250.rrr.rrr                    QU                [BA56]
      R 130.251.rrr.rrr                    UG-NET            [GAM35]
      R 130.252.rrr.rrr                    TANDEM-NET        [KR59]
      R 130.253.rrr.rrr                    DENVERU-NET       [WE12]
      R*130.254.rrr.rrr                    ASC               [DB296]
        130.255.rrr.rrr                    Reserved          [NIC]
        131.0.rrr.rrr                      Reserved          [NIC]
      C 131.1.rrr.rrr                      ICONET            [JA13]
      D 131.2.rrr.rrr                      GAFB-NET          [BPW1]
      D 131.3.rrr.rrr                      MATHERAFB         [SF46]
      D 131.4.rrr.rrr                      WPAFB-NET         [KEP9]
      D 131.5.rrr.rrr                      GRIFFISS-NET      [BPW1]
      D 131.6.rrr.rrr                      LANGLEY-NET       [JJB1]
      D 131.7.rrr.rrr                      OFFUTT-NET        [PN13]
      D 131.8.rrr.rrr                      HQUSAF-NET        [BPW1]
      D 131.9.rrr.rrr                      SCOTTAFB-NET      [FW18]
      D 131.10.rrr.rrr                     BARKSDALE         [KW75]
      D 131.11.rrr.rrr                     BOLLING-NET       [SE7]
      D 131.12.rrr.rrr                     BROOKS-NET        [BDB8]
      D 131.13.rrr.rrr                     KELLY-NET         [JG268]
      D 131.14.rrr.rrr                     LOWRYAFB-NET      [BRA2]
      D 131.15.rrr.rrr                     PETERSON-NET      [MDL1]
      D 131.16.rrr.rrr                     RAMSTEINNET       [KM103]
      D 131.17.rrr.rrr                     SHEPPARD          [SR127]
      D 131.18.rrr.rrr                     TINKERCCSO        [RMD1]
      D 131.19.rrr.rrr                     BITBURGNET        [MML8]
      D 131.20.rrr.rrr                     EGLIN-NET         [TM199]
      D 131.21.rrr.rrr                     HAHNNET           [RM300]
      D 131.22.rrr.rrr                     KEESLER-NET       [BWS2]
      D 131.23.rrr.rrr                     KIRTLAND-NET      [OP]
      D 131.24.rrr.rrr                     MACDILL-NET       [ER90]
      D 131.25.rrr.rrr                     PATRICK-NET       [MH15]
      D 131.26.rrr.rrr                     USAFACAD-NET      [JME15]
      D 131.27.rrr.rrr                     HILLAFB-NET       [JD86]
      D 131.28.rrr.rrr                     WPAFB-NET2        [BPW1]
      D 131.29.rrr.rrr                     LAAFB-NET         [JEB45]


Page 23

      D 131.30.rrr.rrr                     MCCHORDNET        [BF49]
      D 131.31.rrr.rrr                     MCCLELLANNET      [JRR6]
      D 131.32.rrr.rrr                     LACKLANDNET       [DMH20]
      D 131.33.rrr.rrr                     EDWARDS-NET       [LGB1]
      D 131.34.rrr.rrr                     MARCH-NET         [CLP18]
      D 131.35.rrr.rrr                     FAIRCHILD         [GI4]
      D 131.36.rrr.rrr                     YOKOTA-NET        [JAS8]
      D 131.37.rrr.rrr                     ELMENDORF         [MD97]
      D 131.38.rrr.rrr                     HICKAM-NET        [RWJ3]
      D 131.39.rrr.rrr                     EIELSON           [BPW1]
      D 131.40.rrr.rrr                     BERGSTROM         [SA42]
      D 131.41.rrr.rrr                     ANDREWS-NET       [JKB13]
      D 131.42.rrr.rrr                     HANSCOM-NET       [WJK6]
      D 131.43.rrr.rrr                     HOMESTEAD         [GLS20]
      D 131.44.rrr.rrr                     RANDOLPH-NET      [TS149]
      D 131.45.rrr.rrr                     ROBINS-NET        [NRG4]
      D 131.46.rrr.rrr                     SHAW              [BPW1]
      D 131.47.rrr.rrr                     ANDERSEN-NET      [TKH4]
      D 131.48.rrr.rrr                     AVIANO-NET        [RDB30]
      D 131.49.rrr.rrr                     CLARK-NET         [GKW3]
      D 131.50.rrr.rrr                     DAVIS-MONTHAN     [SS130]
      D 131.51.rrr.rrr                     LAKENHEATH        [RT135]
      D 131.52.rrr.rrr                     LUKE-NET          [TD91]
      D 131.53.rrr.rrr                     MALMSTROM         [YC4]
      D 131.54.rrr.rrr-131.55.rrr.rrr      AF Concentrator   [BPW1]
      D 131.56.rrr.rrr                     UPPER-HEYFORD     [BPW1]
      D 131.57.rrr.rrr                     TAEGU             [RWH36]
      D 131.58.rrr.rrr                     ALCONBURY         [JD274]
      D 131.59.rrr.rrr                     DYESS             [BPW1]
      D 131.60.rrr.rrr                     ENGLAND           [BPW1]
      D 131.61.rrr.rrr                     MCCONNELL         [RCL1]
      D 131.62.rrr.rrr                     NORTON            [BPW1]
      D 131.63.rrr.rrr                     GAFB-NET1         [BPW1]
      D 131.64.rrr.rrr                     HQ-DLA            [CG85]
      D 131.65.rrr.rrr                     DCRA              [CG85]
      D 131.66.rrr.rrr                     DCRB              [CG85]
      D 131.67.rrr.rrr                     DCRI              [CG85]
      D 131.68.rrr.rrr                     DCRL              [CG85]
      D 131.69.rrr.rrr                     DCRN              [CG85]
      D 131.70.rrr.rrr                     DCRO              [CG85]
      D 131.71.rrr.rrr                     DCRP              [CG85]
      D 131.72.rrr.rrr                     DCRS              [CG85]
      D 131.73.rrr.rrr                     DCRT              [CG85]
      D 131.74.rrr.rrr                     DCSC              [SST]
      D 131.75.rrr.rrr                     DDMP              [CG85]
      D 131.76.rrr.rrr                     DDMT              [CG85]
      D 131.77.rrr.rrr                     DDOU              [CG85]
      D 131.78.rrr.rrr                     DSAC              [JR276]


Page 24

      D 131.79.rrr.rrr                     DDTC              [CG85]
      D 131.80.rrr.rrr                     DESC              [CG85]
      D 131.81.rrr.rrr                     DGSC              [CG85]
      D 131.82.rrr.rrr                     DISC              [CG85]
      D 131.83.rrr.rrr                     EUROPE-DRMS       [CG85]
      D 131.84.rrr.rrr                     DTIC-NET          [CG85]
      D 131.85.rrr.rrr                     DFSC              [CG85]
      D 131.86.rrr.rrr                     DPSC              [CG85]
      D 131.87.rrr.rrr                     DRMS              [CG85]
      D 131.88.rrr.rrr                     PACIFIC-DRMS      [CG85]
      C*131.89.rrr.rrr-131.90.rrr.rrr      PG&E Net          [AC96]
      R 131.91.rrr.rrr                     FAU               [RL180]
      D 131.92.rrr.rrr                     APGEA-SUBNET      [REA3]
      R 131.93.rrr.rrr                     SJC-NET           [BC130]
      R 131.94.rrr.rrr                     FIU               [BB208]
      R 131.95.rrr.rrr                     USM               [DEP17]
      R*131.96.rrr.rrr                     GSU-NET           [SBH4]
      C*131.97.rrr.rrr                     AB-VOLVO-NET      [TS141]
      C*131.98.rrr.rrr                     ESI-PRIM          [WRH20]
      C*131.99.rrr.rrr                     KONTRONNET        [BS217]
      C*131.100.rrr.rrr                    BANYAN-HDQTR      [BH144]
      C*131.101.rrr.rrr                    TERADYNE          [GA45]
      G*131.102.rrr.rrr                    KOM-BV            [RM306]
      R 131.103.rrr.rrr                    CICNET            [CA29]
      R 131.104.rrr.rrr                    UOGUELPH          [KP50]
      D 131.105.rrr.rrr                    SM-ALC            [RR184]
      C 131.106.rrr.rrr                    MTXINU-NET        [EG51]
      C*131.107.rrr.rrr                    MICROSOFT         [WC89]
      C 131.108.rrr.rrr                    CISCO-SYSTEM      [KSL]
      R 131.109.rrr.rrr                    BROWN-CFM-CS      [SF59]
      G*131.110.rrr.rrr                    MAF-NET           [RTD]
      R*131.111.rrr.rrr                    CAM-AC-UK         [TS146]
      R 131.112.rrr.rrr                    TITECH-NET        [MO57]
      R 131.113.rrr.rrr                    KEIO-NET          [TS147]
      R 131.114.rrr.rrr                    PISA-NET          [GR56]
      C*131.115.rrr.rrr                    TVTWAN1           [AH96]
      C*131.116.rrr.rrr                    TVTWAN2           [AH96]
      C*131.117.rrr.rrr                    NCANET            [WB102]
      R 131.118.rrr.rrr                    MINCNET           [FAF6]
      R 131.119.rrr.rrr                    BARRNET           [DLW31]
      R 131.120.rrr.rrr                    NPSNET            [SW37]
      G 131.121.rrr.rrr                    NADN              [AF60]
      G 131.122.rrr.rrr                    NADN2             [AF60]
      R 131.123.rrr.rrr                    KENT-STATE        [LCH9]
      C*131.124.rrr.rrr                    TANDEM-MPD        [BC133]
      R 131.125.rrr.rrr                    KEAN              [AKC5]
      C*131.126.rrr.rrr                    MTCN              [JCP26]
      C*131.127.rrr.rrr                    ASGARRETT         [LM176]


Page 25

      R 131.128.rrr.rrr                    URI               [JB410]
      C*131.129.rrr.rrr                    DOCUNET           [MR166]
      R*131.130.rrr.rrr                    UNIVIE            [HS118]
      C 131.131.rrr.rrr                    CONTEL-WTP        [MJO4]
      R 131.132.rrr.rrr                    DREVNET           [JS597]
      R 131.133.rrr.rrr                    DREANET           [JS597]
      R*131.134.rrr.rrr-131.141.rrr.rrr    Def Rsch Estab    [JS597]
      R 131.142.rrr.rrr                    CFA-NET           [CM57]
      C 131.143.rrr.rrr                    CMC               [CNK1]
      R*131.144.rrr.rrr                    PEACHNET          [JS469]
      C 131.145.rrr.rrr                    MERIT-TECH        [JRJ18]
      C 131.146.rrr.rrr                    MDC-SJ-NET        [SMF5]
      C*131.147.rrr.rrr                    GENESISDND        [SM188]
      C*131.148.rrr.rrr                    GENESISTOR        [SM188]
      C*131.149.rrr.rrr                    FAST-TEAM         [SM188]
      C*131.150.rrr.rrr                    GENESISCSDBS      [SM188]
      R 131.151.rrr.rrr                    MORNETR           [RWA15]
      R 131.152.rrr.rrr                    UNIBAS            [RD232]
      R 131.153.rrr.rrr                    SEMATECH          [RG188]
      R*131.154.rrr.rrr                    INFNET            [AG113]
      R 131.155.rrr.rrr                    TUENET1           [JFAS]
      R 131.156.rrr.rrr                    NIU-NET           [JWN10]
      C*131.157.rrr.rrr                    LIBRAINC          [WJF1]
      R 131.158.rrr.rrr                    USUHSNET          [MK124]
      R*131.159.rrr.rrr                    TUM-INFO-LAN      [HN20]
      C*131.160.rrr.rrr                    LMFNET            [RS393]
      C 131.161.rrr.rrr                    WEB-NET           [ML192]
      R*131.162.rrr.rrr                    AUNET             [BW134]
      C*131.163.rrr.rrr                    I-CAN             [RW206]
      R*131.164.rrr.rrr-131.166.rrr.rrr    Danish Net        [SJ28]
      R 131.167.rrr.rrr                    BMINET            [JA92]
      C*131.168.rrr.rrr                    PAQNET            [WH110]
      R*131.169.rrr.rrr                    DESY              [ME57]
      R 131.170.rrr.rrr                    RMIT              [MS300]
      R 131.171.rrr.rrr                    UMUC              [RS486]
      R 131.172.rrr.rrr                    LATROBE           [PC116]
      R*131.173.rrr.rrr                    UOS               [RN58]
      R 131.174.rrr.rrr                    NUNET             [JA155]
      R 131.175.rrr.rrr                    CILEA             [AM134]
      R*131.176.rrr.rrr                    ESA               [DW195]
      R 131.177.rrr.rrr                    PTT-TELE          [JT166]
      R 131.178.rrr.rrr                    ITESM             [HEG6]
      R 131.179.rrr.rrr                    UCLA-CS           [RBW]
      R*131.180.rrr.rrr                    DUT-LAN2          [FD18]
      R 131.181.rrr.rrr                    QUT               [AA70]
      G 131.182.rrr.rrr                    NASA-HQ-NET       [MSM1]
      R 131.183.rrr.rrr                    UTOLEDO-NET       [BN38]
      C*131.184.rrr.rrr                    MCDERMOTT         [TP58]


Page 26

      D 131.185.rrr.rrr                    DSTO              [JWB35]
      R 131.186.rrr.rrr                    WB-TEST           [KS14]
      R 131.187.rrr.rrr                    OARNET            [MF74]
      R 131.188.rrr.rrr                    REVUE             [JK198]
      D*131.189.rrr.rrr                    TRACORNET         [PM140]
      C*131.190.rrr.rrr                    PGXPRES           [ACL2]
      G*131.191.rrr.rrr                    TACOMA            [BD89]
      R 131.192.rrr.rrr                    NEARNET           [DBL1]
      R 131.193.rrr.rrr                    UIC-ISN-NET       [EZ3]
      R*131.194.rrr.rrr                    TRINITY           [LHG3]
      R 131.195.rrr.rrr                    HYDRO-QUEBEC      [CV25]
      R 131.196.rrr.rrr                    CNUSC             [JLD31]
      C*131.197.rrr.rrr                    MOTO-SPS          [SO35]
      C 131.198.rrr.rrr                    ROK3              [TGS6]
      C 131.199.rrr.rrr                    ROK4              [TGS6]
      C 131.200.rrr.rrr                    ROK5              [TGS6]
      C*131.201.rrr.rrr                    HI-RESG-NET       [JG8]
      R*131.202.rrr.rrr                    UNB-IPNET         [BK76]
      R 131.203.rrr.rrr                    DSIR              [SW143]
      R 131.204.rrr.rrr                    AU-NET            [LO28]
      C*131.205.rrr.rrr                    SLLWAN            [AL16]
      R*131.206.rrr.rrr                    KIT-NET           [HN21]
      G*131.207.rrr.rrr                    TIETOTIE          [PI7]
      C*131.208.rrr.rrr                    MERRILL-LYNCH     [JC394]
      C*131.209.rrr.rrr                    PW-NET            [EMB]
      R 131.210.rrr.rrr                    UW-PARKSIDE       [TVF1]
      R 131.211.rrr.rrr                    RUU               [WPBS]
      R 131.212.rrr.rrr                    UMNDULNET         [WJM26]
      C*131.213.rrr.rrr                    NTCRK-MANU        [GJ35]
      D 131.214.rrr.rrr                    ROMENET           [PV23]
      R 131.215.rrr.rrr                    CALTECH-NET       [AD22]
      R 131.216.rrr.rrr                    NEVADA            [RLY1]
      R 131.217.rrr.rrr                    TASUNI-NET        [RB577]
      D 131.218.rrr.rrr                    ALADDIN           [CLR16]
      C*131.219.rrr.rrr                    PPL-NET           [AK70]
      R*131.220.rrr.rrr                    UNI-BONN          [HG51]
      R*131.221.rrr.rrr                    FXIS              [SA72]
      C*131.222.rrr.rrr                    NCR-COMTEN        [RC234]
      C*131.223.rrr.rrr                    LATA              [JGB17]
      R*131.224.rrr.rrr                    RIVMNET           [RB578]
      R 131.225.rrr.rrr                    FERMILAB          [CD75]
      C 131.226.rrr.rrr                    MEMORY-ALPHA      [JM551]
      R*131.227.rrr.rrr                    SURREY-NET        [GC122]
      R 131.228.rrr.rrr                    NOKIA             [AV20]
      R*131.229.rrr.rrr                    SMITH             [LG91]
      R 131.230.rrr.rrr                    SIU-NET           [CRC15]
      R*131.231.rrr.rrr                    LUT-AC-UK         [RT140]
      R*131.232.rrr.rrr                    ATHABASCA-U       [LN42]


Page 27

      C*131.233.rrr.rrr                    CIM-NET           [JH342]
      R*131.234.rrr.rrr                    UNIPADERBORN      [RF130]
      G 131.235.rrr.rrr                    ALCIDE            [JG266]
      R 131.236.rrr.rrr                    ADFA-NET          [GC155]
      G*131.237.rrr.rrr                    RWSNL             [PO16]
      R*131.238.rrr.rrr                    UNIV-DAYTON       [RT142]
      C 131.239.rrr.rrr                    THINK-NET         [BJN1]
      G 131.240.rrr.rrr                    CC                [KMC3]
      R 131.241.rrr.rrr                    NECAM             [ARS3]
      G 131.242.rrr.rrr                    CITEC             [TT32]
      R 131.243.rrr.rrr                    LBL-IP-NET2       [CAL3]
      R 131.244.rrr.rrr                    BOND-UN1          [EB112]
      R 131.245.rrr.rrr                    BOND-RP           [EB112]
      R 131.246.rrr.rrr                    RHRK-LAN          [BGW3]
      R 131.247.rrr.rrr                    USF               [JG269]
      C*131.248.rrr.rrr                    CTC-NET           [TS154]
      R 131.249.rrr.rrr                    FCCC              [RKS1]
      D 131.250.rrr.rrr                    OCNR-ETHER        [TW3]
      R*131.251.rrr.rrr                    CARDIFFCOMMA      [RE73]
      R 131.252.rrr.rrr                    PDX-NET           [FD41]
      R*131.253.rrr.rrr                    NTCSIS-NET        [JC403]
      R 131.254.rrr.rrr                    IRISA-NET         [RT144]
        131.255.rrr.rrr                    Reserved          [NIC]
        132.0.rrr.rrr                      Reserved          [NIC]
      D 132.1.rrr.rrr                      VANDENBERG        [BPW1]
      D 132.2.rrr.rrr                      WESTOVER          [BPW1]
      D 132.3.rrr.rrr                      NET-WILLIAMS      [BPW1]
      D 132.4.rrr.rrr                      WURTSMITH         [BPW1]
      D 132.5.rrr.rrr                      HOLLOMAN          [AJ180]
      D 132.6.rrr.rrr                      ANKARA            [DWJ6]
      D 132.7.rrr.rrr                      SANVITO           [BPW1]
      D 132.8.rrr.rrr                      DOBBINS-NET       [LN4]
      D 132.9.rrr.rrr                      ELLSWORTH         [SL129]
      D 132.10.rrr.rrr                     GRAND-FORKS       [TLO]
      D 132.11.rrr.rrr                     HELLENIKON        [BPW1]
      D 132.12.rrr.rrr                     MYRTLE-BEACH      [TK86]
      D 132.13.rrr.rrr                     BENTWATERS        [LS64]
      D 132.14.rrr.rrr                     AF Concentrator   [BPW1]
      D 132.15.rrr.rrr                     KADENA            [JEF8]
      D 132.16.rrr.rrr                     KUNSAN            [RW15]
      D 132.17.rrr.rrr                     LINDSEY           [SB152]
      D 132.18.rrr.rrr                     MCGUIRE           [BPW1]
      D 132.19.rrr.rrr                     MILDENHALL        [DS341]
      D 132.20.rrr.rrr                     MISAWA            [BPW1]
      D 132.21.rrr.rrr                     PLATTSBURGH       [BPW1]
      D 132.22.rrr.rrr                     POPE              [BPW1]
      D 132.23.rrr.rrr                     SEYMOUR-JOHN      [KS24]
      D 132.24.rrr.rrr                     AF Concentrator   [BPW1]


Page 28

      D 132.25.rrr.rrr                     FAIRFORD          [BPW1]
      D 132.26.rrr.rrr                     AF Concentrator   [BPW1]
      D 132.27.rrr.rrr                     INCIRLIK-NET      [KV14]
      D 132.28.rrr.rrr                     AF Concentrator   [BPW1]
      D 132.29.rrr.rrr                     IZMIR             [BPW1]
      D 132.30.rrr.rrr                     LAJES             [BPW1]
      D 132.31.rrr.rrr                     LORING-NET        [TTO]
      D 132.32.rrr.rrr                     MINOT             [BPW1]
      D 132.33.rrr.rrr                     TRAVIS            [RB536]
      D 132.34.rrr.rrr                     CANNON            [BPW1]
      D 132.35.rrr.rrr                     ALTUS             [BPW1]
      D 132.36.rrr.rrr                     EAKER             [BPW1]
      D 132.37.rrr.rrr                     CARSWELL          [BPW1]
      D 132.38.rrr.rrr                     AF Concentrator   [BPW1]
      D 132.39.rrr.rrr                     KISAWYER          [BPW1]
      D 132.40.rrr.rrr                     MOODY-NET         [BG56]
      D 132.41.rrr.rrr                     AF Concentrator   [BPW1]
      D 132.42.rrr.rrr                     SPANGDAHLEM       [BPW1]
      D 132.43.rrr.rrr                     ZWEIBRUCHEN       [BPW1]
      D 132.44.rrr.rrr                     GRISSOM           [BPW1]
      D 132.45.rrr.rrr                     CHANUTE           [BPW1]
      D 132.46.rrr.rrr                     COLUMBUS          [BPW1]
      D 132.47.rrr.rrr                     FEWARREN          [BPW1]
      D 132.48.rrr.rrr                     LAUGHLIN-NET      [JG293]
      D 132.49.rrr.rrr                     MTNHOME           [BPW1]
      D 132.50.rrr.rrr                     REESE             [BPW1]
      D 132.51.rrr.rrr                     AF Concentrator   [BPW1]
      D 132.52.rrr.rrr                     VANCE             [BPW1]
      D 132.53.rrr.rrr                     AF Concentrator   [BPW1]
      D 132.54.rrr.rrr                     ZARAGOZA          [BPW1]
      D 132.55.rrr.rrr                     TORREJON          [BPW1]
      D 132.56.rrr.rrr                     BEALE             [BPW1]
      D 132.57.rrr.rrr                     CASTLE            [BPW1]
      D 132.58.rrr.rrr                     NELLIS            [BPW1]
      D 132.59.rrr.rrr                     HOWARD            [BPW1]
      D 132.60.rrr.rrr                     MAXWELL-NET       [BPW1]
      D 132.61.rrr.rrr                     OSAN-NET          [TLC28]
      D 132.62.rrr.rrr                     KIRTLAND2         [BPW1]
      D 132.63.rrr.rrr                     RANDOLPHMPC       [BPW1]
      R 132.64.rrr.rrr                     ILAN-HUJI-1       [JM647]
      R 132.65.rrr.rrr                     ILAN-HUJI-2       [JM647]
      R 132.66.rrr.rrr                     ILAN-TAU-1        [OC4]
      R 132.67.rrr.rrr                     ILAN-TAU-2        [OC4]
      R 132.68.rrr.rrr                     ILAN-TECHNION-1   [GM199]
      R 132.69.rrr.rrr                     ILAN-TECHNION-2   [GM199]
      R 132.70.rrr.rrr                     ILAN-BIU-1        [HN7]
      R 132.71.rrr.rrr                     ILAN-BIU-2        [HN7]
      R 132.72.rrr.rrr                     ILAN-BGU-1        [SG147]


Page 29

      R 132.73.rrr.rrr                     ILAN-BGU-2        [SG147]
      R 132.74.rrr.rrr                     ILAN-HAIFA-1      [MS355]
      R 132.75.rrr.rrr                     ILAN-HAIFA-2      [MS355]
      R 132.76.rrr.rrr                     ILAN-WIS-1        [BM211]
      R 132.77.rrr.rrr                     ILAN-WIS-2        [BM211]
      R 132.78.rrr.rrr                     ILAN-RESRV        [DB35]
      D 132.79.rrr.rrr                     VAARNG-NET        [CAP5]
      D 132.80.rrr.rrr-132.143.rrr.rrr     NG Concentrator   [CAP5]
      D 132.144.rrr.rrr                    RIA-2             [MMJ1]
      C*132.145.rrr.rrr                    NET-RESOURCES     [JM561]
      C*132.146.rrr.rrr                    BTRL-PLANET       [RO58]
      C*132.147.rrr.rrr                    SCO               [KR35]
      C*132.148.rrr.rrr                    IAS1              [ND22]
      R*132.149.rrr.rrr                    CNES              [MP138]
      G*132.150.rrr.rrr                    STAMNETT          [GG110]
      R 132.151.rrr.rrr                    NRI-NET           [DKE2]
      C*132.152.rrr.rrr                    GF                [CN33]
      G*132.153.rrr.rrr                    AWE-SWAN          [RS409]
      R 132.154.rrr.rrr                    ROCKWELL-AI       [BMW7]
      C*132.155.rrr.rrr                    NESTE-NET         [HP44]
      G*132.156.rrr.rrr                    EMRNET            [DB317]
      C*132.157.rrr.rrr                    PORTAL-NET        [MR159]
      C 132.158.rrr.rrr                    HARRIS-SEMI       [JB544]
      D 132.159.rrr.rrr                    FTLEENET          [TWH19]
      G 132.160.rrr.rrr                    PACCOM            [TN11]
      R*132.161.rrr.rrr                    GRIN              [TM169]
      R 132.162.rrr.rrr                    OBERLIN           [BH161]
      G 132.163.rrr.rrr                    BLDRDOC           [FMM11]
      D*132.164.rrr.rrr                    B2TSN             [SM197]
      R*132.165.rrr.rrr                    CEA-SIEGE         [JP254]
      R*132.166.rrr.rrr                    CEA-SACLAY        [JD16]
      R*132.167.rrr.rrr                    CEA-FONTENAY      [JD16]
      R*132.168.rrr.rrr                    CEA-GRENOBLE      [GB167]
      R*132.169.rrr.rrr                    CEA-CADARACH      [DC257]
      R 132.170.rrr.rrr                    UCF               [WTE4]
      G*132.171.rrr.rrr                    IVOWAN            [TT69]
      C*132.172.rrr.rrr                    HANDS             [JRA26]
      D*132.173.rrr.rrr                    CWATCHNET         [GK44]
      R 132.174.rrr.rrr                    OCLC              [TT70]
      R 132.175.rrr.rrr                    SNLA-NET          [AB161]
      R 132.176.rrr.rrr                    FERNUNI-NET       [CR24]
      R 132.177.rrr.rrr                    UNH               [BR104]
      R 132.178.rrr.rrr                    IDBSU             [MU7]
      C*132.179.rrr.rrr                    TPMA-NET          [TS160]
      R*132.180.rrr.rrr                    UNIBT-LAN         [HT40]
      R 132.181.rrr.rrr                    CANTERBURY        [BNL1]
      R*132.182.rrr.rrr                    MEINET            [JY33]
      R 132.183.rrr.rrr                    MGH-ETHER         [DM75]


Page 30

      C*132.184.rrr.rrr                    UNX-DEC-NET       [AK75]
      C*132.185.rrr.rrr                    BBC               [BB231]
      C 132.186.rrr.rrr                    PYRAMIDOZ         [BK78]
      R*132.187.rrr.rrr                    UNIWUE-LAN        [MR160]
      C*132.188.rrr.rrr                    AUTODESK          [DOR]
      C*132.189.rrr.rrr                    LILLYNET          [FDC2]
      C*132.190.rrr.rrr                    VARIAN-NET        [DM313]
      G*132.191.rrr.rrr                    DOERLNET2         [DES41]
      R 132.192.rrr.rrr                    UTMEM-NET         [EB108]
      D 132.193.rrr.rrr                    ARO-NET           [BF81]
      R 132.194.rrr.rrr                    CUDENVER          [RH286]
      R*132.195.rrr.rrr                    WUPPERNET         [CK96]
      C*132.196.rrr.rrr                    EUANET            [BO26]
      R 132.197.rrr.rrr                    GTEL              [MM334]
      R 132.198.rrr.rrr                    UVM-NET           [GAB36]
      R*132.199.rrr.rrr                    UNIR-LAN          [KW8]
      G*132.200.rrr.rrr                    FRB               [RPD5]
      C 132.201.rrr.rrr                    SBC               [KS133]
      R 132.202.rrr.rrr                    RISQ              [MV38]
      R 132.203.rrr.rrr                    ULAVAL            [JG299]
      R 132.204.rrr.rrr                    UMONTREAL         [RD187]
      R 132.205.rrr.rrr                    CONCORDIA         [FM83]
      R 132.206.rrr.rrr                    MCGILL-CA         [CRC9]
      R 132.207.rrr.rrr                    POLYTECHCA        [JPD]
      R 132.208.rrr.rrr                    UQAM              [PC138]
      R 132.209.rrr.rrr-132.221.rrr.rrr    Quebec Research   [MV38]
      C*132.222.rrr.rrr                    NTT-CAE           [TN40]
      C*132.223.rrr.rrr                    GENRAD-NET        [RT148]
      D*132.224.rrr.rrr                    BOE-AS-NET        [GK44]
      R*132.225.rrr.rrr                    AECL-RCNET        [JP262]
      R 132.226.rrr.rrr                    ALCOA-NET         [JOG]
      R 132.227.rrr.rrr                    IBP-NET           [JC414]
      C 132.228.rrr.rrr                    GRUMMAN           [MT105]
      R*132.229.rrr.rrr                    RUL-NL            [SL60]
      R 132.230.rrr.rrr                    FDN               [MW171]
      R*132.231.rrr.rrr                    PASSAU-LAN        [AK76]
      C*132.232.rrr.rrr                    BISMACNET         [MAJ14]
      C*132.233.rrr.rrr                    FM-CIS            [BW142]
      R 132.234.rrr.rrr                    GUNET             [GW117]
      R 132.235.rrr.rrr                    OHIOU-NET         [JT149]
      R 132.236.rrr.rrr                    NYSAES            [BBJ2]
      C*132.237.rrr.rrr                    WYSE              [BR106]
      R 132.238.rrr.rrr                    FDUNET            [NMS5]
      R 132.239.rrr.rrr                    UCSD-SUBNETS      [BK29]
      C*132.240.rrr.rrr                    VITALINK          [FB77]
      R 132.241.rrr.rrr                    CSUCHICO          [PT55]
      C*132.242.rrr.rrr                    NCR-EM-SD         [JS511]
      C 132.243.rrr.rrr                    NCRWIN            [LL115]


Page 31

      C*132.244.rrr.rrr                    ROLLS-ROYCE       [CH181]
      C 132.245.rrr.rrr                    XYLOGICS          [JRL3]
      R 132.246.rrr.rrr                    NRC               [LB164]
      R 132.247.rrr.rrr                    RAM               [MA105]
      R 132.248.rrr.rrr                    REDUNAM           [MA105]
      R 132.249.rrr.rrr                    SDSCLAN           [GKN1]
      D 132.250.rrr.rrr                    NRL-NETS          [WF3]
      R 132.251.rrr.rrr                    ISTS              [EC43]
      R*132.252.rrr.rrr                    UEGNET            [DN71]
      C*132.253.rrr.rrr                    RASNA             [TJT1]
      R 132.254.rrr.rrr                    ITESM-MEXICO      [SZ21]
        132.255.rrr.rrr                    Reserved          [NIC]
        133.0.rrr.rrr                      Reserved          [NIC]
      R 133.1.rrr.rrr                      OSAKAU-NET        [JM292]
      R 133.2.rrr.rrr                      AGUNET            [JM292]
      R*133.3.rrr.rrr                      JAPAN-INET        [JM292]
      R 133.4.rrr.rrr                      WIDE-BB           [JM292]
      R 133.5.rrr.rrr                      KITE              [JM292]
      R 133.6.rrr.rrr                      NICE              [JM292]
      R*133.7.rrr.rrr-133.10.rrr.rrr       JAPAN-INET        [JM292]
      R 133.11.rrr.rrr                     UTSNET            [JM292]
      R*133.12.rrr.rrr-133.17.rrr.rrr      JAPAN-INET        [JM292]
      R 133.18.rrr.rrr                     JAPAN-INET        [JM292]
      R*133.19.rrr.rrr-133.26.rrr.rrr      JAPAN-INET        [JM292]
      R 133.27.rrr.rrr                     JAPAN-INET        [JM292]
      R*133.28.rrr.rrr-133.38.rrr.rrr      JAPAN-INET        [JM292]
      R 133.39.rrr.rrr                     JAPAN-INET        [JM292]
      R 133.40.rrr.rrr                     JAPAN-INET        [JM292]
      R*133.41.rrr.rrr-133.46.rrr.rrr      JAPAN-INET        [JM292]
      R 133.47.rrr.rrr                     JAPAN-INET        [JM292]
      R*133.48.rrr.rrr-133.54.rrr.rrr      JAPAN-INET        [JM292]
      R 133.55.rrr.rrr                     JAPAN-INET        [JM292]
      R 133.56.rrr.rrr                     JAPAN-INET        [JM292]
      R*133.57.rrr.rrr-133.136.rrr.rrr     JAPAN-INET        [JM292]
      R 133.137.rrr.rrr                    JAPAN-INET        [JM292]
      R 133.138.rrr.rrr                    JAPAN-INET        [JM292]
      R 133.139.rrr.rrr                    JAPAN-INET        [JM292]
      R*133.140.rrr.rrr-133.152.rrr.rrr    JAPAN-INET        [JM292]
      R 133.153.rrr.rrr                    JAPAN-INET        [JM292]
      R*133.154.rrr.rrr-133.254.rrr.rrr    JAPAN-INET        [JM292]
        133.255.rrr.rrr                    Reserved          [JBP]
        134.0.rrr.rrr                      Reserved          [JBP]
      R*134.1.rrr.rrr                      AWINET            [JMS17]
      R 134.2.rrr.rrr                      TUENET            [HH68]
      R 134.3.rrr.rrr                      SSCLAB            [GC118]
      R 134.4.rrr.rrr                      IPAC-NET          [RE77]
      C*134.5.rrr.rrr                      LASC              [WM112]
      C*134.6.rrr.rrr                      MAXTOR            [DP154]


Page 32

      R*134.7.rrr.rrr                      CUT-NET           [YL14]
      C*134.8.rrr.rrr                      CADINC            [WN19]
      R 134.9.rrr.rrr                      OCF-NET           [RAF4]
      R*134.10.rrr.rrr                     REED              [NG48]
      D 134.11.rrr.rrr                     PENTNET           [RF50]
      G 134.12.rrr.rrr                     RIACS-B-NET       [MSM1]
      C*134.13.rrr.rrr                     CRF               [DJD30]
      C*134.14.rrr.rrr                     CRG               [DJD30]
      C*134.15.rrr.rrr                     CRJ               [DJD30]
      C*134.16.rrr.rrr                     CRUK              [DJD30]
      R 134.17.rrr.rrr                     BAY-PR-NET        [MSM1]
      R 134.18.rrr.rrr                     BHP-IP-NET        [IH15]
      C*134.19.rrr.rrr                     ILAN              [SS253]
      G 134.20.rrr.rrr                     INEL              [AKP]
      R 134.21.rrr.rrr                     UNIFR-ETHER1      [MB262]
      R 134.22.rrr.rrr                     GANDALF-NET       [ML163]
      C*134.23.rrr.rrr                     MIZARB            [MCL9]
      R 134.24.rrr.rrr                     CERFNET           [SMA9]
      C*134.25.rrr.rrr                     RIKSRADION        [KB32]
      C*134.26.rrr.rrr                     MERCK             [DC272]
      C*134.27.rrr.rrr                     VLSI              [CG107]
      R*134.28.rrr.rrr                     TUHH              [PW83]
      R 134.29.rrr.rrr                     MSUS-NET          [DK142]
      R*134.30.rrr.rrr                     HMI               [DW212]
      C*134.31.rrr.rrr                     BOE-CANADA        [GK44]
      C*134.32.rrr.rrr                     SCR               [SB205]
      C*134.33.rrr.rrr                     CODEX-CORP        [LB190]
      R 134.34.rrr.rrr                     KISS              [JB462]
      C*134.35.rrr.rrr                     NAMSI             [JT181]
      R*134.36.rrr.rrr                     DUNDEE-UNIV       [MW176]
      C*134.37.rrr.rrr-134.46.rrr.rrr      Hewlett-Packard   [SI8]
      G*134.47.rrr.rrr                     NORTELE           [AT79]
      R 134.48.rrr.rrr                     MARQUENET         [SG68]
      C*134.49.rrr.rrr                     AHA               [ES144]
      R 134.50.rrr.rrr                     ISU-NET           [BH167]
      D*134.51.rrr.rrr                     BOE-MIL           [GK44]
      G*134.52.rrr.rrr                     BOE-GIS           [GK44]
      R 134.53.rrr.rrr                     MUOHIO            [JW335]
      C*134.54.rrr.rrr                     CAMEX             [PM155]
      G 134.55.rrr.rrr                     ESNET             [AT80]
      C*134.56.rrr.rrr                     NET               [RP210]
      C 134.57.rrr.rrr                     ROCKWELL-RKD      [CH191]
      R*134.58.rrr.rrr                     KULNET            [SB206]
      R*134.59.rrr.rrr                     ARCHIPEL          [MB32]
      R 134.60.rrr.rrr                     UDN               [WH2]
      R*134.61.rrr.rrr                     RWTHPHYS          [CK2]
      R 134.62.rrr.rrr                     TEKTRONIX1        [MJE]
      R 134.63.rrr.rrr                     TEKTRONIX2        [MJE]


Page 33

      R 134.64.rrr.rrr                     TEKTRONIX3        [MJE]
        134.65.rrr.rrr-134.67.rrr.rrr      Unassigned        [NIC]
      R 134.68.rrr.rrr                     IUPUI-NET         [DJ24]
      R 134.69.rrr.rrr                     OXY-NET           [PH73]
      C*134.70.rrr.rrr                     DESKTALK          [DJK13]
      R 134.71.rrr.rrr                     CSUPOM            [GCF7]
      D*134.72.rrr.rrr                     BOE-KSC-NET       [GK44]
      C*134.73.rrr.rrr                     EHS-NET           [LN1]
      R 134.74.rrr.rrr                     CITYCOLLEGE       [CPK3]
      R 134.75.rrr.rrr                     KREONET           [OHB]
      R*134.76.rrr.rrr                     GWDG              [WJM1]
      C*134.77.rrr.rrr                     NORTHROP-B2       [DZ]
      D 134.78.rrr.rrr                     AVTROS-NET        [CAD10]
      R 134.79.rrr.rrr                     SU-SLAC           [JH40]
      D 134.80.rrr.rrr                     MONMOUTH-1        [GS12]
      R*134.81.rrr.rrr                     HOENET            [RL202]
      R*134.82.rrr.rrr                     BUCKNELL          [GJS13]
      R*134.83.rrr.rrr                     BRUNEL-NET        [NB39]
      R*134.84.rrr.rrr                     UMN-GWNET         [CAF13]
      C 134.85.rrr.rrr                     AMERITECH         [JFG21]
      C*134.86.rrr.rrr                     SCS               [KM131]
      R 134.87.rrr.rrr                     BCNET-2           [DO26]
      R*134.88.rrr.rrr                     SEMASSU-NET       [NJ]
      R 134.89.rrr.rrr                     MBARI             [HW56]
      C*134.90.rrr.rrr                     OLY-NET           [JLP6]
      R*134.91.rrr.rrr                     UNIDUI-LAN        [GS101]
        134.92.rrr.rrr                     Unassigned        [NIC]
      R*134.93.rrr.rrr                     UNI-MAINZ         [FN]
        134.94.rrr.rrr                     Unassigned        [NIC]
      R 134.95.rrr.rrr                     UNI-KOELN         [CK113]
      R*134.96.rrr.rrr                     UNISB-LAN         [PK32]
      R*134.97.rrr.rrr                     TST-HH-LAN        [HK29]
      C*134.98.rrr.rrr                     PCS-NET           [RW24]
        134.99.rrr.rrr-134.110.rrr.rrr     Unassigned        [NIC]
      C 134.111.rrr.rrr                    STRATUS-NET       [WPC]
      C 134.112.rrr.rrr                    STRATUS-TSTB      [WPC]
      G*134.113.rrr.rrr                    IMF               [SM10]
      R 134.114.rrr.rrr                    NAU-NET           [PB1]
      R 134.115.rrr.rrr                    MURDOCH-UNIV      [RM256]
      R 134.116.rrr.rrr                    MMLAB             [BK88]
      R 134.117.rrr.rrr                    CARLETON1         [JS535]
      G 134.118.rrr.rrr                    JSCFMNET          [EH97]
      R*134.119.rrr.rrr                    FUNN              [ST22]
      C*134.120.rrr.rrr                    GENDYNSD          [FAC2]
      R 134.121.rrr.rrr                    WSUNET            [RW211]
      C*134.122.rrr.rrr                    PHOENIX           [RS95]
      G*134.123.rrr.rrr                    OIANET            [SH33]
      R 134.124.rrr.rrr                    MORNETS           [DVL1]


Page 34

      R 134.125.rrr.rrr                    TWDB              [TH28]
      R 134.126.rrr.rrr                    JMU               [CM50]
      C*134.127.rrr.rrr                    SSDS              [RS49]
      C*134.128.rrr.rrr                    CYBER-INC         [ST23]
      R 134.129.rrr.rrr                    NODAK             [TW8]
      R*134.130.rrr.rrr                    ACHSE             [GS199]
      D 134.131.rrr.rrr                    WPAFB-AVLAB       [DRY2]
      R 134.132.rrr.rrr                    LGC-NET           [JA175]
      C*134.133.rrr.rrr                    COMSAT            [AK78]
      C*134.134.rrr.rrr                    BIIN-NET          [HH64]
      D 134.135.rrr.rrr                    GDSS-NET          [RWH29]
      D 134.136.rrr.rrr                    WPAFB-ASD-NET     [SF76]
      D*134.137.rrr.rrr                    AEDC-CFD          [JM627]
      C*134.138.rrr.rrr                    EUANET-2          [BO26]
      R 134.139.rrr.rrr                    CSULB-IP          [NVT]
      R 134.140.rrr.rrr                    SIMMONS           [EP70]
      C 134.141.rrr.rrr                    CABLETRON         [PWB12]
      C*134.142.rrr.rrr-134.146.rrr.rrr    SHELL-NETS        [FJS2]
      R*134.147.rrr.rrr                    RUB-INET          [JK213]
      R 134.148.rrr.rrr                    UNINEWCASTLE      [DM232]
      R 134.149.rrr.rrr                    APPLE-CAMB        [EF16]
      C*134.150.rrr.rrr                    NTTNDSTL          [HB7]
      R*134.151.rrr.rrr                    ASTON             [PF64]
      D 134.152.rrr.rrr                    OSD-NET           [WSW11]
      R*134.153.rrr.rrr                    NFRN              [DJ104]
      R 134.154.rrr.rrr                    CSUHAYWARD        [CDS28]
      R 134.155.rrr.rrr                    RUMEL             [RW112]
      C*134.156.rrr.rrr                    MINN-POWER        [KJ4]
      R*134.157.rrr.rrr                    UPMC-NET          [MTC]
      R*134.158.rrr.rrr                    PHYNET            [NG15]
      R 134.159.rrr.rrr                    OTC               [MH233]
      R 134.160.rrr.rrr                    RIKEN-NET         [TS158]
      R 134.161.rrr.rrr                    UNI-NET           [SYM2]
      C*134.162.rrr.rrr                    SHELL1-NET        [DGA]
      C*134.163.rrr.rrr                    SHELL2-NET        [DGA]
      D 134.164.rrr.rrr                    USAEWESNET        [SAA]
      R 134.165.rrr.rrr                    SRIEXPRIGB1       [PEM4]
        134.166.rrr.rrr-134.167.rrr.rrr    Unassigned        [NIC]
      C*134.168.rrr.rrr                    INFORMIX-NET      [RE84]
      R*134.169.rrr.rrr                    TU-BS Network     [DJS7]
      C*134.170.rrr.rrr                    NORTELRCH         [JP283]
      R*134.171.rrr.rrr                    ESO-NET           [RH315]
      R 134.172.rrr.rrr                    IGNET             [EL30]
      R 134.173.rrr.rrr                    CLAREMONT         [NF13]
      R 134.174.rrr.rrr                    LMANET            [SB28]
      C*134.175.rrr.rrr                    AII-NET           [SAJ1]
      R*134.176.rrr.rrr                    UNIGI-NET         [KA14]
      C 134.177.rrr.rrr                    SYNOPT-NET        [SCB12]


Page 35

      G 134.178.rrr.rrr                    MET-AUST-NET      [BT65]
      G*134.179.rrr.rrr                    NYSDEC-NET        [FM85]
      R*134.180.rrr.rrr                    SANYO             [HT44]
      R*134.181.rrr.rrr                    BATES-NET         [RS348]
      R*134.182.rrr.rrr                    ORION             [WJS1]
      C*134.183.rrr.rrr                    TI-EUROPE         [JT185]
      R*134.184.rrr.rrr                    VUB               [EB129]
      C 134.185.rrr.rrr                    KODAK-BTC         [HC66]
      G 134.186.rrr.rrr                    TDCNET            [JS550]
      G*134.187.rrr.rrr                    TEALE             [JS550]
      R*134.188.rrr.rrr                    OCE-RD-NL         [MB273]
      D*134.189.rrr.rrr                    GDFW              [BMV]
        134.190.rrr.rrr-134.191.rrr.rrr    Unassigned        [NIC]
      R 134.192.rrr.rrr                    UMAB-NET          [LAM1]
      R 134.193.rrr.rrr                    UMKC              [BA71]
      D 134.194.rrr.rrr                    CSTANET           [MH74]
      C 134.195.rrr.rrr                    CRAYCOS           [BW157]
      C*134.196.rrr.rrr                    TIMEPLEX-NET      [GP117]
      R 134.197.rrr.rrr                    UNR-DOM           [MLC34]
      R 134.198.rrr.rrr                    UOFSCRANTON       [WFG4]
      C*134.199.rrr.rrr                    MITEL             [DF149]
      C*134.200.rrr.rrr                    GOODYEAR          [LJE3]
      G*134.201.rrr.rrr                    LADWP             [BLW2]
      R 134.202.rrr.rrr                    UPRRNET           [JN12]
      D*134.203.rrr.rrr                    TNO-HDO-LTD       [RVDA]
      C*134.204.rrr.rrr                    SEAGATE           [FD44]
      G 134.205.rrr.rrr                    HQUSAF-LAN        [BP32]
      R*134.206.rrr.rrr                    LILNET            [GT67]
      D 134.207.rrr.rrr                    NRL-EXP           [JTS3]
      R*134.208.rrr.rrr                    ACANET-TWN        [HL65]
      C*134.209.rrr.rrr                    NELLCOR           [KG12]
      R*134.210.rrr.rrr                    STOCKTON          [HM80]
      C 134.211.rrr.rrr                    BULL              [SG146]
      R*134.212.rrr.rrr                    ONECERT           [PC137]
      C*134.213.rrr.rrr                    NTGALW            [GO1]
      R*134.214.rrr.rrr                    ROCAD             [GR85]
      C*134.215.rrr.rrr                    TDS               [TH131]
      C*134.216.rrr.rrr                    GULFAERO          [HB14]
      C*134.217.rrr.rrr                    BECKMAN-DSG       [PA32]
      G 134.218.rrr.rrr                    SNL-NETA          [AB161]
      R*134.219.rrr.rrr                    RHBNC             [AM154]
      R*134.220.rrr.rrr                    WOLVES            [MC280]
      R*134.221.rrr.rrr                    TNO-NET           [OM1]
      R*134.222.rrr.rrr                    EUNET-X25         [PB13]
      C 134.223.rrr.rrr                    GRUMMANLAN        [CPK3]
      R*134.224.rrr.rrr                    ACNET             [GB184]
      R*134.225.rrr.rrr                    RDG-UNIV-UK       [AIM4]
      R*134.226.rrr.rrr                    TCD-NET           [KG16]


Page 36

      C*134.227.rrr.rrr                    CAM-CNCA          [FB15]
      C 134.228.rrr.rrr                    SSA-NET           [WJL17]
      D 134.229.rrr.rrr                    CONCGY-PENS1      [DG163]
      D 134.230.rrr.rrr                    CONCGY-PENS2      [DG163]
      R 134.231.rrr.rrr                    GALLAUDET         [DVT]
      D*134.232.rrr.rrr                    USAREUR           [AH124]
      D*134.233.rrr.rrr                    TAACOM            [AH124]
      D*134.234.rrr.rrr                    SETAF             [AH124]
      D 134.235.rrr.rrr                    WORMS-GW1         [SAS49]
      R 134.236.rrr.rrr                    LAKE-IPNET        [SGM4]
      C*134.237.rrr.rrr                    YASKAWA           [MK162]
      C*134.238.rrr.rrr                    FEDMOGUL-PSN      [TGC1]
      C*134.239.rrr.rrr                    ICI-CP-NE-RT      [MDF13]
      D 134.240.rrr.rrr                    USMANET-DDN       [PJM24]
      R*134.241.rrr.rrr                    HECNET            [PC143]
      C*134.242.rrr.rrr                    NCUBE-NET         [DR212]
      R*134.243.rrr.rrr                    CAS               [CB217]
      C*134.244.rrr.rrr                    MDCME             [JA184]
      R*134.245.rrr.rrr                    UNI-KIEL          [PW98]
      R*134.246.rrr.rrr                    IFREMER           [AI2]
      C*134.247.rrr.rrr                    MUNAIR            [HH71]
      C*134.248.rrr.rrr                    UNOCAL            [GC138]
      G*134.249.rrr.rrr                    USDA-AMS          [BG101]
      R 134.250.rrr.rrr                    SUSCNET           [CW159]
      C*134.251.rrr.rrr                    GCS               [BB267]
      G 134.252.rrr.rrr                    SNL-NETC          [AB161]
      G 134.253.rrr.rrr                    SNL-NETB          [AB161]
      D 134.254.rrr.rrr                    CONCGWAY-NOLA1    [DG163]
        134.255.rrr.rrr                    Reserved          [JBP]
      C*135.0.rrr.rrr-135.255.rrr.rrr      AT&T              [GFW6]
        136.0.rrr.rrr                      Reserved          [JBP]
      C*136.1.rrr.rrr-136.140.rrr.rrr      FORD-INTERNET     [FJB3]
      C*136.141.rrr.rrr                    ROHNET            [JAD16]
      R 136.142.rrr.rrr                    PITT-SUBNET       [DS247]
      C*136.143.rrr.rrr                    COASTAL           [SM214]
      R 136.144.rrr.rrr                    MILLIKIN-NET      [JK228]
      R 136.145.rrr.rrr                    CUN               [JM476]
      R*136.146.rrr.rrr                    NTC-MATH          [WD58]
      R*136.147.rrr.rrr                    NTC-GLOBAL        [JD282]
      R*136.148.rrr.rrr                    SBANK-POLY        [DC298]
      D 136.149.rrr.rrr                    AFMPC-LAN         [RLR4]
      R*136.150.rrr.rrr                    SUNYNET           [TP91]
        136.151.rrr.rrr-136.155.rrr.rrr    Unassigned        [NIC]
      R*136.156.rrr.rrr                    EURO-MET-NET      [DD223]
      C*136.157.rrr.rrr                    NIXDORF-NET       [GRZ1]
      C*136.158.rrr.rrr                    SAGA-NETTVERK     [LJV4]
      R 136.159.rrr.rrr                    U-CALGARY         [RK168]
      R 136.160.rrr.rrr                    COMBNET           [LAM1]


Page 37

      R 136.161.rrr.rrr                    PSINET1           [CPK3]
      C*136.162.rrr.rrr                    FPSNET            [DLS20]
      C*136.163.rrr.rrr                    SAAB-SCANIA       [POJ]
      C*136.164.rrr.rrr                    HYDRO-NET         [SO42]
      R*136.165.rrr.rrr                    LOUISVILLE        [DJ115]
      C*136.166.rrr.rrr                    ZENITHNET         [AB128]
      R 136.167.rrr.rrr                    BC-NET            [BW164]
      R 136.168.rrr.rrr                    CSUBNET-IP        [DZ17]
      R 136.169.rrr.rrr                    SACAENET          [IM33]
      C*136.170.rrr.rrr                    ACORN             [AI4]
      C*136.171.rrr.rrr                    CHEVRONLH         [AD106]
      R*136.172.rrr.rrr                    DKRZ-NET          [GH39]
      G*136.173.rrr.rrr                    EP-PE-NET         [PHK]
      G*136.174.rrr.rrr                    PINELLAS          [MAG13]
      C*136.175.rrr.rrr                    TELESOFT          [JSG2]
      R 136.176.rrr.rrr                    BRADLEY-NET       [LH124]
      R 136.177.rrr.rrr                    GEO               [THL3]
      G 136.178.rrr.rrr                    NASA-RIG-NET      [JM663]
      C*136.179.rrr.rrr                    NORANDS           [LLZ1]
      D*136.180.rrr.rrr                    GDLS              [BT78]
      G*136.181.rrr.rrr                    MICHTRANS-NET     [KJK4]
      C 136.182.rrr.rrr                    MOT-CELL-NET      [SC193]
      E*136.183.rrr.rrr                    SUCBUFFALO        [JS583]
      C*136.184.rrr.rrr                    LIBERTY           [JGG23]
      C*136.185.rrr.rrr                    AMPEX             [MW196]
      R*136.186.rrr.rrr                    SWINBURNE         [BT65]
      R*136.187.rrr.rrr                    NACSIS-NET        [JA180]
      D 136.188.rrr.rrr-136.197.rrr.rrr    DODIIS            [JV7]
      R*136.198.rrr.rrr                    JVC               [KS154]
      R*136.199.rrr.rrr                    UNI-TRIER         [HS116]
      G 136.200.rrr.rrr                    DWR-NET           [JK233]
      R*136.201.rrr.rrr                    PARK-NET          [CC252]
      D*136.202.rrr.rrr                    BOE-REN-NET       [GK44]
      D*136.203.rrr.rrr                    BOE-AUB-NET       [GK44]
      R*136.204.rrr.rrr                    SUC-MORRIS        [CB222]
      D 136.205.rrr.rrr                    REDSTONE-NET      [RT64]
      R*136.206.rrr.rrr                    DCU-NET           [MC293]
      D 136.207.rrr.rrr                    WUERZBURG-GW1     [LT75]
      D 136.208.rrr.rrr                    ASCHAFFENBURG-GW1 [GP129]
      D 136.209.rrr.rrr                    ANSBACH-GW1       [JS573]
      D 136.210.rrr.rrr                    AUGSBURG-GW1      [LW137]
      D 136.211.rrr.rrr                    BURTONWOOD-GW1    [LW138]
      D 136.212.rrr.rrr                    GEOPPINGEN-GW1    [PO2]
      D 136.213.rrr.rrr                    GRAFENWOEHR-GW1   [SD131]
      D 136.214.rrr.rrr                    HEIDELBERG-GW1    [AH130]
      D 136.215.rrr.rrr                    HEILBRONN-GW1     [MG205]
      D 136.216.rrr.rrr                    KARLSRUHE-GW1     [OT5]
      D 136.217.rrr.rrr                    MUNICH-GW1        [RJ127]


Page 38

      D 136.218.rrr.rrr                    NUERNBERG-GW1     [SJ65]
      D 136.219.rrr.rrr                    ULM-GW1           [ML193]
      D 136.220.rrr.rrr                    SCHWEINFURT-GW1   [WN2]
      D 136.221.rrr.rrr                    STUTTGART-GW1     [CJC31]
      D 136.222.rrr.rrr                    BAMBERG-GW1       [DS335]
      R*136.223.rrr.rrr                    SUC-CERAMICS      [KH128]
      R*136.224.rrr.rrr                    SUC-TECH-ALF      [TD103]
      C*136.225.rrr.rrr                    ECN               [BC173]
      C*136.226.rrr.rrr                    AAI               [TB164]
      R 136.227.rrr.rrr                    WITTENBERG        [JS591]
      C*136.228.rrr.rrr                    ALLIANT           [RR77]
      R 136.229.rrr.rrr                    MMM-GOVT          [BR79]
      C*136.230.rrr.rrr-136.239.rrr.rrr    Hewlett-Packard   [SI8]
      C*136.240.rrr.rrr-136.241.rrr.rrr    BOEING-NETS       [GK44]
      R 136.242.rrr.rrr                    CUAS              [ECM6]
      C*136.243.rrr.rrr                    SUB-NET           [CS218]
      R*136.244.rrr.rrr                    CONNCOLLS         [SBB9]
      G*136.245.rrr.rrr                    ROSEVILLE         [MA119]
      C 136.246.rrr.rrr                    UCINET            [DA124]
      R 136.247.rrr.rrr                    MCO               [CLV7]
      C*136.248.rrr.rrr                    GCA               [LB189]
      C*136.249.rrr.rrr-136.254.rrr.rrr    HGSNETS           [LH2]
        136.255.rrr.rrr                    Reserved          [JBP]
        137.0.rrr.rrr                      Reserved          [JBP]
      D 137.1.rrr.rrr                      WHITEMAN          [BPW1]
      D 137.2.rrr.rrr                      GEORGE            [BPW1]
      D 137.3.rrr.rrr                      LITTLEROCK        [BPW1]
      D 137.4.rrr.rrr                      CHARLESTON        [AMF2]
      D 137.5.rrr.rrr-137.14.rrr.rrr       AF Concentrator   [BPW1]
      G*137.15.rrr.rrr                     METROCMA          [LS224]
      C*137.16.rrr.rrr                     HI-CFS            [TS193]
      R*137.17.rrr.rrr                     NLRNET            [FV13]
      G*137.18.rrr.rrr                     HOUSE             [JS592]
      C*137.19.rrr.rrr                     ALLIED            [WJL2]
      C*137.20.rrr.rrr                     PSEG              [JFS37]
      R*137.21.rrr.rrr                     SUCBROCKPORT      [DS382]
      R 137.22.rrr.rrr                     CARLETONS         [SB201]
      C 137.23.rrr.rrr                     MOT-COMM-NET      [SC193]
      D 137.24.rrr.rrr                     NSWSES-NET        [MJJ1]
      C*137.25.rrr.rrr-137.27.rrr.rrr      REYNOLDS          [LW134]
      R 137.28.rrr.rrr                     UWEC              [VS58]
      D 137.29.rrr.rrr                     BRAGG-MAN         [TN5]
      R*137.30.rrr.rrr                     UNO-NET-BIG       [DES43]
      R*137.31.rrr.rrr                     WALLACELABS       [DC304]
      C*137.32.rrr.rrr                     GDFW-NET          [BSP6]
      C*137.33.rrr.rrr                     KEMIRA            [EM128]
      C*137.34.rrr.rrr                     FIRST-BOSTON      [JRF21]
      C*137.35.rrr.rrr                     MONSANTO          [KNC]


Page 39

      R*137.36.rrr.rrr                     SUC-COBLE         [RH337]
      R*137.37.rrr.rrr                     SUC-TECH-CAN      [RH336]
      C*137.38.rrr.rrr                     CRAY-CF           [DJD30]
      R 137.39.rrr.rrr                     UUNET-WAN         [AP25]
      R*137.40.rrr.rrr                     MEINET-US         [JY33]
      C 137.41.rrr.rrr                     MMCSUBNETS        [DR137]
      C*137.42.rrr.rrr                     SSI               [JO94]
      R*137.43.rrr.rrr                     UCD               [TW112]
      R*137.44.rrr.rrr                     SWANSEA           [TO32]
      R 137.45.rrr.rrr                     RU-NET            [JS593]
      C 137.46.rrr.rrr                     ISC-INTEL         [BE46]
      C*137.47.rrr.rrr                     STAVAFT           [OA4]
      R 137.48.rrr.rrr                     UNOMAHA           [DH309]
      R 137.49.rrr.rrr                     HARTFORD          [CPK3]
        137.50.rrr.rrr-137.51.rrr.rrr      Unassigned        [NIC]
      R 137.52.rrr.rrr                     NOVANET           [JPO4]
      R*137.53.rrr.rrr                     OHSU              [MB307]
      R 137.54.rrr.rrr                     VERNET            [JAJ17]
      C*137.55.rrr.rrr                     PHILIPS           [MS378]
        137.56.rrr.rrr-137.64.rrr.rrr      Unassigned        [NIC]
      R 137.65.rrr.rrr                     NOVELL-NET        [JC481]
      R 137.66.rrr.rrr                     MN-SUPER-NET      [MKS17]
      D 137.67.rrr.rrr                     CORONA-GW         [MGR2]
      R 137.68.rrr.rrr                     PAGODA            [JEA18]
      C*137.69.rrr.rrr                     LEGATO-NET        [BN4]
      G*137.70.rrr.rrr                     HCG               [MK132]
      C*137.71.rrr.rrr                     ANALOG            [RP191]
      C*137.72.rrr.rrr                     NETCOMMAND        [LK66]
      R*137.73.rrr.rrr                     KCLNET            [JP301]
      R*137.74.rrr.rrr                     NTC-LACH          [GC146]
      G 137.75.rrr.rrr                     NOAA-FSL          [FG15]
      C*137.76.rrr.rrr                     MIDENET           [PH120]
      G 137.77.rrr.rrr                     RECNET            [JIMWW]
      G*137.78.rrr.rrr                     JPL-NET2          [JAW16]
      G*137.79.rrr.rrr                     JPL-OA            [JAW16]
      D 137.80.rrr.rrr                     USACEC-NET        [LFM5]
      R 137.81.rrr.rrr                     SUPER-NET         [PM177]
      R 137.82.rrr.rrr                     UBC               [DM354]
      C 137.83.rrr.rrr                     GENCORP           [RLR57]
      R 137.84.rrr.rrr                     WHECN-CC          [MW200]
      R 137.85.rrr.rrr                     WHECN-CWC         [MW200]
      R 137.86.rrr.rrr                     WHECN-EWC         [MW200]
      R 137.87.rrr.rrr                     WHECN-LCCC        [MW200]
      R 137.88.rrr.rrr                     WHECN-NWC         [MW200]
      R 137.89.rrr.rrr                     WHECN-SC          [MW200]
      R 137.90.rrr.rrr                     WHECN-WWC         [MW200]
      C*137.91.rrr.rrr                     APS               [RJH66]
      R*137.92.rrr.rrr                     CANBERRA-UNI      [RT184]


Page 40

      C*137.93.rrr.rrr                     AALC              [HH77]
      R*137.94.rrr.rrr                     RMC               [GT73]
      D 137.95.rrr.rrr                     PATCH-NET         [TTS8]
      C*137.96.rrr.rrr                     STO-ENERGY        [JL324]
      C*137.97.rrr.rrr                     GLASGAL           [GMM28]
      C*137.98.rrr.rrr                     DHLNET            [PSR]
      R 137.99.rrr.rrr                     UCONN-NET         [JM433]
      C*137.100.rrr.rrr                    CALSPANATC        [DY28]
      C*137.101.rrr.rrr                    LOGITEK           [PJV]
      C*137.102.rrr.rrr                    IWARP-NET         [RLS115]
      C 137.103.rrr.rrr                    PROSPECT          [JEB84]
      R 137.104.rrr.rrr                    UWPLATT           [LF70]
      R*137.105.rrr.rrr                    EDRCNET           [AC154]
      C*137.106.rrr.rrr                    USRNET-B1         [CC192]
      C*137.107.rrr.rrr                    USRNET-B2         [CC192]
      R*137.108.rrr.rrr                    OPEN-UNI          [JS596]
      C 137.109.rrr.rrr                    LABTAM-NET        [SP116]
      R 137.110.rrr.rrr                    UCSDMC            [BK29]
      R 137.111.rrr.rrr                    MACQUARIE         [AVDH1]
      R*137.112.rrr.rrr                    ROSE-HULMAN       [MM267]
      R 137.113.rrr.rrr                    WLU               [RWF21]
      C*137.114.rrr.rrr                    OECO              [JP303]
      R*137.115.rrr.rrr                    NTC-BVW           [DW239]
      C*137.116.rrr.rrr                    NTINET-NASH       [RG228]
      C*137.117.rrr.rrr                    NTINET-RICH       [RG228]
      C*137.118.rrr.rrr                    NTINET-STMN       [JS598]
      C*137.119.rrr.rrr                    NTINET-AA         [RD231]
      R*137.120.rrr.rrr                    MAASNET           [LCVDH]
      R*137.121.rrr.rrr                    FNET-INRETS       [YK2]
      R*137.122.rrr.rrr                    UOTTAWA           [JC483]
      R*137.123.rrr.rrr                    SUC-CORTLAND      [LV6]
      R*137.124.rrr.rrr                    SUC-TECH-DEL      [DN78]
      R*137.125.rrr.rrr                    SUC-TECH-FRM      [JA189]
      D*137.126.rrr.rrr                    USAFMARS          [JHS50]
      D 137.127.rrr.rrr                    USACAA            [JWB48]
      D 137.128.rrr.rrr                    TACOM-RDE         [RJ120]
      G*137.129.rrr.rrr                    METEO-FRANCE      [MG206]
      D 137.130.rrr.rrr                    JDSSC             [BMW13]
      R 137.131.rrr.rrr                    SCRIPPSNET-BIG    [SRC16]
      R*137.132.rrr.rrr                    NUS               [CL134]
      C*137.133.rrr.rrr                    EBNERA            [RP239]
      C*137.134.rrr.rrr                    TCS               [RL226]
      C*137.135.rrr.rrr                    NTMTV             [CY30]
      D*137.136.rrr.rrr                    BOE-KSCE-NET      [GK44]
      D*137.137.rrr.rrr                    BOE-SREN-NET      [GK44]
      R*137.138.rrr.rrr                    CERN-LAN          [TB166]
      R*137.139.rrr.rrr                    SUC-OLDWEST       [TD104]
      R*137.140.rrr.rrr                    SUC-NEWPALTZ      [BE47]


Page 41

      R*137.141.rrr.rrr                    SUC-ONEONTA       [EF55]
      R*137.142.rrr.rrr                    SUC-PLATT         [TD105]
      R*137.143.rrr.rrr                    SUC-POTSDAM       [DV36]
      C*137.144.rrr.rrr                    WAII-NET          [MIW]
      R 137.145.rrr.rrr                    CALINET           [WP8]
      R 137.146.rrr.rrr                    COLBY             [DWC32]
      R*137.147.rrr.rrr                    TRLNET            [RL225]
      R 137.148.rrr.rrr                    CSUOHIO           [AS198]
      R*137.149.rrr.rrr                    UPEI              [DC307]
      R 137.150.rrr.rrr                    HSUNET            [CS276]
      R 137.151.rrr.rrr                    FULNET            [KB129]
      R 137.152.rrr.rrr                    GCU               [BC176]
      C*137.153.rrr.rrr                    SONY-ENG-NET      [TU1]
        137.154.rrr.rrr                    Unassigned        [NIC]
      R*137.155.rrr.rrr                    CNC               [SB236]
      C*137.156.rrr.rrr                    UBS               [MG207]
      R 137.157.rrr.rrr                    ATOM              [RC306]
      R*137.158.rrr.rrr                    UCTNET1           [FG51]
      R*137.159.rrr.rrr                    PEPNET            [JV70]
      D 137.160.rrr.rrr                    HI-DASD           [TA54]
        137.161.rrr.rrr                    Unassigned        [NIC]
      C 137.162.rrr.rrr                    MOT-GEG-NET       [SC193]
        137.163.rrr.rrr                    Unassigned        [NIC]
      G 137.164.rrr.rrr                    CALREN            [WP8]
      R 137.165.rrr.rrr                    WILLIAMS-NET      [MM371]
      R*137.166.rrr.rrr                    CHASTURT-UNI      [PJ40]
        137.167.rrr.rrr                    Unassigned        [NIC]
      C*137.168.rrr.rrr                    HITACH            [SK102]
      C*137.169.rrr.rrr                    K&E-NET           [JLD42]
      C*137.170.rrr.rrr                    FNOK              [JFM39]
      C*137.171.rrr.rrr                    SCI               [MW204]
      C*137.172.rrr.rrr                    FALNET            [CS277]
      D*137.173.rrr.rrr                    APOSD             [BD113]
      C*137.174.rrr.rrr                    EZH-NET           [WS167]
      C 137.175.rrr.rrr                    MSTAR-NET         [RS487]
      C*137.176.rrr.rrr-137.185.rrr.rrr    PGXPRESS          [ACL2]
      C 137.186.rrr.rrr                    NSTN              [JS338]
      G 137.187.rrr.rrr                    NIH-NETS          [RF57]
      C*137.188.rrr.rrr                    USWNANET          [JS602]
      R*137.189.rrr.rrr                    CUHKNET           [CHC7]
      R 137.190.rrr.rrr                    WEBER-NET         [BC177]
        137.191.rrr.rrr                    Unassigned        [NIC]
      R 137.192.rrr.rrr                    MRNET             [JAW34]
      R*137.193.rrr.rrr                    UNIBWMNET         [VT7]
      R*137.194.rrr.rrr                    FNET-ESNET        [PD97]
      R*137.195.rrr.rrr                    HERIOT-WATT       [JH410]
      C*137.196.rrr.rrr                    STARDENT          [CC185]
      R 137.197.rrr.rrr                    UNMC              [MRN6]


Page 42

      R 137.198.rrr.rrr                    HUNET             [TM96]
      C*137.199.rrr.rrr                    FIDELITYNET       [WRC22]
      G*137.200.rrr.rrr                    SSA               [TE37]
      C*137.201.rrr.rrr                    MICRON            [BG112]
      C*137.202.rrr.rrr                    MENTOR            [MS379]
      C 137.203.rrr.rrr                    HRINET            [RJB67]
      R*137.204.rrr.rrr                    BOLOGNA-ALMA-NET  [RD235]
      R*137.205.rrr.rrr                    WARWICK           [MB310]
      C*137.206.rrr.rrr                    SHELL-NET         [SD134]
      R*137.207.rrr.rrr                    UWINDSORNET       [NP24]
      R*137.208.rrr.rrr                    WU-WIEN           [AN50]
      D 137.209.rrr.rrr                    SUMNET1           [AJC5]
      D 137.210.rrr.rrr                    SUMNET2           [AJC5]
      D 137.211.rrr.rrr                    SUMNET3           [AJC5]
      D 137.212.rrr.rrr                    SUMNET            [AJC5]
      C*137.213.rrr.rrr                    BULLUK            [PM180]
      R*137.214.rrr.rrr                    UNINET-ZA         [VS59]
        137.215.rrr.rrr                    Unassigned        [NIC]
      R 137.216.rrr.rrr                    SDSTATE           [PH122]
      C*137.217.rrr.rrr                    BTNETT            [GK91]
      G*137.218.rrr.rrr                    USBI              [DC310]
        137.219.rrr.rrr                    Unassigned        [NIC]