OSPF DDR: Dialer up, but encapsulation failed

From: jasonyeung@21cn.net
Date: Sun Nov 28 2004 - 23:57:13 GMT-3


Dear all,

I did a step by step practice of http://www.cisco.com/en/US/tech/tk801/tk133/technologies_configuration_example09186a008009455e.shtml

The show running are:

krimson#s
Building configuration...

Current configuration : 1658 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname krimson
!
!
username kevin password 0 test1
ip subnet-zero
!
!
no ip domain lookup
!
isdn switch-type basic-net3
!
interface Loopback0
 ip address 10.8.8.1 255.255.255.0
 ip ospf network point-to-point
!
interface Ethernet0/0
 no ip address
 shutdown
 half-duplex
!
interface BRI0/0
 description ISDN # 25583923
 no ip address
 encapsulation ppp
 load-interval 30
 dialer pool-member 1
 isdn switch-type basic-net3
 no keepalive
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
 no fair-queue
!
interface Serial0/0.1 point-to-point
 ip address 10.5.5.1 255.255.255.0
 frame-
*Mar 1 00:03:20.448: %SYS-5-CONFIG_I: Configured from console by consolerelay interface-dlci 30
!
interface Dialer0
 mtu 1450
 ip address 10.9.9.1 255.255.255.0
 encapsulation ppp
 dialer pool 1
 dialer remote-name kevin
 dialer string 25583917
 dialer watch-group 1
 dialer-group 1
 ppp authentication chap
!
interface Dialer1
 no ip address
 no cdp enable
!
router ospf 1
 log-adjacency-changes
 network 10.5.5.0 0.0.0.255 area 0
 network 10.8.8.0 0.0.0.255 area 0
 network 10.9.9.0 0.0.0.255 area 0
!
ip http server
ip classless
!
!
access-list 101 deny ospf any any
access-list 101 permit ip any any
dialer watch-list 1 ip 10.7.7.0 255.255.255.0
dialer-list 1 protocol ip list 101
!
!
!
!
!
alias exec c configur t
alias exec s show run
alias exec sir show ip rout
alias exec sib show ip int brie
alias exec u undeb all
!
line con 0
line aux 0
line vty 0 4
 login
!
!
!
end

krimson#
TermServer#2
[Resuming connection 2 to r9 ... ]
s
% Ambiguous command: "s"
kevin(config-if)#^Z
kevin#s
Building configuration...

Current configuration : 1945 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname kevin
!
!
username krimson password 0 test1
ip subnet-zero
!
!
no ip domain lookup
!
mpls ldp logging neighbor-changes
isdn switch-type basic-net3
!
!
interface Loopback0
 ip address 10.7.7.1 255.255.255.0
 ip ospf network point-to-point
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
 clockrate 4000000
 no fair-queue
!
interface Serial0/0.1 point-to-point
 ip address 10.5.5.2 255.255.255.0
 frame-relay interface-dlci 20
!
interface BRI0/0
 description ISDN # 25583917
 no ip address
 encap
*Mar 1 00:04:17.116: %SYS-5-CONFIG_I: Configured from console by consolesulation ppp
 load-interval 30
 isdn switch-type basic-net3
!
interface Dialer0
 mtu 1450
 ip address 10.9.9.2 255.255.255.0
 encapsulation ppp
 dialer pool 1
 dialer remote-name krimson
 dialer-group 1
 ppp authentication chap
!
router ospf 1
 log-adjacency-changes
 network 10.5.5.0 0.0.0.255 area 0
 network 10.7.7.0 0.0.0.255 area 0
 network 10.9.9.0 0.0.0.255 area 0
!
ip http server
ip classless
!
!
dialer-list 1 protocol ip permit
!
alias exec sir show ip route
alias exec s show run
alias exec c conf t
alias exec sib show ip int brie
alias exec u undebug all
!
line con 0
line aux 0
line vty 0 4
 login
!
!
!
end

and here is the debug message:

