cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
394
Views
0
Helpful
4
Replies

WIC-1AM with immediate PSTN trunking?

stu_syn
Level 1
Level 1

Hi All,

I'm trying to configure 2 x 1700 routers with WIC-1AMs which will dial-up to one another.

The strange thing is the customer has an EPS25B (UK) circuit which I understand immediately trunks the call point-to-point without any numbers being dialled?

Any idea how i could configure this within the 1700 -

Thanks,

Stuart

4 Replies 4

Hello,

since those private services lines are leased for a fixed tariff, regardless of how much they're used, I guess you wouldn´t mind if the two routers are connected all the time. So the ´standard´ configuration for the WIC-1AM would do, I would think. Check out this link for configuration options and examples of this analog card:

http://www.cisco.com/en/US/partner/products/hw/modules/ps2641/prod_module_installation_guide09186a008007cf90.html#27588

Regards,

Georg

Thanks Georg,

I'm a little confused as to what numbers to put in for the dial-string, after all anything would do.

May i possibly attach the config for your advice if i end up with any issues?

Cheers,

Stu

Configs:

wr t

BTH-1721-1-1#

BTH-1721-1-1#

BTH-1721-1-1#term len 0

BTH-1721-1-1#wr t

Building configuration...

Current configuration : 1521 bytes

!

version 12.3

service config

service timestamps debug datetime msec

service timestamps log datetime msec

service password-encryption

!

hostname BTH-1721-1-1

!

enable password 7

!

username A1 password 7

username B2 password 7

ip subnet-zero

!

!

!

!

!

!

!

interface FastEthernet0

ip address 10.244.1.101 255.255.224.0

speed auto

!

interface Async1

ip unnumbered FastEthernet0

encapsulation ppp

dialer in-band

dialer string 1

dialer-group 1

async mode interactive

no keepalive

ppp authentication chap

!

ip classless

ip route 10.226.0.0 255.255.224.0 Async1

no ip http server

!

dialer-list 1 protocol ip permit

banner login ^C

*************************************

*************************************

*** ***

*** Private Computer Facility ***

*** Authorised Access Only ***

*** ***

*** All NON-AUTHORISED Users ***

*** Logout IMMEDIATELY ***

*** Thank You ***

*** ***

*************************************

*************************************

BH-RL^C

!

line con 0

password 7

login

line 1

flush-at-activation

modem InOut

transport input all

autoselect ppp

stopbits 1

speed 115200

flowcontrol hardware

line aux 0

line vty 0 4

password 7

login

!

no scheduler allocate

!

end

BTH-1721-1-1#exit

run

Building configuration...

Current configuration : 929 bytes

!

version 12.3

service timestamps debug datetime msec

service timestamps log datetime msec

service password-encryption

!

hostname RUSSELROAD-G-1

!

enable password 7

!

username A1 password 7

username B2 password 7

ip subnet-zero

!

!

!

!

!

!

!

interface FastEthernet0

ip address 10.226.0.1 255.255.224.0

speed auto

no keepalive

!

interface Async1

ip unnumbered FastEthernet0

encapsulation ppp

dialer in-band

dialer string 1

dialer-group 1

async mode interactive

no keepalive

ppp authentication chap

!

ip classless

ip route 0.0.0.0 0.0.0.0 Async1

no ip http server

!

dialer-list 1 protocol ip permit

!

line con 0

password 7

login

line 1

flush-at-activation

stopbits 1

speed 115200

flowcontrol hardware

line aux 0

line vty 0 4

password 7

login

!

!

end

RUSSELROAD-G-1#

stu_syn
Level 1
Level 1

Help much appreciated - thank you

Debugs from A-end:

BTH-1721-1-1#show debug

General OS:

Modem control/process activation debugging is on

Dial on demand:

Dial on demand events debugging is on

PPP:

PPP authentication debugging is on

BTH-1721-1-1#term mon

BTH-1721-1-1#

BTH-1721-1-1#

BTH-1721-1-1#ping 10.226.0.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.226.0.1, timeout is 2 seconds:

*Mar 1 02:20:20.167: As1 DDR: place call

*Mar 1 02:20:20.167: As1 DDR: Dialing cause ip (s=10.244.1.101, d=10.226.0.1)

*Mar 1 02:20:20.167: As1 DDR: Attempting to dial 1

*Mar 1 02:20:20.167: CHAT1: Attempting async line dialer script

*Mar 1 02:20:20.167: Modem Registers - IMR:0x0 LED:0x0 RstCntrl:0x0 MSR:0xFF

*Mar 1 02:20:20.167: CHAT1: no matching chat script found for 1

*Mar 1 02:20:20.167: CHAT1: Dialing using Modem script: d0efault-d0ials0cript & System script: none

*Mar 1 02:20:20.167: CHAT1: process started

*Mar 1 02:20:20.171: CHAT1: Asserting DTR

*Mar 1 02:20:20.171: CHAT1: Chat script d0efault-d0ials0cript started.....

Success rate is 0 percent (0/5)

BTH-1721-1-1#

BTH-1721-1-1#

*Mar 1 02:21:20.267: CHAT1: Chat script d0efault-d0ials0cript finished, status

= Connection timed out; remote host not responding

*Mar 1 02:21:20.267: TTY1: Line reset by "Async dialer"

*Mar 1 02:21:20.267: As1 DDR: disconnecting call

*Mar 1 02:21:20.267: TTY1: Modem: (unknown)->HANGUP

*Mar 1 02:21:20.267: TTY1: no timer type 0 to destroy

*Mar 1 02:21:20.267: TTY1: no timer type 1 to destroy

*Mar 1 02:21:20.267: TTY1: no timer type 3 to destroy

*Mar 1 02:21:20.267: TTY1: no timer type 4 to destroy

*Mar 1 02:21:20.267: TTY1: no timer type 10 to destroy

*Mar 1 02:21:20.267: TTY1: no timer type 2 to destroy

*Mar 1 02:21:20.391: TTY1: dropping DTR, hanging up

*Mar 1 02:21:20.391: tty1: Modem: HANGUP->IDLE

*Mar 1 02:21:25.407: TTY1: restoring DTR

BTH-1721-1-1#

BTH-1721-1-1#

*Mar 1 02:21:35.267: As1 DDR: re-enable timeout

BTH-1721-1-1#

BTH-1721-1-1#

Review Cisco Networking for a $25 gift card