cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
634
Views
5
Helpful
1
Replies

How to resolve this on BRI back to back: BRI0/2/0: !!!CHECK CLOCK SOURCE!!!

iantra123
Level 3
Level 3

Hello,

I'm doing a test using a BRI back to back. using two(2) Cisco 2800 with VIC2-2BRI NT/TE.

After I've configured, I have this error on the router Network side.

I've already checked with IOS 12.4.24YB, 15.1.3T but no success. I have the same issue.

Is there any workaround? how to Check the clock source.

Below is the output of debug isdn q921.

TestBRI#
TestBRI#cle
TestBRI#clear interface brI 0/2/0
TestBRI#
*Jul 17 14:38:44.159: ISDN BR0/2/0 Q921: Net RX <- IDREQ ri=24872 ai=127
*Jul 17 14:38:44.163: ISDN BR0/2/0 Q921: Net TX -> IDASSN ri=24872 ai=64
*Jul 17 14:38:44.175: ISDN BR0/2/0 Q921: Net RX <- SABMEp sapi=0 tei=64
*Jul 17 14:38:44.179: ISDN BR0/2/0 Q921: S4_SABME: Sending UA
*Jul 17 14:38:44.179: %ISDN-6-LAYER2UP: Layer 2 for Interface BR0/2/0, TEI 64 changed to up
*Jul 17 14:38:44.179: ISDN BR0/2/0 Q921: Net TX -> UAf sapi=0 tei=64
*Jul 17 14:38:44.199: %LINK-3-UPDOWN: Interface BRI0/2/0, changed state to up
*Jul 17 14:38:45.175: ISDN BR0/2/0 Q921: Net RX <- SABMEp sapi=0 tei=64
*Jul 17 14:38:45.175: ISDN BR0/2/0 Q921: Net TX -> UAf sapi=0 tei=64
*Jul 17 14:38:45.443: BRI0/2/0: !!!CHECK CLOCK SOURCE!!! and the interface is disabled due to Lost framing count of 41 in the past 32 msec.
*Jul 17 14:38:45.455: %ISDN-6-LAYER2DOWN: Layer 2 for Interface BR0/2/0, TEI 64 changed to down
*Jul 17 14:38:45.507: %LINK-3-UPDOWN: Interface BRI0/2/0, changed state to down
TestBRI#
TestBRI#

 

------

Below is the config on the routers

R1-------------- Network Side  --------

network-clock-participate wic 2

isdn switch-type basic-net3

!
interface BRI0/2/0
 no ip address
 isdn switch-type basic-net3
 isdn protocol-emulate network
 isdn tei-negotiation first-call
 isdn layer1-emulate network
 isdn incoming-voice voice
 isdn skipsend-idverify
 line-power
!

 

R2 ----------User Side   ---

interface BRI0/2/0
 no ip address
 isdn switch-type basic-net3
 isdn point-to-point-setup
 isdn incoming-voice voice

 

------------------------------------

 

Thank you very much

Antra

 

1 Reply 1

Wilson Samuel
Level 7
Level 7

Hi,

Havent' worked on BRIs for some time, hence just wanted to try if not already

network-clock-select  command on the global config and see if you can get this turned around?

HTH