Enter configuration commands, one per line. End with CNTL/Z.
krimson(config)#int s0/0
krimson(config-if)#sh
krimson(config-if)#
*Mar 1 00:03:59.680: %OSPF-5-ADJCHG: Process 1, Nbr 10.7.7.1 on Serial0/0.1 from FULL to DOWN, Neighbor Down: Interface down or detached
*Mar 1 00:03:59.692: DDR: Dialer Watch: watch-group = 1
*Mar 1 00:03:59.692: DDR: network 10.7.7.0/255.255.255.0 DOWN,
*Mar 1 00:03:59.692: DDR: primary DOWN
*Mar 1 00:03:59.692: DDR: Dialer Watch: Dial Reason: Primary of group 1 DOWN
*Mar 1 00:03:59.692: DDR: Dialer Watch: watch-group = 1,
*Mar 1 00:03:59.692: BR0/0 DDR: rotor dialout [best] least recent failure is also most recent failure
*Mar 1 00:03:59.696: BR0/0 DDR: rotor dialout [best] trying untried dialout
*Mar 1 00:03:59.696: BR0/0 DDR: rotor dialout [best] also has most recent failure
*Mar 1 00:03:59.696: BR0/0 DDR: rotor dialout [best]
*Mar 1 00:03:59.696: DDR: dialing secondary by dialer string 25583917 on Di0
*Mar 1 00:03:59.696: BR0/0 DDR: Attempting to dial 25583917
*Mar 1 00:04:00.061: %LINK-3-UPDOWN: Interface BRI0/0:2, changed state to up
*Mar 1 00:04:00.061: BR0/0:2 DDR: Dialer Watch: resetting call in progress
*Mar 1 00:04:00.065: BR0/0:2: interface must be fifo queue, force fifo
*Mar 1 00:04:00.065: %DIALER-6-BIND: Interface BR0/0:2 bound to profile Di0
*Mar 1 00:04:00.069: BR0/0:2 PPP: Using dialer call direction
*Mar 1 00:04:00.073: BR0/0:2 PPP: Treating connection as a callout
*Mar 1 00:04:00.073: BR0/0:2 PPP: Authorization required
*Mar 1 00:04:00.085: BR0/0:2 CHAP: O CHALLENGE id 1 len 28 from "krimson"
*Mar 1 00:04:00.105: BR0/0:2 CHAP: I RESPONSE id 1 len 26 from "kevin"
*Mar 1 00:04:00.105: BR0/0:2 PPP: Sent CHAP LOGIN Request
*Mar 1 00:04:00.109: BR0/0:2 PPP: Received LOGIN Response PASS
*Mar 1 00:04:00.109: BR0/0:2 DDR: Remote name for kevin
*Mar 1 00:04:00.113: BR0/0:2 PPP: Sent LCP AUTHOR Request
*Mar 1 00:04:00.113: BR0/0:2 LCP: Received AAA AUTHOR Response PASS
*Mar 1 00:04:00.113: BR0/0:2 CHAP: O SUCCESS id 1 len 4
*Mar 1 00:04:01.119: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0/0:2, changed state to up
*Mar 1 00:04:01.676: %LINK-5-CHANGED: Interface Serial0/0, changed state to administratively down
*Mar 1 00:04:02.677: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to down
krimson(config-if)#^Z
krimson#
*Mar 1 00:04:05.858: %SYS-5-CONFIG_I: Configured from console by console
*Mar 1 00:04:06.071: %ISDN-6-CONNECT: Interface BRI0/0:2 is now connected to 25583917 kevin
krimson#sh isdn ac
--------------------------------------------------------------------------------
                                ISDN ACTIVE CALLS
--------------------------------------------------------------------------------
Call Calling Called Remote Seconds Seconds Seconds Charges
Type Number Number Name Used Left Idle Units/Currency
--------------------------------------------------------------------------------
Out ---N/A--- 25583917 kevin 12 107 12 0
--------------------------------------------------------------------------------

