Configuring ITU-T Option 2, Generation 1: Stratum 4 Freerun
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "fsyncMgrSynceEntity": { "children": [ { "fsyncMgrSynceEthif": { "attributes": { "freqsync": "yes", "id": "eth1/3", "qlrcvexactoptype": "op2g1", "qlrcvexactval": "fsync-ql-o2-g1-st4", "qlrcvhval": "fsync-ql-common-none", "qlrcvlval": "fsync-ql-common-none" } } } ] } }, { "interfaceEntity": { "children": [ { "l1PhysIf": { "attributes": { "id": "eth1/3" } } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System> <fsyncmgr-items> <if-items> <MgrSynceEthif-list> <id>eth1/3</id> <freqsync>true</freqsync> <qlrcvexactoptype>op2g1</qlrcvexactoptype> <qlrcvexactval>fsync-ql-o2-g1-st4</qlrcvexactval> <qlrcvhval>fsync-ql-common-none</qlrcvhval> <qlrcvlval>fsync-ql-common-none</qlrcvlval> </MgrSynceEthif-list> </if-items> </fsyncmgr-items> <intf-items> <phys-items> <PhysIf-list> <id>eth1/3</id> </PhysIf-list> </phys-items> </intf-items> </System>