Skip to main content

ipv6config

The ipv6config command is used to view and set the parameters that specify the IPv6 network configuration of Makito X Series devices.

As shown in the examples that follow, when you enter the ipv6config configure command, the system displays the current IPv6 settings and takes you through a series of prompts enabling you to change these settings. You can either assign a static IPv6 address or use DHCPv6 (Dynamic Host Configuration Protocol for IPv6).

You must reboot for any changes to take effect.

Synopsis

ipv6config display
ipv6config configure
ipv6config disable

Actions

Action

Description

display

Displays the current IPv6 configuration.

configure

Configures IPv6 settings.

disable

Disables IPv6 functionality.

Note

You cannot disable IPv6 if IPv4 is already disabled.

Parameters

N/A



Examples

# ipv6config display

Returns current IPv6 settings for an encoder configured to use IPv6:

Current IPv6 Settings:
Current configured IPv6 Settings:
IPv6 Global Address : fd00:10:65:10:5e77:57ff:fe00:5346/64
IPv6 Link-Local Address : fe80::5e77:57ff:fe00:5346/64
Gateway Address : fe80::2efa:a2ff:fed2:7e25
Hostname : MXD-John

Current DNS Settings:
Domain : haivision.com
Primary Server : 10.65.0.10
Alternate Server : (None)
DNS Resolve Precedence : IPv6
Current NTP Settings:
Server : 10.66.131.45
Timezone : "America/Chicago"

Or indicates that IPv6 is disabled:

IPv6 is disabled on this device.
# ipv6config disable

Disables IPv6.

IPv6 has been successfully disabled.
You must REBOOT for any changes to take effect!
admin@x-enc-storage-fixed:~$ reboot
# ipv6config configure

Prompts you to configure IPv6 settings (on system where IPv6 is disabled, using auto-configure):

IPv6 is currently disabled on this device.
Do you want to enable IPv6 functionality? (Y,n): y
Configure IPv6 automatically (Y,n): y
Use DHCPv6 to obtain IP address (Y,n): y
Current Hostname          : MXD-John
Change hostname? (y,N) : n
Current DNS Settings:
Domain : haivision.com
Primary Server : 10.65.0.10
Alternate Server : (None)
Change DNS settings? (y,N): n

IPv6 has been successfully configured.
You must REBOOT for any changes to take effect!
# ipv6config configure

Prompts you to configure IPv6 settings (on system where IPv6 has been disabled, re-configuring IPv6 to the last configured settings):

IPv6 is currently disabled on this device.
Do you want to enable IPv6 functionality? (Y,n): y
Last Configured IPv6 Settings:
IPv6 Global Address : fc00::2/24
Gateway : fc00::1
Change IPv6 settings? (y,N): n

IPv6 has been successfully configured.
You must REBOOT for any changes to take effect!


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.