krimson#sh isdn ac
--------------------------------------------------------------------------------
                                ISDN ACTIVE CALLS
--------------------------------------------------------------------------------
Call Calling Called Remote Seconds Seconds Seconds Charges
Type Number Number Name Used Left Idle Units/Currency
--------------------------------------------------------------------------------
Out ---N/A--- 25583917 kevin 15 104 15 0
--------------------------------------------------------------------------------

krimson#sh isdn ac
--------------------------------------------------------------------------------
                                ISDN ACTIVE CALLS
--------------------------------------------------------------------------------
Call Calling Called Remote Seconds Seconds Seconds Charges
Type Number Number Name Used Left Idle Units/Currency
--------------------------------------------------------------------------------
Out ---N/A--- 25583917 kevin 16 103 16 0
--------------------------------------------------------------------------------

krimson#sh isdn ac
--------------------------------------------------------------------------------
                                ISDN ACTIVE CALLS
--------------------------------------------------------------------------------
Call Calling Called Remote Seconds Seconds Seconds Charges
Type Number Number Name Used Left Idle Units/Currency
--------------------------------------------------------------------------------
Out ---N/A--- 25583917 kevin 18 101 18 0
--------------------------------------------------------------------------------

krimson#sh isdn ac
--------------------------------------------------------------------------------
                                ISDN ACTIVE CALLS
--------------------------------------------------------------------------------
Call Calling Called Remote Seconds Seconds Seconds Charges
Type Number Number Name Used Left Idle Units/Currency
--------------------------------------------------------------------------------
Out ---N/A--- 25583917 kevin 20 99 20 0
--------------------------------------------------------------------------------

krimson#sh isdn ac
--------------------------------------------------------------------------------
                                ISDN ACTIVE CALLS
--------------------------------------------------------------------------------
Call Calling Called Remote Seconds Seconds Seconds Charges
Type Number Number Name Used Left Idle Units/Currency
--------------------------------------------------------------------------------
Out ---N/A--- 25583917 kevin 21 98 21 0
--------------------------------------------------------------------------------

krimson#de
krimson#debg
krimson#debu
krimson#debug ip pac de
IP packet debugging is on (detailed)
krimson#
krimson#
*Mar 1 00:04:32.278: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, sending broad/multicast, proto=89
*Mar 1 00:04:32.278: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, encapsulation failed, proto=89
krimson#^Z
krimson#sh is
*Mar 1 00:04:42.278: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, sending broad/multicast, proto=89
*Mar 1 00:04:42.278: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, encapsulation failed, proto=89dn statu
krimson#sh isdn status
Global ISDN Switchtype = basic-net3
ISDN BRI0/0 interface
        dsl 0, interface ISDN Switchtype = basic-net3
    Layer 1 Status:
        ACTIVE
    Layer 2 Status:
        TEI = 70, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
    Layer 3 Status:
        1 Active Layer 3 Call(s)
        CCB:callid=8005, sapi=0, ces=1, B-chan=2, calltype=DATA, hdlctype=HDLC-TRUNK
    Active dsl 0 CCBs = 1
    The Free Channel Mask: 0x80000001
    Total Allocated ISDN CCBs = 1
