Configuring the Maximum Segment Size for TCP Connections in Bytes
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/tcpudp.json
{ "tcpudpEntity": { "children": [ { "tcpudpInst": { "attributes": { "tcpMssBytes": "4133" }}}]}}
Response
{ imdata:[] }
Copy
<System> <tcpudp-items> <inst-items> <tcpMssBytes>4133</tcpMssBytes> </inst-items> </tcpudp-items> </System>