Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Async Dialback not working on 1841 w/WIC-2AM

Status
Not open for further replies.

Nazgulero

IS-IT--Management
Oct 24, 2003
45
NL
Hello all,

I am trying to configure async callback on my 1841 with WIC-2AM. The dialin works well, but for some reason, the callback script is not being executed, the debug looks like this:

000079: *Oct 20 11:58:16.335 PCTime: CHAT0/1/0: no matching chat script found for 040284140
000080: *Oct 20 11:58:16.335 PCTime: CHAT0/1/0: Dialing using Modem script: d0efault-d0ials0cript & System script: none
000081: *Oct 20 11:58:16.335 PCTime: CHAT0/1/0: process started
000082: *Oct 20 11:58:16.335 PCTime: CHAT0/1/0: Asserting DTR
000083: *Oct 20 11:58:16.335 PCTime: CHAT0/1/0: Chat script d0efault-d0ials0cript started
000084: *Oct 20 11:59:16.431 PCTime: CHAT0/1/0: Chat script d0efault-d0ials0cript finished, status = Connection timed out; remote h ost not responding

Do you see anything in the config below that might not make sense ? It seems to me that, for some reason, the chat script is not tied to the line/interface...

chat-script callback ABORT ERROR ABORT BUSY "" "ATDT\T" TIMEOUT 60 "CONNECT"\C
!
username test callback-dialstring 040284140 callback-rotary 77 password 7 1403171818557878
!
interface Async0/1/0
description asyn 1/0
ip unnumbered Loopback0
no ip redirects
no ip unreachables
no ip proxy-arp
encapsulation ppp
no ip route-cache cef
no ip route-cache
dialer in-band
async mode interactive
peer default ip address pool DIALIN
ppp callback accept
ppp authentication chap pap callin
!
line 0/1/0
script callback callback
login local
modem InOut
modem autoconfigure discovery
rotary 77
transport input all
autoselect during-login
autoselect ppp
stopbits 1
speed 115200
flowcontrol hardware

Thanks for any help in advance.

Regards,

Naz
 
nazgul,

can you try enabling all these debugs and post the results?

debug ppp negotiation
debug modem
debug chat
debug dialer
debug confmodem

Looks like you have a minute between the outdial chat script initiation and the timeout - something's happening there.
 
I'm having a similar issue. We have a Cisco 1750 and are trying to make the Aux port work for dial out backup.

Here is the config.

Question, can the AUX be configured for dial backup? Or do I have to have a WIC?

mtl01rt01ec#sh run
Building configuration...

Current configuration : 5411 bytes
!
version 12.1
no service single-slot-reload-enable
no service pad
service timestamps debug datetime msec
service timestamps log uptime
service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname mtl01rt01ec
!
no logging buffered
no logging buffered
logging rate-limit console 10 except errors
no logging console

!