krimson#
krimson#
krimson#
*Mar 1 00:04:52.278: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, sending broad/multicast, proto=89
*Mar 1 00:04:52.278: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, encapsulation failed, proto=89
krimson#
krimson#
krimson#
krimson#
*Mar 1 00:05:02.279: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, sending broad/multicast, proto=89
*Mar 1 00:05:02.279: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, encapsulation failed, proto=89
krimson#isdn test dis
krimson#isdn test disconnect int bri0/0 all
krimson#
*Mar 1 00:05:12.279: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, sending broad/multicast, proto=89
*Mar 1 00:05:12.279: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, encapsulation failed, proto=89
*Mar 1 00:05:13.714: BR0/0:1 DDR: disconnecting call
*Mar 1 00:05:13.714: BR0/0:2 DDR: disconnecting call
*Mar 1 00:05:13.714: BR0/0:2 DDR: Dialer Watch: resetting call in progress
*Mar 1 00:05:13.714: DDR: Dialer Watch: watch-group = 1
*Mar 1 00:05:13.714: DDR: network 10.7.7.0/255.255.255.0 DOWN,
*Mar 1 00:05:13.714: DDR: primary DOWN
*Mar 1 00:05:13.718: %ISDN-6-DISCONNECT: Interface BRI0/0:2 disconnected from 25583917 kevin, call lasted 73 seconds
*Mar 1 00:05:13.826: %LINK-3-UPDOWN: Interface BRI0/0:2, changed state to down
*Mar 1 00:05:13.826: BR0/0 DDR: has total 0 call(s), dial_out 0, dial_in 0
*Mar 1 00:05:13.830: BR0/0:2 DDR: disconnecting call
*Mar 1 00:05:13.830: DDR: Dialer Watch: watch-group = 1
*Mar 1 00:05:13.830: DDR: network 10.7.7.0/255.255.255.0 DOWN,
*Mar 1 00:05:13.830: DDR: primary DOWN
*Mar 1 00:05:13.830: DDR: Dialer Watch: Dial Reason: Secondary of group 1 DOWN
*Mar 1 00:05:13.834: DDR: Dialer Watch: watch-group = 1,
*Mar 1 00:05:13.834: BR0/0 DDR: rotor dialout [best] least recent failure is also most recent failure
*Mar 1 00:05:13.834: BR0/0 DDR: rotor dialout [best] trying untried dialout
*Mar 1 00:05:13.834: BR0/0 DDR: rotor dialout [best] also has most recent failure
*Mar 1 00:05:13.834: BR0/0 DDR: rotor dialout [best]
*Mar 1 00:05:13.834: DDR: dialing secondary by dialer string 25583917 on Di0
*Mar 1 00:05:13.834: BR0/0 DDR: Attempting to dial 25583917
*Mar 1 00:05:13.838: BR0/0:2 DDR: disconnecting call
*Mar 1 00:05:13.838: DDR: Dialer Watch: watch-group = 1
*Mar 1 00:05:13.838: DDR: network 10.7.7.0/255.255.255.0 DOWN,
*Mar 1 00:05:13.838: DDR
krimson#: primary DOWN
*Mar 1 00:05:13.838: DDR: Dialer Watch: Dial Reason: Secondary of group 1 DOWN
*Mar 1 00:05:13.838: DDR: Dialer Watch: watch-group = 1,
*Mar 1 00:05:13.838: %DIALER-6-UNBIND: Interface BR0/0:2 unbound from profile Di0
*Mar 1 00:05:14.210: %LINK-3-UPDOWN: Interface BRI0/0:1, changed state to up
*Mar 1 00:05:14.214: BR0/0:1 DDR: Dialer Watch: resetting call in progress
*Mar 1 00:05:14.214: BR0/0:1: interface must be fifo queue, force fifo
*Mar 1 00:05:14.214: %DIALER-6-BIND: Interface BR0/0:1 bound to profile Di0
*Mar 1 00:05:14.222: BR0/0:1 PPP: Using dialer call direction
*Mar 1 00:05:14.222: BR0/0:1 PPP: Treating connection as a callout
*Mar 1 00:05:14.222: BR0/0:1 PPP: Authorization required
*Mar 1 00:05:14.238: BR0/0:1 CHAP: O CHALLENGE id 1 len 28 from "krimson"
*Mar 1 00:05:14.254: BR0/0:1 CHAP: I RESPONSE id 1 len 26 from "kevin"
*Mar 1 00:05:14.254: BR0/0:1 PPP: Sent CHAP LOGIN Request
*Mar 1 00:05:14.258: BR0/0:1 PPP: Received LOGIN Response PASS
*Mar 1 00:05:14.258: BR0/0:1 DDR: Remote name for kevin
*Mar 1 00:05:14.262: BR0/0:1 PPP: Sent LCP AUTHOR Request
*Mar 1 00:05:14.262: BR0/0:1 LCP: Received AAA AUTHOR Response PASS
*Mar 1 00:05:14.262: BR0/0:1 CHAP: O SUCCESS id 1 len 4
*Mar 1 00:05:14.827: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0/0:2, changed state to down
*Mar 1 00:05:15.268: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0/0:1, changed state to up
krimson#
krimson#
*Mar 1 00:05:20.220: %ISDN-6-CONNECT: Interface BRI0/0:1 is now connected to 25583917 kevin
krimson#
krimson#
*Mar 1 00:05:22.280: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, sending broad/multicast, proto=89
*Mar 1 00:05:22.280: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, encapsulation failed, proto=89
krimson#
krimson#
krimson#c
Enter configuration commands, one per line. End with CNTL/Z.
krimson(config)#int s0/0
krimson(config-if)#no
% Incomplete command.

