Acquiring link-local ipv6 address from vn-e4, Acquiring site-local ipv6 address from vn-e4, Acquiring global ipv6 address from vn-e4 – JVC 4ch Network Encoder VN-E4 User Manual

Page 48: Api for acquiring/changing parameters of vn-e4

Advertising
background image

48

5. API for Acquiring/Changing Parameters of VN-E4 _

5.8. Network Basics

Acquiring Link-local IPv6 Address from VN-E4

Format

/api/param?network.interface.ipv6.link_local(Number)

Example

Acquire the first link-local address

/api/param?network.interface.ipv6.link_local(1)

Example of Response

network.interface.ipv6.link_local(1)=fe80::280:88ff:fe41:400c&200 OK

Interpretation

Acquire the link-local IPv6 address. A number between 1 to 8 may be specified, and the link-local IPv6
addresses will be stored in sequence beginning from 1. To acquire all addresses, do so in sequence from 1 until
an empty value is returned. There is no API for setting the IPv6 address.

Allowed users

admin, operator, user

Acquiring Site-local IPv6 Address from VN-E4

Format

/api/param?network.interface.ipv6.site_local(Number)

Example

Acquire the first site-local address

/api/param?network.interface.ipv6.site_local(1)

Example of Response

network.interface.ipv6.site_local(1)=fec0::1:280:88ff:fe41:114&200 OK

Interpretation

Acquire the site-local IPv6 address. A number between 1 to 8 may be specified, and the site-local IPv6
addresses will be stored in sequence beginning from 1. To acquire all addresses, do so in sequence from 1 until
an empty value is returned. There is no API for setting the IPv6 address.

Allowed users

admin, operator, user

Acquiring Global IPv6 Address from VN-E4

Format

/api/param?network.interface.ipv6.global(Number)

Example

Acquire the first global address

/api/param?network.interface.ipv6.global(1)

Example of Response
(When a global
address is not set)

network.interface.ipv6.global=&200 OK

Interpretation

Acquire the global IPv6 address. A number between 1 to 8 may be specified, and the global IPv6 addresses
will be stored in sequence beginning from 1. To acquire all addresses, do so in sequence from 1 until an empty
value is returned. There is no API for setting the IPv6 address.

Allowed users

admin, operator, user

Advertising