<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>The first time this happened a year or so ago the CLEC CO techs insisted that I must change to “t1 1 clock source line” even though we had always used “t1 1 clock source internal” in the past.  I’ve changed half back to internal and half to line to see what happens a few months from now.  <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Richey<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> VoiceOps [mailto:voiceops-bounces@voiceops.org] <b>On Behalf Of </b>Paul Timmins<br><b>Sent:</b> Monday, November 04, 2013 5:18 PM<br><b>To:</b> myaklin@g4.net<br><b>Cc:</b> voiceops@voiceops.org<br><b>Subject:</b> Re: [VoiceOps] Adtran TA900 timing problems<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>There's a few items to this:<br><br>The 7204/7206VXR don't have a BITS reference input or a bus to transport synchronization around the unit. If you're using the PA-MC-T3 or PA-MC-2T3 or the various EC variants, the T3 controller should be set for line clocking (provided you are coming off a DCS or SONET node that has valid clock). Only time I'd use clock source internal on the PA-MC-T3 card's T3 ports is if I'm feeding a DS3 mux directly from it, without any DCS or SONET transport - literally like a breakout box.<br><br>The embedded DS1s are completely unlocked from this frequency. You have the option of internal timing on the embedded DS1s (the default) or line timing (controller t3 1/0, t1 1 clock source line, etc). Timing is only synchronous between DS1s on the same DS3 (or maybe same card, I'm not totally clear, and usually assume it's per-port for safety's sake).<br><br>So if you have a TA900, it should be set to line timing, and if it has multiple DS1s, they must all land on the same DS3 on the 7200VXR. Cisco routers don't care because they don't have a common sync source internally, but Adtrans require all connected T1s to run in sync with the chassis, and the chassis can have a primary and secondary timing source, which can be any of the DS1s or internal (tertiary is automatically internal if the primary and secondary are both down).<br><br>If the 7200VXR had BITS timing internally, and each port had a chassis sync source, you could pull T1s from not just this router, but any isochronous router. But it doesn't, and the DS3 line timing is completely independent of how the DS1s get clocked. You get the internal free running quartz source, or the line itself. Forget clocking off an embedded DS1 - each DS1 can run out of sync with each other just fine.<br><br>(This is why you'll see that a PRI coming off the DSX1 port of the unit won't run in sync with a TDM T1 coming from a real switch. The real switch uses BITS clocking, and the poor Adtran is off in lala land, with whatever the crystal oscillator on board the PA-MC-T3 card feels like sending. It's perfectly stable clocking, mind you, but it exists in a world of its own, dependent on nothing else)<br><br>So a valid config would be like:<br>controller T3 1/0<br>clock source line<br>t1 1 channel-group 0 timeslots 1-24<br>t1 1 clock source internal (default)<br><br>And then on the adtran: <br>timing-source primary t1 0/1<br><br>(these commands are off the top of my head, so if they're a bit off in syntax, give me partial credit for a good memory, rather than bad markings for a poor transcription)<br><br>And that is, as they say, the other half of the story.<br><br>-Paul<br><br>On Mon, 11/04/2013 04:54 PM, Matt Yaklin <<a href="mailto:myaklin@g4.net">myaklin@g4.net</a>> wrote:<o:p></o:p></span></p><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>On Mon, 4 Nov 2013, Jay Hennigan wrote:<br><br>> On 11/4/13 9:41 AM, Matt Yaklin wrote:<br>>><br>>> I forgot to mention that the cisco T1s on the DS3 use line<br>>> timing in my setup. So line and line on both sides. The T1<br>>> and the Adtran.<br>><br>> Don't do that then. :-)<br>><br>> Every T1 span must have exactly one source of clocking.<br>><br><br><br>Yea, I saw that as I was typing out my email but did not<br>change it. I just did now. Why it was set that way? I am unsure.<br>Probably because a mistake was made and then duplicated. Then<br>we probably followed the good old if it aint broken dont fix it.<br><br>I am sure I will be punished with a few support calls over the<br>next day for touching it. ;-)<br><br>But... see below...<br><br><br>> My recommendation is to configure the T3 controller on the 7206VXR to<br>> internal clocking on all of its T1s, and clock the Adtrans from T1 0/1<br>> (line).<br>><br>> If both sides are set to internal, you'll get clock slips as the<br>> oscillators drift slightly with respect to each other.<br>><br>> If both sides are set to line, then there's no reference clock. The<br>> line will probably sync up initially as the free-running T1 will be<br>> close enough to sync. Over time the frequency will drift up or down<br>> until one side can no longer sync. In some cases they'll recover on<br>> their own, and in others you need to shut/no shut or otherwise force a<br>> resync.<br>><br>> So, don't do that.<br>><br><br><br>But things get even more complicated then that if you wish to be<br>a clocking purist. Here we are talking about timing over a DS3. To<br>some that is ? humurous ?.<br><br>This is a post from the Taqua mailing list from Dave Long. Pretty<br>interesting if you are talking about timing and DS3s! I obviously had<br>a mistake in my config but even when corrected it is still, technically,<br>wrong?<br><br>I would love to know what people's opinions are of the post below.<br>I bet Paul has read it a few times now.<br><br><br>------------------------------------------------------------------------------<br>david.long at taqua.com<br><br>Springtime for Switching<br><br>Ahhh, its springtime! In the switch supplier business, that means two <br>things:<br>1) More release upgrades (since the holiday season is well behind us, we <br>get larger numbers of upgrade requests)<br>2) GR-303/PRI issues/outages due to network clocking problems.<br><br>Number 2 is somewhat related to number 1, but not always... But, that's <br>what I'm here to talk about...<br><br>When we deployed some of our first switches, we saw network clocking <br>reference problems due to not getting a valid clock reference to the <br>switch. We changed our installation process to check for this early in <br>the deployment process. The T7000 has a lot of logic to constantly <br>monitor and qualify multiple clock sources, and to switch to secondary and <br>tertiary references, issue logs/events/alarms as a result. So, we can <br>spot if we don't have a valid timing reference coming to the switch. We <br>will typically recommend a BITS clock if we see issues.<br><br>We now have 6 years of experience with the Broadband Interface Card (BIC). <br>And with the BIC came a different deployment model. Not only were the <br>DS3s deployed to the carrier side of the switch, they were also deployed <br>on the access side as well. The Digital Loop Carriers (DLCs) are <br>typically in remote areas, take DS1s muxed up with other DS1s with M13s to <br>a DS3, many times this transported via fiber/SONET transport to the <br>central office, where the DS3 is demuxed to DS1 and recombined with other <br>DS1s, remuxed to DS3s and connected to the T7000 BIC card. The DLCs will <br>then take their network clocking reference off of the DS1 that leads <br>(ultimately) to the T7000.<br><br>So, what's the problem? It's that a DS3 is not a valid clock transport. <br>That includes DS1's embedded within DS3's. Now, this is typically the <br>time where the confusion sets in... This is not a "Taqua rule" or a <br>"T7000 limitation." This is clearly laid out by Telcordia in the network <br>clocking standards. But, the Telcordia rule is not just some bureaucratic <br>decision, it's basically a statement of engineering and physics. The <br>problem is that a DS3 is not a synchronous transport, it is asynchronous. <br>When DS1s are packed into a DS3, transported and unpacked, the integrity <br>of the DS1 is not the same on the output as it is on the input. It is <br>close, but from a timing perspective, the process adds jitter and wander. <br>Throw in there Fiber/SONET transport, and bigger problems happen (pointer <br>adjustment/justification in particular). If I said "why not transport a <br>clocking reference as part of RTP in a VoIP network?" People would laugh. <br>But, DS3s have some of the same characteristics (asynchronous transport). <br>(2011 revision... IEEE 1588 is a protocol that does work over IP networks <br>to transport a clock synchronous... My point is still valid in that even <br>1588 does many things to adjust to jitter/wander and was designed to work <br>in an asynchronous network, where TDM clocking was not).<br><br>Keep in mind that clock reference transport requires much more precision <br>than voice traffic transport. Jitter and wander in the voice path may be <br>barely noticeable, but if two "ends" of the span are using this for <br>clocking, the results can be unpredictable. All bets are off when it <br>comes to High-Level Data Link Control (HDLC) channels. Being "a little <br>bit off" may mean that HDLC links do not want to sync up at all. For <br>GR303, these links are the TMC and the EOC. All DLCs need a network <br>reference for clocking and that can't be an embedded DS1 from a DS3 <br>(unless your M13 mux injects a clock signal on the DS1, but these are <br>rare). For PRI, these links are D-channels.<br><br>You may be saying "but Dave, I've been clocking from embedded DS1s for <br>years and I've never had a problem?" That is the reason I'm writing this <br>note. A phenomenon called plesiosynchronous timing occurs in many cases. <br>This means that the clocking in a network can "coincidently" or "almost" <br>be synchronized. Your network can work PERFECTLY, for years, right until <br>it does not work at all. Then, it seems like nothing you do can get the <br>two ends talking to each other again. Eventually, after power cycling <br>muxes, DLCs, switches, etc., finally the ends will talk to each other. <br>The blame will typically lay with whatever the last box was that was power <br>cycled, kicked, or yelled at rudely.<br><br>The other item that conspires in this problem is that DLCs typically have <br>little if any clocking qualification logic and circuitry. So, even if <br>they would detect slips or sags in the timing, many are hard pressed to <br>report it.<br><br>Back at Tekelec, when I had responsibility for R&D on the T9000 and T7000, <br>we had an 8 hour T9000 outage of this nature. We had a team of a dozen <br>engineers looking at the software, another dozen TAC engineers looking at <br>all the provisioning. There wasn't anything that seemed to help. The <br>RDTs were power cycled, the switch was rebooted. Finally some of the <br>muxes were rebooted, at the same time someone typed the "ls" (directory <br>listing) command and everything synced up and worked like nothing <br>happened. It took weeks to convince this customer that the "ls" command <br>was not the reason for the fix. That customer did not believe that the <br>network clocking issue was to blame. Some months later, after we formed <br>the T7000 business unit and I no longer had the T9000, I walked by TAC one <br>day when they were fighting the same problem with the same customer. I <br>noticed an almost frantic typing of "ls" by the customer to no avail...<br><br>How can this "plesiosynchronous" thing work at all? Well, if you have one <br>of those "atomic clock" alarm clocks or wristwatches, you have a good <br>example of how network synchronization works. Your clock or watch has its <br>own quartz oscillator to keep time. Every so often it looks at the atomic <br>clock radio broadcast and resynchronizes. If the atomic clock signal gets <br>a little "loopy" between updates, no one knows. Think of it as the <br>network gets "into a rhythm" when it is plesiosynchronized. Everything is <br>fine until something upsets that rhythm.<br><br>"So, what upsets this "rhythm" in my network," you ask? A number of <br>things...<br><br>* Anytime any piece of gear is power cycled or rebooted (which <br>typically happens anytime one of these elements is upgraded). If an <br>upgrade was being performed, the thought is "something in the new software <br>load broke my network."<br><br><br>* Another cause is anytime significant change happens to the amount of <br>traffic over the DS3s. In particular, putting more DS1s into the DS3 can <br>cause disruption. This changes the packing in the DS3 and will change the <br>rhythm.<br><br><br>* And, the most hideous of them all is temperature fluctuations in a <br>collocation. Remember the quartz clock I was talking about? Most/all <br>DLCs use quartz oscillators of their own. The problem is quartz <br>oscillators are very susceptible to changing their frequency based on <br>temperature. And what happens in the spring? Many locations go through a <br>heating at night, cooling during the day HVAC cycle, where we see broad <br>temperature fluctuations in the office. There is one particular story <br>where timing slips occurred every time the CO tech used the door to go <br>outside for a smoke break.<br><br>So, while I've talked mostly about DLCs, the same issues can be found with <br>any signaling that uses an HDLC channel. In particular, we've seen this <br>with PRI and SS7. But, mostly the problem is with GR303.<br><br>So hopefully, if you've read this far, I've convinced you that this is a <br>problem. So, if you have this situation in your network, what can you do <br>about it?<br><br><br>* If you are using fiber equipment, many have the special capabilities <br>for a separate clocking feed and transport.<br><br><br>* Another is to add BITS timing at each of your locations. There are <br>BITS vendors that have a variety of "wireless" references that work very <br>well. Anything from GPS based, to taking a CDMA clock signal over the <br>air. The only downside is that they can be expensive (a few thousand <br>dollars) and if you don't have roof access for a GPS and don't have a CDMA <br>signal, they won't work.<br><br><br>* "Rent" a valid clocking source from your collocation provider. <br>Hopefully, there is a reasonable charge for this.<br><br><br>* We have heard of an inexpensive network regeneration device that <br>takes a DS1 signal coming out of a mux and is able to "reformulate" the <br>network reference before feeding into the DLC. Maybe someone on the <br>mailing list has heard of this or uses one and can report on it.<br><br>We have worked with a few "timing consultants" that can also analyze your <br>network. If you think have a need for this service, Larry Cooley <br>(larry.cooley at taqua.com<<a href="mailto:larry.cooley%20at%20taqua.com">mailto:larry.cooley at taqua.com</a>>) can refer <br>you to a couple of different shops.<br><br>"So Dave, I've read this far and I'm still awake! Do you have any <br>references that I can read to help me with this insomnia thing?" Why yes, <br>I do:<br><br>* Seriously, the one I like the best is "Engineering Networks for <br>Synchronization, CCS7, and ISDN" by P.K. Bhatnagar, IEEE Press, 1997 (Our <br>friend Whit Reeve is the Series Editor). I refer to this one a lot.<br>* If you have access to Bellcore (Telcordia) Standards:<br>* "Clocks for the Synchronized Network: Common Generic Criteria." <br>BELLCORE TA-NWT-001244, issue 2, Nov. 1992.<br>* "Digital network synchronization plan." BELLCORE Technical <br>Advisory TA-NWT-000436, issue 2, June 1993.<br>* American National Standard for Telecommunications. Synchronization <br>Interface Standard. ANSI T1.101-1994.<br><br>Hopefully, this information has been useful. If you have any questions, <br>send me email directly or reply to this message.<br><br>Thanks,<br>Dave<br>------------------------------------------------------------------------<br><br><br><br>> --<br>> Jay Hennigan - CCIE #7880 - Network Engineering - <a href="mailto:jay@impulse.net" target="_blank">jay@impulse.net</a><br>> Impulse Internet Service - <a href="http://www.impulse.net/" target="_blank">http://www.impulse.net/</a><br>> Your local telephone and internet company - 805 884-6323 - WB6RDV<br>> _______________________________________________<br>> VoiceOps mailing list<br>> <a href="mailto:VoiceOps@voiceops.org" target="_blank">VoiceOps@voiceops.org</a><br>> <a href="https://puck.nether.net/mailman/listinfo/voiceops" target="_blank">https://puck.nether.net/mailman/listinfo/voiceops</a><br>><br>_______________________________________________<br>VoiceOps mailing list<br><a href="mailto:VoiceOps@voiceops.org" target="_blank">VoiceOps@voiceops.org</a><br><a href="https://puck.nether.net/mailman/listinfo/voiceops" target="_blank">https://puck.nether.net/mailman/listinfo/voiceops</a><o:p></o:p></span></p></div></div></body></html>