memory-size iomem 20
ip subnet-zero
no ip finger
no ip domain-lookup
ip host test 2005 192.168.48.1
ip dhcp excluded-address 192.168.48.1 192.168.48.20
!
ip dhcp pool Montreal
import all
network 192.168.48.0 255.255.255.0
default-router 192.168.48.1
domain-name berendsen.bfpna.com
dns-server 172.17.2.60 65.118.56.73
netbios-name-server 172.17.2.60 172.17.2.30
netbios-node-type h-node
lease 30
!
ip dhcp pool jdirect1
host 192.168.48.3 255.255.255.0
hardware-address 0030.c18c.0d83
client-name NPI8c0d83
!
ip dhcp pool mtl-wap-wan
host 192.168.48.10 255.255.255.0
hardware-address 0013.1057.ea21
client-name MTLWAP57EA21
!
ip dhcp pool mtl-wap-lan
host 192.168.48.11 255.255.255.0
hardware-address 0013.1057.ea20
client-name MTLWAP57EA20
!
ip dhcp pool MTL-PS1
host 192.168.48.4 255.255.255.0
hardware-address 0013.469c.9766
client-name NPI9C9766
!
no ip bootp server
vpdn enable
no vpdn logging
!
vpdn-group 1
request-dialin
protocol pppoe
!
chat-script modem abort error ""ATDT9,1800\T" TIMEOUT 60 CONNECT \C
modemcap entry usrmodem:MSC=&FS0=1&C1&D3&H1&B1
!
!
crypto isakmp policy 18
hash md5
authentication pre-share
crypto isakmp key B3r3Nd53NfLu1dP0w3R address 65.118.56.35
!
!
crypto ipsec transform-set sharks esp-des esp-md5-hmac
!
crypto map nolan 18 ipsec-isakmp
set peer 65.118.56.35
set transform-set sharks
match address 121
!
!
!
!
interface Loopback0
ip address 172.22.63.5 255.255.255.255
!
interface Loopback1
ip address 172.22.69.254 255.255.255.0
!
interface Ethernet0
description Bell Canadian DSL PPPOE
ip address 70.1.1.2 255.255.255.0
no ip unreachables
ip nat outside
half-duplex
pppoe enable
pppoe-client dial-pool-number 1
no cdp enable
!
interface FastEthernet0
description BFP LAN
ip address 192.168.48.1 255.255.255.0
ip helper-address 172.17.255.255
ip helper-address 172.17.2.30
ip helper-address 172.17.2.255
ip helper-address 172.16.255.255
ip directed-broadcast
ip nat inside
no ip route-cache
no ip mroute-cache
shutdown
speed auto
half-duplex
!
interface Dialer0
no ip address
no cdp enable
!
interface Dialer1
mtu 1492
ip address 69.159.233.85 255.255.255.0
no ip proxy-arp
ip nat outside
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer pool 1
dialer idle-timeout 0
dialer string 10001
dialer hold-queue 50
dialer-group 1
no peer default ip address
no cdp enable
ppp authentication chap
ppp chap hostname maui-backup
ppp chap password 7 xxxxxxxxxxxxxxxx
ppp chap refuse
ppp pap sent-username xxxxxxxxxxxxxx password xxxxxxxxxxxxxxxxxx
crypto map nolan
hold-queue 224 in
!
router eigrp 100
redistribute static
network 10.0.0.0
network 70.0.0.0
network 172.20.0.0
network 172.21.0.0
network 192.168.40.0
network 192.168.90.0
auto-summary
no eigrp log-neighbor-changes
!
router ospf 1
log-adjacency-changes
network 172.22.0.0 0.0.255.255 area 0
network 192.168.10.0 0.0.0.3 area 0
!
ip nat inside source route-map nonat interface Dialer1 overload
ip kerberos source-interface any
ip classless
no ip forward-protocol udp netbios-ns
no ip forward-protocol udp netbios-dgm
ip forward-protocol udp netbios-ss
ip forward-protocol udp 42508
ip route 0.0.0.0 0.0.0.0 64.1.1.2
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 10.0.0.0 255.0.0.0 51.1.1.1 5
no ip http server
!
logging facility local0
logging 172.17.1.31
access-list 110 deny ip 192.168.48.0 0.0.0.255 172.16.0.0 0.0.255.255
access-list 110 deny ip 192.168.48.0 0.0.0.255 172.17.0.0 0.0.255.255
access-list 110 permit ip 192.168.48.0 0.0.0.255 any
access-list 120 permit ip 192.168.48.0 0.0.0.255 172.16.0.0 0.0.255.255
access-list 120 permit ip 192.168.48.0 0.0.0.255 172.17.0.0 0.0.255.255
access-list 121 permit ip 192.168.48.0 0.0.0.255 172.16.0.0 0.0.255.255
access-list 121 permit ip 192.168.48.0 0.0.0.255 172.17.0.0 0.0.255.255
access-list 150 permit esp host 65.118.56.35 host 0.0.0.0
access-list 150 permit udp host 65.118.56.35 host 0.0.0.0 eq isakmp
access-list 150 permit ip any 192.168.48.0 0.0.0.255
priority-list 1 protocol ip high
dialer-list 1 protocol ip permit
route-map nonat permit 10
match ip address 110
!
snmp-server engineID local 0000000902000001422C57FB
snmp-server community bfpna RO
banner motd ^CCCCCC
Berendsen Fluid Power
Unauthorized access is prohibited
Violators will be prosecuted
Welcome to Montreal
^C
!
line con 0
password 7 xxxxxxxxxxxxxxxxxxx
login
transport input none
line aux 0
exec-timeout 0 0
password 7 xxxxxxxxxxxxxxxxxxxxx
autoselect during-login
autoselect ppp
login local
modem InOut
modem autoconfigure type usrmodem
transport input all
flowcontrol hardware
line vty 0 4
password 7 xxxxxxxxxxxxxxxxxx
login
!
*****************************************************************************************