krimson(config-if)#no
*Mar 1 00:05:32.280: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, sending broad/multicast, proto=89
*Mar 1 00:05:32.280: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, encapsulation failed, proto=89 sh
krimson(config-if)#
krimson(config-if)#
krimson(config-if)#
*Mar 1 00:05:34.516: IP: s=10.5.5.1 (local), d=224.0.0.5 (Serial0/0.1), len 76, sending broad/multicast, proto=89^Z
krimson#
*Mar 1 00:05:36.515: %LINK-3-UPDOWN: Interface Serial0/0, changed state to up
krimson#
*Mar 1 00:05:36.555: %SYS-5-CONFIG_I: Configured from console by console
*Mar 1 00:05:37.517: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up
krimson#sir
Codes: C - connected, S - static, 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
       i - IS-IS, su - IS-IS summary, 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 not set

     10.0.0.0/24 is subnetted, 2 subnets
C 10.9.9.0 is directly connected, Dialer0
C 10.8.8.0 is directly connected, Loopback0
krimson#s
*Mar 1 00:05:42.280: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, sending broad/multicast, proto=89
*Mar 1 00:05:42.280: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, encapsulation failed, proto=89h isdn
krimson#sh isdn ac
--------------------------------------------------------------------------------
                                ISDN ACTIVE CALLS
--------------------------------------------------------------------------------
Call Calling Called Remote Seconds Seconds Seconds Charges
Type Number Number Name Used Left Idle Units/Currency
--------------------------------------------------------------------------------
Out ---N/A--- 25583917 kevin 31 88 31 0
--------------------------------------------------------------------------------

