Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Modem/ISDN dialin and TCP/IP forward, please help

Reply
Thread Tools

Modem/ISDN dialin and TCP/IP forward, please help

 
 
br@pwrnet.de
Guest
Posts: n/a
 
      12-01-2005
Dear all,

I have to configure a Cisco 3620 router to accept any calls which are
coming in via a PRI interface. The data shall then be sent via TCP/IP
to any host.

One TCP/IP connection per call is required. The TCP/IP connection shall
be closed if the line goes down and vice-versa.
Depending on the incoming MSN (or dialled number) a different TCP/IP
host and port shall be used.
The ISDN dial in uses X.31 case A (X.25 over ISDN B-Channel) and modem
uses V.22 bis MNP.

The router has following cards installed:

NM-1FEPRI2CE1-B/U
NM-30DM

I need some hints in order to find the right documentation. I don't
know the name of this "TCP/IP forward" or the specific IOS features
required.
ANY help greatly appreciated.

Best regards,

Bernhard Roth

 
Reply With Quote
 
 
 
 
Aaron Leonard
Guest
Posts: n/a
 
      12-02-2005
Here's how you do what you're asking for, as far as the modem calls:

aaa new-model
aaa authentication login default local
aaa authorization exec default local

username 4321 nopassword dnis
username 4321 autocommand telnet 1.2.3.4 5555 /stream /quiet
username 1234 nopassword dnis
username 1234 autocommand telnet 1.2.3.5 4444 /stream /quiet

Debugs to use:

debug isdn q931
debug modem
debug aaa authorization
debug aaa authentication
debug ip tcp transaction

Use IOS 12.3(12.3) or above, due to CSCdw65197, CSCdz75649 and CSCef50626.

Now, as far as this X.31 Case A stuff ... that doesn't ring a bell with me.
If you want to have incoming ISDN data calls getting mapped to outbound
character mode TCP sessions, on this platform, you'll have to use the
following protocols:

V.110
V.120
"X.75" aka "LAPB-TA"

V.110 calls will appear on the TTY lines just like voiceband modem calls.
The V.120/X.75 calls will appear on VTYs.

Cheers,

Aaron

---

~ Dear all,
~
~ I have to configure a Cisco 3620 router to accept any calls which are
~ coming in via a PRI interface. The data shall then be sent via TCP/IP
~ to any host.
~
~ One TCP/IP connection per call is required. The TCP/IP connection shall
~ be closed if the line goes down and vice-versa.
~ Depending on the incoming MSN (or dialled number) a different TCP/IP
~ host and port shall be used.
~ The ISDN dial in uses X.31 case A (X.25 over ISDN B-Channel) and modem
~ uses V.22 bis MNP.
~
~ The router has following cards installed:
~
~ NM-1FEPRI2CE1-B/U
~ NM-30DM
~
~ I need some hints in order to find the right documentation. I don't
~ know the name of this "TCP/IP forward" or the specific IOS features
~ required.
~ ANY help greatly appreciated.
~
~ Best regards,
~
~ Bernhard Roth

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
dialin and dialout at the same time jmiklo Cisco 1 12-06-2004 09:59 PM
Cisco 2500 - modem dialin via aux port Syn Cisco 7 07-02-2004 07:57 PM
Dialin to C801 Eirik Alim Cisco 1 02-16-2004 11:01 PM
Dialin to C800 via mobile phone Eirik Alim Cisco 0 02-14-2004 08:17 PM
CISCO 2511 - Dialin access / DTR robert mcfadzien Cisco 1 07-16-2003 11:16 PM



Advertisments