Need Cisco hardware that'll translate IP to ATM


 
Thread Tools Search this Thread
Special Forums IP Networking Need Cisco hardware that'll translate IP to ATM
# 1  
Old 09-20-2009
Need Cisco hardware that'll translate IP to ATM

Hello,

This is my first time here so I hope I can describe everything. Due to the nature of what we're doing, I'm only going to describe what I need.

We need to convert TCP/IP to ATM. I'm not talking about encapsulizing it by wrapping ATM around it, rather pure conversion from IP to ATM. MLSP.

We have a LightScribe 1010 and CISCO 6504-E with supervisor engines to play with. If we need to purchase additional equipment, we'll do it. I'm just wondering what your recommendations would be to complete this task. Please advise me.

Last edited by DukeNuke2; 09-20-2009 at 08:13 AM.. Reason: deleted ad link
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. IP Networking

How to stack Cisco 2960-S and Cisco 2960X?

Is there an easy way to stack Cisco 2960-S and Cisco 2960X switches? If you have no idea, follow this: 1. Stacking is not supported on switches running the LAN Lite image. All switches in the stack must be running the LAN Base image. 2. In a mixed stack of Catalyst 2960-X and Catalyst 2960-S... (0 Replies)
Discussion started by: Ayaerlee
0 Replies

2. Solaris

ATM to Ethernet conversion

More old kit ..... We have a bunch of old Sun kit E4500, E450 etc that are currently running on ATM nic's and need to be put on the the onboard Ethernet ports.... Anyone know how to do this without downtime? It'd be better if I can keep the original Ip Addresses though it may be possible to... (2 Replies)
Discussion started by: Martincorneuk
2 Replies

3. Shell Programming and Scripting

Simulation of ATM interface

Hi guys, I recently discovered this problem and any help would be great. 1) Create a file in vi named Accounts_File with the following data: The user, the name, the pin number, current balance and transaction history. There are 3 users who need to be inputted with all their PIN, etc... (1 Reply)
Discussion started by: Jimmy_c
1 Replies

4. UNIX for Dummies Questions & Answers

Simulation of an ATM interface

Hi guys, I recently discovered this problem and any help would be great. 1) Create a file in vi named Accounts_File with the following data: The user, the name, the pin number, current balance and transaction history. There are 3 users who need to be inputted with all their PIN, etc... (1 Reply)
Discussion started by: Jimmy_c
1 Replies

5. Homework & Coursework Questions

Client/server atm with sockets

Hello everyone!I would appreciate any help you could give me,I have to make a program of an atm machine using client server sockets and semaphores.I know how to construct an ATM in c++ but don't know anything about unix c.The problem is that Don't know what to do and how to link the two programs... (0 Replies)
Discussion started by: tamanas
0 Replies

6. UNIX for Advanced & Expert Users

FTP over ATM issue

We just recently upgraded our T1 wan link to a 10Mbit ATM link. Windows pc's seem fine and get great speed, however we have 2 Sco unix box's that seem really slow at FTPing now. both Sco box's are SCO OpenServer Enterprise System (ver 5.0.5m) compaq ML530's I'm not really sure what to... (4 Replies)
Discussion started by: whegra
4 Replies
Login or Register to Ask a Question
LIBNGATM(3)						   BSD Library Functions Manual 					       LIBNGATM(3)

NAME
libngatm -- ATM signalling library LIBRARY
Begemot ATM signalling library (libngatm, -lngatm) DESCRIPTION
The Begemot UNI signalling library handles message decoding and encoding as well as the Q.2110 and Q.2120 transport protocols and adaptation layers, and ATM-Forum UNI 4.0 compliant signalling. Because of this complexity the description is broken down in several man pages: unimsg(3) Describes a data structure and functions for handling of variable sized messages. unistruct(3) describes data structures for the decoding, encoding and printing functions in the library. unifunc(3) describes the decoding, encoding and printing functions. uniaddr(3) describes address structures and handling functions. unisap(3) SEE ALSO
sscop(1) STANDARDS
This implementation conforms to the applicable ITU-T recommendations and ATM Forum standards. AUTHORS
Hartmut Brandt <harti@FreeBSD.org> BSD
May 23, 2005 BSD