Configuring the Source Id Inserted in the Timestamp (Egress)
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "interfaceEntity": { "children": [ { "l1PhysIf": { "attributes": { "id": "eth1/2", "packetTimestampEgressSourceId": "1", "packetTimestampState": "enable-egress" } } }, { "l1PhysIf": { "attributes": { "id": "eth1/3", "packetTimestampEgressSourceId": "1", "packetTimestampState": "enable-egress" } } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System> <intf-items> <phys-items> <PhysIf-list> <id>eth1/2</id> <packetTimestampEgressSourceId>1</packetTimestampEgressSourceId> <packetTimestampState>enable-egress</packetTimestampState> </PhysIf-list> <PhysIf-list> <id>eth1/3</id> <packetTimestampEgressSourceId>1</packetTimestampEgressSourceId> <packetTimestampState>enable-egress</packetTimestampState> </PhysIf-list> </phys-items> </intf-items> </System>