Page 1 of 1

SAR 7705 PTP SETUP

Posted: 21 May 2014 04:43
by dsph2003
Hi All,

Does any one can help me with a configuration example on how to setup PTP on a 7705, one side master, other side slave

Much appriciated

Re: SAR 7705 PTP SETUP

Posted: 21 Nov 2014 06:03
by jazzy

Code: Select all

sync-if-timing
    ql-selection
    ref-order ref1 ref2 external
    ref1
        source-ptp-clock 1
        no shutdown
        ql-override prc
    exit
    ref2
        shutdown
    exit
    external
        input-interface
            shutdown
        exit
    exit
    revert
exit
ptp
    clock 1 create
        source-interface "To-A7750SR-11-1/1/20"
        clock-mda 1/1
        domain 4
        profile itu-telecom-freq
        ptp-port 1
            peer 1
                ip-address 10.10.10.1
            exit
            peer 2
            exit
            no shutdown
        exit
        no shutdown
    exit
exit