sh ip route



mtl01rt01ec#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is 0.0.0.0 to network 0.0.0.0

69.0.0.0/24 is subnetted, 1 subnets
C 69.159.233.0 is directly connected, Dialer1
70.0.0.0/24 is subnetted, 1 subnets
C 70.1.1.0 is directly connected, Ethernet0
172.22.0.0/16 is variably subnetted, 2 subnets, 2 masks
C 172.22.63.5/32 is directly connected, Loopback0
C 172.22.69.0/24 is directly connected, Loopback1
S 10.0.0.0/8 [5/0] via 51.1.1.1
S* 0.0.0.0/0 is directly connected, Dialer1
mtl01rt01ec#

******************************************************************************************
mtl01rt01ec#sh int
Dialer0 is up (spoofing), line protocol is up (spoofing)
Hardware is Unknown
MTU 1500 bytes, BW 56 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not set
DTR is pulsed for 1 seconds on reset
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/16 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 42 kilobits/sec
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes
0 packets output, 0 bytes
Dialer1 is up (spoofing), line protocol is up (spoofing)
Hardware is Unknown
Internet address is 69.159.233.85/24
MTU 1492 bytes, BW 56 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, loopback not set
DTR is pulsed for 1 seconds on reset
Last input never, output never, output hang never
Last clearing of "show interface" counters 15:58:09
Input queue: 0/224/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/16 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 42 kilobits/sec
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes
0 packets output, 0 bytes
Ethernet0 is up, line protocol is up
Hardware is PQUICC Ethernet, address is 0001.64ff.ef80 (bia 0001.64ff.ef80)
Description: Bell Canadian DSL PPPOE
Internet address is 70.1.1.2/24
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Half-duplex, 10BaseT
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:03, output hang never
Last clearing of "show interface" counters never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 2000 bits/sec, 3 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
109021 packets input, 9247982 bytes, 0 no buffer
Received 109021 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 input packets with dribble condition detected
20012 packets output, 1385968 bytes, 0 underruns(0/0/0)
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
FastEthernet0 is administratively down, line protocol is down
Hardware is PQUICC_FEC, address is 0004.c14e.88c9 (bia 0004.c14e.88c9)
Description: BFP LAN
Internet address is 192.168.48.1/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Half-duplex, 100Mb/s, 100BaseTX/FX
ARP type: ARPA, ARP Timeout 04:00:00
Last input 15:58:13, output never, output hang never
Last clearing of "show interface" counters never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
15 packets input, 920 bytes
Received 15 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
0 packets output, 0 bytes, 0 underruns(0/0/0)
0 output errors, 0 collisions, 0 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Loopback0 is up, line protocol is up
Hardware is Loopback
Internet address is 172.22.63.5/32
MTU 1514 bytes, BW 8000000 Kbit, DLY 5000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation LOOPBACK, loopback not set
Last input 15:35:34, output never, output hang never
Last clearing of "show interface" counters never
Queueing strategy: fifo
Output queue 0/0, 0 drops; input queue 0/75, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
Loopback1 is up, line protocol is up
Hardware is Loopback
Internet address is 172.22.69.254/24
MTU 1514 bytes, BW 8000000 Kbit, DLY 5000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation LOOPBACK, loopback not set
Last input 15:17:45, output never, output hang never
Last clearing of "show interface" counters never
Queueing strategy: fifo
Output queue 0/0, 0 drops; input queue 0/75, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out