krimson#
*Mar 1 00:05:46.523: IP: s=10.5.5.1 (local), d=224.0.0.5 (Serial0/0.1), len 76, sending broad/multicast, proto=89isdn
krimson#isdn test di
krimson#isdn test disconnect in
*Mar 1 00:05:52.281: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, sending broad/multicast, proto=89
*Mar 1 00:05:52.281: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, encapsulation failed, proto=89
*Mar 1 00:05:53.002: IP: s=10.5.5.2 (Serial0/0.1), d=224.0.0.5, len 76, rcvd 0, proto=89
krimson#isdn test disconnect in
*Mar 1 00:05:56.524: IP: s=10.5.5.1 (local), d=224.0.0.5 (Serial0/0.1), len 80, sending broad/multicast, proto=89
*Mar 1 00:05:56.608: IP: s=10.5.5.2 (Serial0/0.1), d=224.0.0.5, len 64, rcvd 0, proto=89
*Mar 1 00:05:56.612: IP: s=10.5.5.1 (local), d=224.0.0.5 (Serial0/0.1), len 64, sending broad/multicast, proto=89
*Mar 1 00:05:56.712: IP: s=10.5.5.2 (Serial0/0.1), d=224.0.0.5, len 104, rcvd 0, proto=89
*Mar 1 00:05:56.712: IP: s=10.5.5.1 (local), d=224.0.0.5 (Serial0/0.1), len 104, sending broad/multicast, proto=89
*Mar 1 00:05:56.716: IP: s=10.5.5.1 (local), d=224.0.0.5 (Serial0/0.1), len 56, sending broad/multicast, proto=89
*Mar 1 00:05:56.812: IP: s=10.5.5.2 (Serial0/0.1), d=224.0.0.5, len 64, rcvd 0, proto=89
*Mar 1 00:05:56.812: IP: s=10.5.5.2 (Serial0/0.1), d=224.0.0.5, len 56, rcvd 0, proto=89
*Mar 1 00:05:56.812: IP: s=10.5.5.2 (Serial0/0.1), d=224.0.0.5, len 108, rcvd 0, proto=89
*Mar 1 00:05:56.816: IP: s=10.5.5.1 (local), d=224.0.0.5 (Serial0/0.1), len 64, sending broad/multicast, proto=89
*Mar 1 00:05:56.816: IP: s=10.5.5.1 (local), d=224.0.0.5 (Serial0/0.1), len 108, sending broad/multicast, proto=89
*Mar 1 00:05:56.908: IP: s=10.5.5.2 (Serial0/0.1), d=224.0.0.5, len 64, rcvd 0, proto=89
*Mar 1 00:05:56.912: %OSPF-5-ADJCHG: Process 1, Nbr 10.7.7.1 on Serial0/0.1 from LOADING to FULL, Loading Done
*Mar 1 00:05:57.413: IP: s=10.5.5.1 (local), d=224.0.0.5 (Serial0/0.1), len 120, sending broad/multicast, proto=89
krimson#
*Mar 1 00:05:59.316: IP: s=10.5.5.2 (Serial0/0.1), d=224.0.0.5, len 120, rcvd 0, proto=89
*Mar 1 00:05:59.320: IP: s=10.5.5.1 (local), d=224.0.0.5 (Serial0/0.1), len 84, sending broad/multicast, proto=89
*Mar 1 00:05:59.413: IP: s=10.5.5.2 (Serial0/0.1), d=224.0.0.5, len 64, rcvd 0, proto=89
krimson#
*Mar 1 00:06:02.281: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, sending broad/multicast, proto=89
*Mar 1 00:06:02.281: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, encapsulation failed, proto=89
*Mar 1 00:06:02.309: IP: s=10.5.5.1 (local), d=224.0.0.5 (Serial0/0.1), len 120, sending broad/multicast, proto=89
*Mar 1 00:06:02.918: IP: s=10.5.5.2 (Serial0/0.1), d=224.0.0.5, len 80, rcvd 0, proto=89
krimson#
*Mar 1 00:06:04.922: IP: s=10.5.5.2 (Serial0/0.1), d=224.0.0.5, len 64, rcvd 0, proto=89so
krimson#so
krimson#s
*Mar 1 00:06:06.524: IP: s=10.5.5.1 (local), d=224.0.0.5 (Serial0/0.1), len 80, sending broad/multicast, proto=8
krimson#
krimson#sh ip os nei

Neighbor ID Pri State Dead Time Address Interface
10.7.7.1 0 FULL/ - 00:00:32 10.5.5.2 Serial0/0.1
krimson#
*Mar 1 00:06:12.282: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, sending broad/multicast, proto=89
*Mar 1 00:06:12.282: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, encapsulation failed, proto=89
*Mar 1 00:06:12.851: IP: s=10.5.5.2 (Serial0/0.1), d=224.0.0.5, len 80, rcvd 0, proto=89
krimson#
krimson#sir
Codes: C - connected, S - static, 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
       i - IS-IS, su - IS-IS summary, 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 not set

     10.0.0.0/24 is subnetted, 4 subnets
