85
Allowed users admin, operator, user
Setting TOS Value of MPEG-4 for VN-V685/686/686B
Format /api/param?network.interface.dscp.video.mpeg=data
Example /api/param?network.interface.dscp.video.mpeg=56
Example of Response
network.interface.dscp.video.mpeg&202
Accepted(network.interface.status=restart)
Interpretation Change TOS that includes DHCP field for MPEG-4. The range of set value is between 0 to 255
though MSB 6 bits in the value is valid. To validate the change, use "network.interface.status=restart" API.
Allowed user admin
Getting Unicast TTL Value from VN-V685/686/686B
Format /api/param?network.interface.ttl.unicast
Example of Response network.interface.ttl.unicast=16&200 OK
Interpretation Acquire TTL of unicast. 1-255 is returned.
Allowed users admin, operator, user
Setting Unicast TTL for VN-V685/686/686B
Format /api/param?network.interface.ttl.unicast=data
Example /api/param?network.interface.ttl.unicast=56
Example of Response
network.interface.ttl.unicast&202 Accepted(network.interface.status=restart)
Interpretation Change TTL of unicast. The range of set value is between 1 to 255. To validate the change, use
"network.interface.status=restart" API.
Allowed user admin
Getting Multicast TTL Value from VN-V685/686/686B
Format /api/param?network.interface.ttl.multicast
Example of Response network.interface.ttl.multicast=16&200 OK
Interpretation Acquire TTL of multicast. 1-255 is returned.
Allowed users admin, operator, user
Setting Multicast TTL for VN-V685/686/686B
Format /api/param?network.interface.ttl.multicast=data
Example /api/param?network.interface.ttl.multicast=56