cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
548
Views
0
Helpful
7
Replies

Dial Backup Solution for Retail Store

tech011
Level 1
Level 1

I need to config a dial-in only solution for a 3800 with the following modules:

NM-1CE1T1-PRI

PVDM2-24DM

PPP dial-in works fine and gives out an address with the "ip local pool dialin" and "peer default ip address pool dialin" commands.

If I use SLIP, dynamic IP addressing won't work. That's not the issue though.

We currently have a 3com Total Control box that we are using today; which are being replaced with the 3800 routers.

I was told by the software folks that supply the POS software for our 2500 stores, that the dial backup connection does not use either SLIP or PPP. They state it uses a "serial ASYNC low speed connection to the 3COM box. The total control box, in turn converts to IP prior to sending the message to the server that processes transcations at corporate."

Does Cisco support this scenario? If so, what would the config look like?

1 Accepted Solution

Accepted Solutions

You need exec under line. Can set modem to In, but that's a detail.

View solution in original post

7 Replies 7

paolo bevilacqua
Hall of Fame
Hall of Fame

Yes. Simply configure autommand with telnet to server ip address and port.

You can shorten the connection time with the appropriate AT commands for the modems. This is very important for slow speed POS.

What would that config look like. Here is my currect config that works with PPP no authentication:

interface Group-Async0

ip unnumbered FastEthernet0/0

encapsulation ppp

async mode dedicated

peer default ip address pool dialin

group-range 0/386 0/409

line 0/386 0/409

modem Dialin

transport input all

Autocommand is a line config mode command.

You would remove the interface gr0 altogether.

You can check about commands that you

don't know in the reference manual.

Please remember to rate useful posts with the scrollbox below.

Still does not work. Here is my config. client connects fine, but the autocommand does not execute:

aaa new-model

!

!

aaa authentication login default group tacacs+ local

aaa authentication login noaut none

aaa authentication enable default group tacacs+ enable

aaa authorization exec default group tacacs+ none

aaa authorization commands 1 default group tacacs+ none

aaa authorization commands 15 default group tacacs+ none

aaa accounting exec default

action-type start-stop

group tacacs+

!

aaa accounting commands 1 default

action-type start-stop

group tacacs+

!

aaa accounting commands 15 default

action-type start-stop

group tacacs+

!

!

!

aaa session-id common

clock timezone EDT -5

clock summer-time EDT recurring

network-clock-participate slot 1

network-clock-select 1 T1 1/0

controller T1 1/0

framing ESF

linecode b8zs

cablelength short 110

ds0-group 0 timeslots 1-24 type e&m-fgb dtmf dnis

interface FastEthernet0/0

description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$

ip address 10.0.6.2 255.255.255.192

duplex full

speed 100

ip route 0.0.0.0 0.0.0.0 10.0.6.62

line 0/386 0/409

login authentication noaut

modem InOut

autocommand show ip interface brief

no exec

transport input all

transport output all

escape-character BREAK

You need exec under line. Can set modem to In, but that's a detail.

It worked. Thank you; much appreciated!

Remember to configure the modems for fast connect, capping max speed to match POS, and use /stream in telnet command.

Thank you for the nice rating and good luck.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: