Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

unicast-mode

date_range 27-Sep-24

Syntax

content_copy zoom_out_map
unicast-mode {
    clock-source ip-address {
        local-ip-address local-ip-address;
            asymmetry  number;
        }
    transport ipv4;
    clock-ipv6-source  master-ipv6-address {
        local-ip-address local-ip-address;
        }
    transport ipv6;
}

ACX710

content_copy zoom_out_map
unicast-mode {
    announce-timeout announce-timeout;
    grantor;
    local-priority local-priority;
    master-only;
    remote-ip-address ip-address {
        local-ip-address;
        announce-interval announce-interval;
        asymmetry asymmetry;
        delay-request delay-request;
        dscp dscp;
        grant-duration grant-duration;
        sync-interval sync-interval;
    }
    transport (ipv4 | ipv6);
}

Hierarchy Level

content_copy zoom_out_map
[edit protocols ptp client interface interface-name]

Description

Configure the timeReceiver in unicast mode. You can set this option when PTP unicast mode of messaging is needed.

Options

announce-timeout-value

The announce timeout value for announce interval messages.

  • Range: 3 through 10

  • Default: 3

grantor

Specify that the selected interface port can be grantor. The grantor attribute enables the port to allow for the grant-port property and can provide PTP message services. It allows the port to accept and handle unicast negotiation requests.

Priority value

Priority value.

  • Range: 1 through 255

  • Default: 128

master-only

Specify the timeTransmitter only option. When you set the master-only option, it is not possible to set the interface port as a timeReceiver clock.

transport

Encapsulation for PTP packet transport

  • Values:

    • ipv4—Use IPv4 as transport

    • ipv6—Use IPv6 as transport

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

routing—To view this statement in the configuration.

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

Release Information

Statement introduced in Junos OS Release 12.2.

footer-navigation