Actually, I have Cisco Router 3640 which has 16 terminal lines and Cisco
Router 2610 which has 2 Low-speed serial(sync/async) network interface(s). I
already configure for both router that Cisco 2610 from interface serial
async can connect to Cisco 3640 but connection cannot establish. Here I send
the configure :

Cisco 3640
!
!
interface Async112
 description Dial Up Conn to GJKTggl01
 no ip directed-broadcast
 ip nat inside
 encapsulation ppp
 ip tcp header-compression passive
 dialer in-band
 dialer idle-timeout 300
 dialer map snapshot 1 name GJKTggl01
 dialer map ip 10.1.4.2 name GJKTggl01 broadcast
 dialer hold-queue 10
 dialer-group 1
 async default routing
 async mode dedicated
 snapshot server 5 dialer
 no cdp enable
 ppp authentication chap
!
router eigrp 10
 network 10.0.0.0
!
!
line 112
 script dialer dialnum
 script reset rstmdm
 modem InOut
 modem autoconfigure discovery
 transport input all
 stopbits 1
 flowcontrol hardware

Cisco 2610

interface Serial0
 physical-layer async
 ip address 10.1.5.2 255.255.255.252
 no ip directed-broadcast
 encapsulation ppp
 ip tcp header-compression passive
 dialer in-band
 dialer idle-timeout 600
 dialer wait-for-carrier-time 20
 dialer map snapshot 1 name JKTGSP01 5222146
 dialer map ip 10.1.5.1 name JKTGSP01 broadcast 5222146
 dialer hold-queue 10
 dialer-group 1
 async default routing
 async mode dedicated
 fair-queue 64 16 0
 no cdp enable
 ppp authentication chap
!
dialer-list 1 protocol ip permit

line 1
 script dialer dialnum
 script reset rstmdm
 modem InOut
 modem autoconfigure discovery
 transport input all
 stopbits 1
 speed 115200
 flowcontrol hardware

try to debug, ...encapsulation failed, DDR fair queue failed. Does anyone
have configuration for this...?

Thanks



___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to