show dialer *help*

From: Ceeesko@aol.com
Date: Thu Feb 03 2005 - 23:49:01 GMT-3


isdn seems to be working properly. However, when the bri comes up and I type
"show dialer" I don't see a "time until disconnect". I get the following:
===============================================
BRI0 - dialer type = ISDN
 
Dial String Successes Failures Last DNIS Last status
8995201 6 14 00:00:10 successful
0 incoming call(s) have been screened.
0 incoming call(s) rejected for callback.
 
BRI0:1 - dialer type = ISDN
Idle timer (60 secs), Fast idle timer (20 secs)
Wait for carrier (30 secs), Re-enable (15 secs)
Dialer state is multilink member
Dial reason: ip (s=150.50.9.2, d=224.0.0.5)
Connected to 8995201 (r5)
 
BRI0:2 - dialer type = ISDN
Idle timer (60 secs), Fast idle timer (20 secs)
Wait for carrier (30 secs), Re-enable (15 secs)
Dialer state is multilink member
Dial reason: Multilink bundle overloaded
Connected to 8995201 (r5)
r2#
===============================================
 
Anyone know why "time until disconnect" doesn't show up? Since I don't have
a dialer-list on r5 and I have the idle-timeout set to 60, it drops every 60
seconds as I would think it should. Once r2 sends a hello, it brings the line
back up, yet never shows "time until disconnect". Here are the configs of
the 2 routers:
 
===============================================
r2:
version 12.2
!
hostname r2
username r5 password 0 cisco
isdn switch-type basic-ni
!
interface Loopback0
ip address 200.0.0.2 255.255.255.255
!
interface Ethernet0
ip address 150.50.17.2 255.255.255.0
!
interface Serial0
no ip address
encapsulation frame-relay
frame-relay lmi-type cisco
!
interface Serial0.24 point-to-point
ip address 150.50.24.2 255.255.255.0
frame-relay interface-dlci 104
!
interface Serial0.256 multipoint
ip address 150.50.100.2 255.255.255.224
frame-relay map ip 150.50.100.5 105 broadcast
!
interface BRI0
ip address 150.50.9.2 255.255.255.192
encapsulation ppp
dialer idle-timeout 60
dialer map ip 150.50.9.5 name r5 broadcast 8995201
dialer load-threshold 1 outbound
dialer-group 1
isdn switch-type basic-ni
isdn spid1 5101 8995101
isdn spid2 5102 8995102
cdapi buffers regular 0
cdapi buffers raw 0
cdapi buffers large 0
ppp authentication chap
ppp multilink
!
router ospf 1
log-adjacency-changes
network 150.50.9.0 0.0.0.63 area 0
network 150.50.17.0 0.0.0.255 area 3
network 150.50.24.0 0.0.0.255 area 1
network 150.50.100.0 0.0.0.31 area 0
network 200.0.0.2 0.0.0.0 area 0
neighbor 150.50.100.6
neighbor 150.50.100.5
!
dialer-list 1 protocol ip permit
===============================================
r5:
version 12.2
!
hostname r5
username r2 password 0 cisco
isdn switch-type basic-ni
!
interface Loopback0
ip address 200.0.0.5 255.255.255.255
!
interface Ethernet0
ip address 150.50.7.5 255.255.255.128
!
interface Serial0
ip address 150.50.100.5 255.255.255.224
encapsulation frame-relay
ip ospf priority 0
frame-relay map ip 150.50.100.2 501 broadcast
!
interface BRI0
ip address 150.50.9.5 255.255.255.192
encapsulation ppp
shutdown
dialer idle-timeout 60
dialer map ip 150.50.9.2 name r2 broadcast
dialer load-threshold 1 outbound
isdn switch-type basic-ni
isdn spid1 5201 8995201
isdn spid2 5202 8995202
cdapi buffers regular 0
cdapi buffers raw 0
cdapi buffers large 0
ppp authentication chap
ppp multilink
!
router ospf 1
log-adjacency-changes
network 150.50.7.0 0.0.0.127 area 0
network 150.50.9.0 0.0.0.63 area 0
network 150.50.100.0 0.0.0.31 area 0
network 200.0.0.5 0.0.0.0 area 0
===============================================
TIA --Jason



This archive was generated by hypermail 2.1.4 : Thu Mar 03 2005 - 08:51:17 GMT-3