Configuring ITU-T Option 1: Primary Reference Clock
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "fsyncMgrSynceEntity": { "children": [ { "fsyncMgrSynceEthif": { "attributes": { "freqsync": "yes", "id": "eth1/3", "qltxexactoptype": "op1", "qltxexactval": "fsync-ql-common-none", "qltxhval": "fsync-ql-o1-sec", "qltxlval": "fsync-ql-o1-prc" } } } ] } }, { "interfaceEntity": { "children": [ { "l1PhysIf": { "attributes": { "id": "eth1/3" } } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System> <fsyncmgr-items> <if-items> <MgrSynceEthif-list> <id>eth1/3</id> <freqsync>true</freqsync> <qltxexactoptype>op1</qltxexactoptype> <qltxexactval>fsync-ql-common-none</qltxexactval> <qltxhval>fsync-ql-o1-sec</qltxhval> <qltxlval>fsync-ql-o1-prc</qltxlval> </MgrSynceEthif-list> </if-items> </fsyncmgr-items> <intf-items> <phys-items> <PhysIf-list> <id>eth1/3</id> </PhysIf-list> </phys-items> </intf-items> </System>