Als debug staat aan:
Onze debug
Hier onze config
Iemand weet wat er hier mis gaat ?
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
| Router1#sh debugging Dial on demand: Dial on demand events debugging is on Dial on demand packets debugging is on PPP: PPP authentication debugging is on First bytes of multilink packet debugging is on The following ISDN debugs are enabled on all DSLs: debug isdn error is ON. debug isdn event is ON. debug isdn q921 is ON. debug isdn q931 is ON. |
Onze debug
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| Router1#isdn test call interface bri 0 0676085000 Router1# 00:19:06: BR0 DDR: Attempting to dial 0676085000 00:19:06: ISDN BR0 EVENT: UserIdle: callid 0x800D received ISDN_CALL (0x0) 00:19:06: ISDN BR0 EVENT: handle_l2d_srq_mail: Activating Layer 1 00:19:14: ISDN BR0 EVENT: isdn_layer1_failure: Layer 1 not active even after T3 delay 00:19:14: BRI0: wait for isdn carrier timeout, call id=0x800D 00:19:60129542208: ISDN BR0 Q931: L3_ShutDown: Shutting down ISDN Layer 3 00:19:60139773252: ISDN BR0 EVENT: process_rxstate: ces/callid 1/0x800D calltype 1 HOST_DISCONNECT_ACK 00:19:60139772700: ISDN BR0 **ERROR**: host_disconnect_ack: Unfound B-channel on Disconnect_Ack call id 0x800D 00:19:14: ISDN BR0 EVENT: service_queue_from_physical_layer: Recvd L1 prim 3 sta te is 3 |
Hier onze config
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
| Current configuration : 1182 bytes ! version 12.3 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router1 ! boot-start-marker boot-end-marker ! enable secret 5 $1$mx88$8SvJzmIGC6RcMy29pyoIo0 ! username castel309584 password 0 ES5Xkff$ no aaa new-model ip subnet-zero no ip domain lookup ! isdn switch-type basic-net3 ! ! ! interface Ethernet0 ip address 10.10.0.254 255.0.0.0 shutdown no cdp enable ! interface BRI0 no ip address encapsulation ppp shutdown dialer pool-member 1 isdn switch-type basic-net3 ppp authentication chap ! interface Dialer1 description inbelverbinding ip address negotiated encapsulation ppp no ip split-horizon dialer-group 1 no cdp enable ppp authentication chap ppp chap hostname xxxxxxxxxxxxxx ppp chap password 0 xxxxxxxxxxxxx ! ip classless ip route 0.0.0.0 0.0.0.0 Dialer1 permanent ip http server ! access-list 100 permit ip any any dialer-list 1 protocol ip list 100 dialer-list 2 protocol ip permit no cdp run ! line con 0 transport preferred all transport output all stopbits 1 line vty 0 4 login transport preferred all transport input all transport output all ! no rcapi server ! ! ! end |
Iemand weet wat er hier mis gaat ?