how to check clock source for each T1 in an adtran 908e with multiple T1's
"show system"
Near the bottom you should see something like:
System primary clock source configuration: t1 0/1
System secondary clock source configuration: t1 0/2
System current active clock source: t1 0/1
I use the show system command but only get
System primary clock source configuration: t1 0/4
System secondary clock source configuration: INTERNAL
System current active clock source: t1 @0/4
sorry
I use the show system command but only get
System primary clock source configuration: t1 0/4
System secondary clock source configuration: INTERNAL
System current active clock source: t1 0/4
This is correct. There is only one clock source active, and it provides timing for all of the T1 interfaces. Your unit is configured to use t1 0/4 as the primary timing source, and if there is no clock available there then the unit will fall back to its internal clock.
You can use the service provider as both the primary and secondary clock source if more than one interface is connected them.
For example, I have a Multilink PPP service providing a PRI handoff. I'm using this configuration:
timing-source t1 0/1
timing-source t1 0/2 secondary
This way I still receive clock from the service provider if either T1 is down, and the service provider's clock will provide the timing for the t1 0/3 and t1 0/4 used for the PRI handoff.
If both service provider T1 go down, the until will still fall back to its internal clock for the PRI interfaces.
I will be out of the office and returning Friday February 24th. Please
call 207-326-2240 if you have an issue that needs immediate attention.
Thomas Lamontanaro
Network Support Specialist
207-326-2514
Maine Maritime Academy
* * * * * * * * * * * * * * *
This message, including any attachments, contains confidential information
intended for a specific individual
and purpose, and is protected by law. If you are not the intended
recipient, please contact the sender
immediately by reply e-mail and destroy all copies. You are hereby
notified that any disclosure, copying, or
distribution of this message, or the taking of any action based on it, by
anyone other than the intended
recipient, is strictly prohibited.
cisabelle wrote:
I use the show system command but only get
System primary clock source configuration: t1 0/4
System secondary clock source configuration: INTERNAL
System current active clock source: t1 @0/4
That's a valid configuration. The system is presently taking its clock from T1 0/4, which has signal.
As long as T1 0/4 is up, the system will clock from it.
If T1 0/4 has loss of signal, then the system will use its internal oscillator.
If no clock source is specified or available, then by default it will clock from internal. You can change this with the timing-source command.
You probably have:
timing-source t1 0/4
Syntax:
timing-source <interface-ID or "internal"> - Primary timing source
timing-source <interface-ID or "internal"> secondary - for backup should primary fail
I will be out of the office and returning Friday February 24th. Please
call 207-326-2240 if you have an issue that needs immediate attention.
Thomas Lamontanaro
Network Support Specialist
207-326-2514
Maine Maritime Academy
* * * * * * * * * * * * * * *
This message, including any attachments, contains confidential information
intended for a specific individual
and purpose, and is protected by law. If you are not the intended
recipient, please contact the sender
immediately by reply e-mail and destroy all copies. You are hereby
notified that any disclosure, copying, or
distribution of this message, or the taking of any action based on it, by
anyone other than the intended
recipient, is strictly prohibited.
cisabelle wrote:
how to check clock source for each T1 in an adtran 908e with multiple T1's
OK, to expand on this a bit more....
General rules for T1s:
So, in your example, the TA900 is receiving clock from T1 0/4. It will use that clock to synchronize its own internal electronics. It will also use that clock as a source for any other connected T1s.
As a rule, you want to receive clock (set as timing-source) from a T-1 that is connected to an upstream carrier (such as an ISP or a telco PRI). The TA900 will regenerate that clock out all other T1s. So if you have a telco PRI on T1 0/4, you're doing the right thing. If you have a customer PBX on T1 0/1, 0/2, or 0/3 you will want to configure that PBX to receive its clock from the T1 connected to the TA900. Timing will flow Carrier -> TA900 -> PBX. If you lose connection to the carrier, the TA900 will continue to clock the PBX from its internal oscillator.
If this doesn't make sense, reply and describe all of the connected T1 interfaces and to what they are connected.