*****************************************************************************************
*Mar 1 16:01:57.024: IP: s=70.1.1.2 (local), d=224.0.0.10 (Ethernet0), len 60, sending broad/multicast
mtl01rt01ec#
16:01:58: %SYS-5-CONFIG_I: Configured from console by console
*Mar 1 16:02:00.140: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:00.140: IP: s=172.17.1.1 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:00.140: IP-EIGRP: Neighbor 172.17.1.1 not on common subnet for Ethernet0
*Mar 1 16:02:01.244: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:01.248: IP: s=172.17.1.139 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:02.012: IP: s=70.1.1.2 (local), d=224.0.0.10 (Ethernet0), len 60, sending broad/multicast
*Mar 1 16:02:04.400: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:04.400: IP: s=172.17.1.1 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:04.692: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:04.692: IP: s=172.17.1.1 (Ethernet0), d=255.255.255.255, len 52, rcvd 2
*Mar 1 16:02:05.544: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:05.548: IP: s=172.17.1.139 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:06.888: IP: s=70.1.1.2 (local), d=224.0.0.10 (Ethernet0), len 60, sending broad/multicast
*Mar 1 16:02:09.392: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:09.392: IP: s=172.17.1.1 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:10.528: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:10.532: IP: s=172.17.1.139 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:10.532: IP-EIGRP: Neighbor 172.17.1.139 not on common subnet for Ethernet0
*Mar 1 16:02:11.868: IP: s=70.1.1.2 (local), d=224.0.0.10 (Ethernet0), len 60, sending broad/multicast
*Mar 1 16:02:14.012: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:14.012: IP: s=172.17.1.1 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:15.460: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:15.464: IP: s=172.17.1.139 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:16.344: IP: s=70.1.1.2 (local), d=224.0.0.10 (Ethernet0), len 60, sending broad/multicast
*Mar 1 16:02:18.912: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:18.912: IP: s=172.17.1.1 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:19.980: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:19.984: IP: s=172.17.1.139 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:20.972: IP: s=70.1.1.2 (local), d=224.0.0.10 (Ethernet0), len 60, sending broad/multicast
*Mar 1 16:02:23.320: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:23.320: IP: s=172.17.1.1 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:23.320: IP-EIGRP: Neighbor 172.17.1.1 not on common subnet for Ethernet0
*Mar 1 16:02:24.548: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:24.552: IP: s=172.17.1.139 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:25.260: IP: s=70.1.1.2 (local), d=224.0.0.10 (Ethernet0), len 60, sending broad/multicast
*Mar 1 16:02:27.808: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:27.808: IP: s=192.168.26.1 (Ethernet0), d=255.255.255.255, len 328, rcvd 2
*Mar 1 16:02:28.040: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:28.040: IP: s=172.17.1.1 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:29.156: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:29.160: IP: s=172.17.1.139 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:30.060: IP: s=70.1.1.2 (local), d=224.0.0.10 (Ethernet0), len 60, sending broad/multicast
*Mar 1 16:02:31.492: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:31.492: IP: s=172.17.1.1 (Ethernet0), d=255.255.255.255, len 52, rcvd 2
*Mar 1 16:02:32.776: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:32.776: IP: s=172.17.1.1 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:33.552: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:33.556: IP: s=172.17.1.139 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:33.556: IP-EIGRP: Neighbor 172.17.1.139 not on common subnet for Ethernet0
*Mar 1 16:02:34.432: IP: s=70.1.1.2 (local), d=224.0.0.10 (Ethernet0), len 60, sending broad/multicast
*Mar 1 16:02:37.580: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:37.580: IP: s=172.17.1.1 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:38.220: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:38.220: IP: s=172.17.1.139 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:38.804: IP: s=70.1.1.2 (local), d=224.0.0.10 (Ethernet0), len 60, sending broad/multicast
*Mar 1 16:02:41.948: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:41.948: IP: s=172.17.1.1 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:42.868: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:42.868: IP: s=172.17.1.139 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:43.696: IP: s=70.1.1.2 (local), d=224.0.0.10 (Ethernet0), len 60, sending broad/multicast
*Mar 1 16:02:46.580: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:46.580: IP: s=172.17.1.1 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:46.580: IP-EIGRP: Neighbor 172.17.1.1 not on common subnet for Ethernet0
*Mar 1 16:02:47.536: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:47.536: IP: s=172.17.1.139 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:48.232: IP: s=70.1.1.2 (local), d=224.0.0.10 (Ethernet0), len 60, sending broad/multicast
*Mar 1 16:02:51.328: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:51.328: IP: s=172.17.1.1 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:52.128: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:52.128: IP: s=172.17.1.139 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:52.488: IP: s=70.1.1.2 (local), d=224.0.0.10 (Ethernet0), len 60, sending broad/multicast
*Mar 1 16:02:55.800: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:55.800: IP: s=172.17.1.1 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:56.800: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:02:56.800: IP: s=172.17.1.139 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:02:56.800: IP-EIGRP: Neighbor 172.17.1.139 not on common subnet for Ethernet0
*Mar 1 16:02:57.220: IP: s=70.1.1.2 (local), d=224.0.0.10 (Ethernet0), len 60, sending broad/multicast
*Mar 1 16:03:00.516: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:03:00.516: IP: s=172.17.1.1 (Ethernet0), d=255.255.255.255, len 52, rcvd 2
*Mar 1 16:03:00.528: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:03:00.528: IP: s=172.17.1.1 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:03:01.480: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:03:01.480: IP: s=172.17.1.139 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
mtl01rt01ec#
*Mar 1 16:03:02.160: IP: s=70.1.1.2 (local), d=224.0.0.10 (Ethernet0), len 60, sending broad/multicastconfig
t
Enter configuration commands, one per line. End with CNTL/Z.
mtl01rt01ec(config)#no l
*Mar 1 16:03:05.320: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:03:05.320: IP: s=172.17.1.1 (Ethernet0), d=224.0.0.10, len 60, rcvd 2
*Mar 1 16:03:06.100: IP: NAT enab = 1 trans = 0 flags = 0
*Mar 1 16:03:06.100: IP: s=172.17.1.139 (Ethernet0), d=224.0.0.10, len 60, rcvd 2oggi
*Mar 1 16:03:06.472: IP: s=70.1.1.2 (local), d=224.0.0.10 (Ethernet0), len 60, sending broad/multicastng console b

thanks
 
Computertech33,

It appears you didn't create the necessary async interface to bind the dialer interface to. Do a 'show line,' and then create the async interface that corresponds to the line, like so:

wads2txg03#sh line
Tty Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int
0 CTY - - - - - 0 2 0/0 -
97 AUX 9600/9600 - - - - - 0 0 0/0 -
* 98 VTY - - - - - 36 0 0/0 -
99 VTY - - - - - 4 0 0/0 -
100 VTY - - - - - 0 0 0/0 -
101 VTY - - - - - 0 0 0/0 -
102 VTY - - - - - 0 0 0/0 -

Line(s) not in async mode -or- with no hardware support:
1-96

wads2txg03#conf t
Enter configuration commands, one per line. End with CNTL/Z.
wads2txg03(config)#interface async 97
wads2txg03(config-if)# blah blah blah

See how line 97 shows "AUX" when I did the show line? That's how you know which tty corresponds to the aux port. Then, configure per this url:

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top