Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

output interfaces (Chassis Synchronization)

date_range 20-Nov-23

Syntax (ACX710)

content_copy zoom_out_map
output { 
    interfaces { 
        bits {
            source-mode (chassis | ptp-clock);
            squelch {
                method (ais | ql-dnu | rai | shut);
            }
            ssm option-2  (GEN-1 | GEN-2);
        }
    }
}

Syntax (MX Series)

content_copy zoom_out_map
output { 
    interfaces { 
        external { 
            holdover-mode-disable; 
            minimum-quality (prc | prs | sec | smc | ssu-a | ssu-b  | st2 | st3 | st3e | st4 | stu | tnc); 
            source-mode (chassis | line);
            tx-dnu-to-line-source-enable;
            wander-filter-disable;
        }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit chassis synchronization]

Description

Configure the options for clock output interfaces.

Options

external

(SCBE only) Specify the properties of the external output interface.

(external-0/0 | external-1/0)

(SCBE2 only) Specify the properties of the external output interface.

holdover-mode-disable

Disable holdover.

tx-dnu-to-line-source-enable

Set Tx quality level to DNU/DUS on line source interface that has been selected as the external output source.

wander-filter-disable

Disable wander filtering.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 12.3.

footer-navigation