Cell Relay Archive

Cell Relay Retreat>List Archive>month:1998-Feb> msg00084



[Date Prev][Date Next][Thread Prev][Thread Next]  
  [Date Index][Thread Index][Author Index][Subject Index]

Re: ATM help

  • From: Mrityunjay Kumar <mrityu@npi.stpn.soft.net>
  • Date: Mon, 23 Feb 1998 17:27:20 +0530

> Got a question :
>
> How do I translate an ATM end-system E.164 address to an IP address?
> That is, my signalling program should only talk in terms of an E.164
> address, but for communication using sockets, in reality, one has to
> use
> IP addresses.I'm using Visual C++ to write code and trying to simulate
>
> ATM signalling.
>
> Harish


When E.164 addressing scheme is used, only the first 9 bytes of the
address is meaningful for a public switch. Rest are allocated by various
authorities which in your case won't be meaningful I guess. So you can
put your IP address in 10-13 bytes of the address to form the final
E.164 address(you can even use 14-19 bytes too, but they are generally
used to keep MAC address). Thus your machines get to know the IP
address.
If you don't want this crude way;) you can always use IP over ATM for IP
communication.

Regards,
Mrityunjay




  • References:
    • ATM help
      • From: "HARISH.S" <harish@giasmda.vsnl.net.in>