cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
527
Views
0
Helpful
2
Replies

trying to configure an Async port on a 1760

garyrivers
Level 1
Level 1

is there a difference in the way async ports are configured between 1800 and 1700 RTRs?

i have 3 remote 1800 RTRs that have a dialup backup link via a modem connected to the AUX port.

they work great.

so now i'm tasked with doing the same with a 1760 RTR.

well, thinking that a 1760 SHOULDN'T be that much different than a 1800 i pasted an 1800 config into the 1760.

everything works except the ASYNC port will not accept the " dialer-group 1" cmd.

i'm getting this msg:

"Remove Dialer Profile Configuration first" when i insert the cmd.

here's the RTR config

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

service password-encryption

service sequence-numbers

!

hostname Colwich_TX_RTR

!

boot-start-marker

boot-end-marker

!

logging buffered 4096 debugging

enable password 7 0822455D0A16

!

no aaa new-model

clock timezone central -5

ip cef

!

!

!

!

no ip domain lookup

ip domain name kbsad.local

ip name-server 10.30.47.4

ip sla monitor 9

type echo protocol ipIcmpEcho 10.30.13.25

timeout 1000

threshold 2

frequency 3

ip sla monitor schedule 9 life forever start-time now

!

frame-relay switching

!

chat-script Dialout ABORT ERROR ABORT BUSY "" "AT" OK "ATDT \T" TIMEOUT 30 CONNECT \c

modemcap entry MY_USR_MODEM:MSC=&F1S0=1

!

!

username grivers privilege 15 password 7 082A5B4D014857

username tcrane privilege 15 password 7 082A5B4D014857

!

!

track 122 rtr 9 reachability

!

!

!

!

interface Loopback0

ip address 10.254.253.6 255.255.255.255

!

interface FastEthernet0/0

description Connection to KWCH

ip address 10.30.13.28 255.255.255.248

speed auto

full-duplex

!

interface Serial0/0

no ip address

shutdown

no fair-queue

!

interface Ethernet1/0

description Colwich Xmitter LAN

ip address 10.30.50.254 255.255.255.0

ip helper-address 10.30.40.0

no ip route-cache cef

no ip route-cache

full-duplex

!

interface Async5

no ip address

encapsulation ppp

no ip route-cache cef

no ip route-cache

dialer in-band

dialer pool-member 1

async mode interactive

routing dynamic

!

interface Dialer1

ip address negotiated

no ip redirects

encapsulation ppp

no ip route-cache cef

no ip route-cache

dialer pool 1

dialer remote-name KWCH_RTR

dialer string 98324031

dialer-group 1

!

router eigrp 1

network 10.0.0.0

auto-summary

!

ip route 10.30.40.0 255.255.248.0 10.30.13.25 track 122

ip route 0.0.0.0 0.0.0.0 10.30.13.25

ip route 10.30.40.0 255.255.248.0 Dialer1 100

!

ip http server

ip http authentication local

no ip http secure-server

!

logging history informational

logging 10.30.41.60

access-list 102 permit ip any any

access-list 103 permit ip any any

dialer-list 1 protocol ip list 102

snmp-server community KWCHnet RO

snmp-server location CW Site

snmp-server contact KWCH IT Dept

snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart

snmp-server enable traps tty

snmp-server enable traps config

snmp-server enable traps entity

snmp-server enable traps syslog

snmp-server enable traps rtr

snmp-server host 10.30.41.60

!

control-plane

!

banner login ^CC WELCOME TO THE COLWICH TX ROUTER ^C

!

line con 0

exec-timeout 15 0

password 7 15191C0F0C

login local

line aux 0

password 7 1511021F0725

script dialer Dialout

login

modem InOut

modem autoconfigure type MY_USR_MODEM

transport input all

transport output all

autoselect during-login

autoselect ppp

speed 115200

flowcontrol hardware

line vty 0 4

exec-timeout 15 0

password 7 000F04050C

login local

line vty 5 15

exec-timeout 15 0

password 7 104D000A0618

login

!

ntp clock-period 17208463

ntp server 10.30.46.155

end

Any thoughts?

Thanks, Gary

1 Accepted Solution

Accepted Solutions

slmansfield
Level 4
Level 4

You already have a "dialer-group 1" statement under your Dialer1 interface. I think it's telling you that when you try to add a second one under the async interface.

View solution in original post

2 Replies 2

slmansfield
Level 4
Level 4

You already have a "dialer-group 1" statement under your Dialer1 interface. I think it's telling you that when you try to add a second one under the async interface.

okay, i'll take a look at that.