C 10.9.9.0 is directly connected, Dialer0
C 10.8.8.0 is directly connected, Loopback0
O 10.7.7.0 [110/65] via 10.5.5.2, 00:00:17, Serial0/0.1
C 10.5.5.0 is directly connected, Serial0/0.1
krimson#
*Mar 1 00:06:16.525: IP: s=10.5.5.1 (local), d=224.0.0.5 (Serial0/0.1), len 80, sending broad/multicast, proto=89
krimson#sh isdn ac
--------------------------------------------------------------------------------
                                ISDN ACTIVE CALLS
--------------------------------------------------------------------------------
Call Calling Called Remote Seconds Seconds Seconds Charges
Type Number Number Name Used Left Idle Units/Currency
--------------------------------------------------------------------------------
Out ---N/A--- 25583917 kevin 68 51 68 0
--------------------------------------------------------------------------------

krimson#
*Mar 1 00:06:22.282: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, sending broad/multicast, proto=89
*Mar 1 00:06:22.282: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, encapsulation failed, proto=89
*Mar 1 00:06:22.855: IP: s=10.5.5.2 (Serial0/0.1), d=224.0.0.5, len 80, rcvd 0, proto=89
krimson#c
Enter configuration commands, one per line. End with CNTL/Z.
krimson(config)#int
*Mar 1 00:06:26.525: IP: s=10.5.5.1 (local), d=224.0.0.5 (Serial0/0.1), len 80, sending broad/multicast, proto=8^Z
% Incomplete command.

krimson#^Z
krimson#isdn
*Mar 1 00:06:29.414: %SYS-5-CONFIG_I: Configured from console by console test d
*Mar 1 00:06:32.282: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, sending broad/multicast, proto=89
*Mar 1 00:06:32.282: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, encapsulation failed, proto=89
*Mar 1 00:06:32.871: IP: s=10.5.5.2 (Serial0/0.1), d=224.0.0.5, len 80, rcvd 0, proto=89is
krimson#isdn test disconnect int bri 0/
*Mar 1 00:06:36.525: IP: s=10.5.5.1 (local), d=224.0.0.5 (Serial0/0.1), len 80, sending broad/multicast, proto=890 all
krimson#
krimson#
*Mar 1 00:06:39.302: BR0/0:1 DDR: disconnecting call
*Mar 1 00:06:39.306: BR0/0:1 DDR: Dialer Watch: resetting call in progress
*Mar 1 00:06:39.306: DDR: Dialer Watch: watch-group = 1
*Mar 1 00:06:39.306: DDR: network 10.7.7.0/255.255.255.0 UP,
*Mar 1 00:06:39.306: DDR: primary UP
*Mar 1 00:06:39.306: BR0/0:2 DDR: disconnecting call
*Mar 1 00:06:39.310: %ISDN-6-DISCONNECT: Interface BRI0/0:1 disconnected from 25583917 kevin, call lasted 85 seconds
*Mar 1 00:06:39.418: %LINK-3-UPDOWN: Interface BRI0/0:1, changed state to down
*Mar 1 00:06:39.422: BR0/0 DDR: has total 0 call(s), dial_out 0, dial_in 0
*Mar 1 00:06:39.422: %DIALER-6-UNBIND: Interface BR0/0:1 unbound from profile Di0
*Mar 1 00:06:39.426: BR0/0:1 DDR: disconnecting call
*Mar 1 00:06:40.420: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0/0:1, changed state to down
krimson#
krimson#
krimson#
*Mar 1 00:06:42.283: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, sending broad/multicast, proto=89
*Mar 1 00:06:42.283: IP: s=10.9.9.1 (local), d=224.0.0.5 (Dialer0), len 76, encapsulation failed, proto=89
*Mar 1 00:06:42.888: IP: s=10.5.5.2 (Serial0/0.1), d=224.0.0.5, len 80, rcvd 0, proto=89u
All possible debugging has been turned off

Cheers,
Jason YEUNG



This archive was generated by hypermail 2.1.4 : Thu Dec 02 2004 - 06:57:50 GMT-3