Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

EIGRP over Dialup won't form adjacency.

0 views
Skip to first unread message

Jeff

unread,
Mar 14, 2003, 12:20:54 PM3/14/03
to
I can't seem to get two router to form an adjacancy over a dialup
connection. I don't seem to see anything weird going on. My versions
of IOS don't seem to have many debug commands for EIGRP. Most of my
IGP experience is with OSPF, thus my question here.

The two devices are a Cisco 1700 and an AS5200. 1700 is dialing
through an AUX attached modem to a PRI board in the 5200.

On another note, is it necessary to have a interface Group-Async1,
interface Serial0:23 AND an interface dialer1 all on the AS5200? I'm
just curious. I'm not that experienced with Cisco dial.


Configs below, thanks for your help!

AS5200:

!
version 11.3
service timestamps debug datetime msec
service timestamps log uptime
service password-encryption
!
hostname AUSTSRVRAS001
!
aaa new-model
aaa authentication login default tacacs+ local
aaa authentication login no_tacacs enable
aaa authentication login network tacacs+ local
aaa authentication ppp default if-needed tacacs+ local
aaa authorization exec default tacacs+
aaa authorization network default tacacs+
aaa accounting exec default start-stop tacacs+
aaa accounting network default start-stop tacacs+
enable secret 5 xxxx
!

modem recovery action none
ip subnet-zero
ip name-server 192.168.5.203
ip name-server 192.168.5.204
ip address-pool local
isdn switch-type primary-ni
!
!
controller T1 0
framing esf
clock source line primary
linecode b8zs
pri-group timeslots 1-24
!
controller T1 1
clock source line secondary
!
process-max-time 200
!
interface Ethernet0
ip address 192.168.252.249 255.255.255.0 secondary
ip address 192.168.20.200 255.255.255.0
!
interface Serial0
no ip address
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
shutdown
!
interface Serial1
no ip address
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
shutdown
!
interface Serial0:23
description PRI Dialup
ip address 192.168.251.253 255.255.255.0
encapsulation ppp
dialer rotary-group 1
isdn switch-type primary-ni
isdn incoming-voice modem
no fair-queue
!
interface Group-Async1
ip unnumbered Serial0:23
encapsulation ppp
ip tcp header-compression passive
dialer in-band
dialer idle-timeout 3600
dialer-group 1
async mode interactive
peer default ip address pool new
ppp authentication chap
group-range 1 48
!
interface Dialer0
no ip address
no cdp enable
!
interface Dialer1
ip unnumbered Serial0:23
encapsulation ppp
bandwidth 128
dialer in-band
dialer idle-timeout 40000
dialer-group 2
peer default ip address pool new
no fair-queue
ppp authentication chap pap
ppp multilink
!
router eigrp 1
redistribute connected
redistribute static
network 192.168.20.0
network 192.168.177.0
network 192.168.200.0
network 192.168.201.0
network 192.168.207.0
network 192.168.251.0
network 192.168.252.0
network 192.168.253.0
!
ip local pool new 192.168.251.201 192.168.251.248
ip http server
ip http port 8888
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.20.1
ip route 192.168.199.0 255.255.255.0 192.168.200.199
ip route 192.168.207.0 255.255.255.0 192.168.200.2
ip route 192.168.208.0 255.255.255.0 192.168.200.3
!
logging buffered 4096 informational
no logging console
logging trap debugging
logging facility local0
logging 192.168.247.2
access-list 101 permit tcp any 192.168.0.0 0.0.255.255
dialer-list 1 protocol ip permit
dialer-list 2 protocol ip permit
tacacs-server host 192.168.5.210
tacacs-server key xxxx
snmp-server community lanwansec RW
snmp-server community lanwan RO
banner motd ^CThis is a restricted access device, unauthorized
access to this device will result in criminal prosecution.^C
!
line con 0
password 7 xxxx
login authentication no_tacacs
transport input none
line 1 48
autoselect during-login
autoselect ppp
modem InOut
rotary 3
transport preferred telnet
transport input all
line aux 0
password 7 xxxx
line vty 0 4
password 7 xxxx
!
end


C1750

!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname s077rtr001
!
no logging buffered
logging console notifications
enable secret 5 xxxx
enable password 7 xxxx
!
username s077rtr001 password 7 xxxx
memory-size iomem 20
ip subnet-zero
!
!
no ip domain lookup
ip name-server 216.140.16.254
ip name-server 216.140.17.254
!
!
chat-script dialback ABORT ERROR ABORT BUSY "" "AT" OK "ATDT \T"
TIMEOUT 45 CONNECT \c
!
voice call carrier capacity active
!
!
!
!
!
!
!
!
!
!
crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
crypto isakmp key xxxx address 2.2.2.2
!
!
crypto ipsec transform-set cm-transformset-1 esp-3des esp-sha-hmac
!
crypto map cm-cryptomap local-address Serial0/0
crypto map cm-cryptomap 1 ipsec-isakmp
set peer 2.2.2.2
set transform-set cm-transformset-1
match address 120
!
!
!
!
interface FastEthernet0/0
ip address 192.168.177.254 255.255.255.0
ip helper-address 192.168.5.203
ip helper-address 192.168.254.204
speed auto
full-duplex
!
interface Serial0/0
backup delay 0 8
backup interface Dialer0
ip address 192.168.210.5 255.255.255.252
ip nat outside
no ip route-cache
no ip mroute-cache
no fair-queue
service-module t1 remote-alarm-enable
crypto map cm-cryptomap
ip rtp header-compression
!
interface Async5
no ip address
encapsulation ppp
dialer in-band
dialer pool-member 20
dialer-group 1
no peer default ip address
ppp authentication chap callin
!
interface Dialer0
ip address negotiated
encapsulation ppp
dialer pool 20
dialer remote-name AUSTSRVRAS001
dialer string 5551212
dialer-group 1
ppp authentication chap callin
ppp chap hostname s077rtr001
ppp chap password 7 xxxx
!
router eigrp 1
redistribute connected
redistribute static
network 192.168.251.0
network 192.168.0.0 0.0.255.255
auto-summary
no eigrp log-neighbor-changes
!
ip nat pool branch 192.168.210.5 192.168.210.5 netmask 255.255.255.252
ip nat inside source route-map nonat pool branch overload
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
ip pim bidir-enable
!
!
access-list 87 permit 1.1.1.1
access-list 120 permit ip 192.168.177.0 0.0.0.255 192.168.0.0
0.0.255.255
access-list 130 deny ip 192.168.177.0 0.0.0.255 192.168.0.0
0.0.255.255
access-list 130 permit ip 192.168.177.0 0.0.0.255 any
dialer-list 1 protocol ip permit
!
route-map nonat permit 10
match ip address 130
!
snmp-server community lanwan RO 87
snmp-server enable traps tty
call rsvp-sync
!
voice-port 2/0
!
voice-port 2/1
!
dial-peer cor custom
!
!
!
!
line con 0
password 7 xxxx
login
line aux 0
password 7 xxxx
script dialer Dialback
login
modem InOut
modem autoconfigure type usr_sportster
transport input all
transport output pad udptn telnet rlogin ssh
stopbits 1
speed 115200
flowcontrol hardware
line vty 0 4
password 7 xxxx
login
!
no scheduler allocate
end

ETLALAR

unread,
Mar 17, 2003, 9:08:12 AM3/17/03
to
Try command "async dynamic routing" under Async interface.
HTH,
Cheers
Kot

"Jeff" <sp...@lightweb.net> wrote in message
news:f56f21c4.03031...@posting.google.com...

0 new messages