Interpretation Acquire TOS that includes DHCP field for Audio.
Allowed users admin, operator, user
Setting TOS Value of Audio for VN-V26 (VN-V26 Only)
Format /api/param?network.interface.dscp.audio=data
Example /api/param?network.interface.dscp.audio=56
Example of Response
network.interface.dscp.audio&202 Accepted(network.interface.status=restart)
Interpretation Change TOS that includes DHCP field for Audio. 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-V25/26
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-V25/26
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-V25/26
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-V25/26
Format /api/param?network.interface.ttl.multicast=data
Example /api/param?network.interface.ttl.multicast=56
55