I'm trying to get a Cisco 1811 router to dial into an AS5200. The AS5200 was used solely for remote user dial-in but I want to be able to have router dialin ability as a backup connection for GRE tunnels.
The AS5200 has 1 group-async interface and I recently changed it to have 5 async interfaces, one of which I've configured for my 1811 to dial into. I want to be able to assign an IP to both ends, no address pools.
My issue is that when I dial into the AS5200 from my 1811 the call is answered by whichever async is next in line (1-24) and not the async interface that I want to use (async 24). How do I fix that?
Thanks!!
Here are pieces of the AS5200's config:
!
interface Serial0:23
description pri 1 (Local Dial-up)
no ip address
no ip proxy-arp
ip pim dense-mode
encapsulation ppp
no logging event link-status
dialer pool-member 1
ntp broadcast
isdn switch-type primary-5ess
isdn incoming-voice modem
no peer default ip address
no fair-queue
no cdp enable
ppp authentication chap pap optional
ppp multilink
!
interface Async24
description modem lines
ip address 10.88.1.6 255.255.255.252
no ip proxy-arp
ip irdp
ip irdp multicast
ip irdp maxadvertinterval 90
ip irdp minadvertinterval 45
ip irdp holdtime 240
ip pim dense-mode
encapsulation ppp
ip tcp header-compression
no ip mroute-cache
no logging event link-status
dialer in-band
autodetect encapsulation ppp
ntp broadcast
async mode interactive
no peer default ip address
no fair-queue
no cdp enable
ppp authentication pap chap
ppp multilink
hold-queue 75 in
!
interface Group-Async1
description modem lines
ip unnumbered Loopback0
no ip proxy-arp
ip irdp
ip irdp multicast
ip irdp maxadvertinterval 90
ip irdp minadvertinterval 45
ip irdp holdtime 240
ip pim dense-mode
ip tcp header-compression
no ip mroute-cache
no logging event link-status
dialer in-band
dialer rotary-group 4
dialer-group 1
autodetect encapsulation ppp
ntp broadcast
async mode dedicated
peer default ip address pool default
no fair-queue
no cdp enable
ppp authentication pap chap
ppp multilink
group-range 1 20
The AS5200 has 1 group-async interface and I recently changed it to have 5 async interfaces, one of which I've configured for my 1811 to dial into. I want to be able to assign an IP to both ends, no address pools.
My issue is that when I dial into the AS5200 from my 1811 the call is answered by whichever async is next in line (1-24) and not the async interface that I want to use (async 24). How do I fix that?
Thanks!!
Here are pieces of the AS5200's config:
!
interface Serial0:23
description pri 1 (Local Dial-up)
no ip address
no ip proxy-arp
ip pim dense-mode
encapsulation ppp
no logging event link-status
dialer pool-member 1
ntp broadcast
isdn switch-type primary-5ess
isdn incoming-voice modem
no peer default ip address
no fair-queue
no cdp enable
ppp authentication chap pap optional
ppp multilink
!
interface Async24
description modem lines
ip address 10.88.1.6 255.255.255.252
no ip proxy-arp
ip irdp
ip irdp multicast
ip irdp maxadvertinterval 90
ip irdp minadvertinterval 45
ip irdp holdtime 240
ip pim dense-mode
encapsulation ppp
ip tcp header-compression
no ip mroute-cache
no logging event link-status
dialer in-band
autodetect encapsulation ppp
ntp broadcast
async mode interactive
no peer default ip address
no fair-queue
no cdp enable
ppp authentication pap chap
ppp multilink
hold-queue 75 in
!
interface Group-Async1
description modem lines
ip unnumbered Loopback0
no ip proxy-arp
ip irdp
ip irdp multicast
ip irdp maxadvertinterval 90
ip irdp minadvertinterval 45
ip irdp holdtime 240
ip pim dense-mode
ip tcp header-compression
no ip mroute-cache
no logging event link-status
dialer in-band
dialer rotary-group 4
dialer-group 1
autodetect encapsulation ppp
ntp broadcast
async mode dedicated
peer default ip address pool default
no fair-queue
no cdp enable
ppp authentication pap chap
ppp multilink
group-range 1 20