Veritas Velocity™ User's Guide
- Getting to know Velocity
- Setting up Velocity
- How to set up the Velocity Storage Server
- How to set up the Velocity Client
- Setting up the Velocity on-premises management server
- Upgrading Velocity
- Velocity Storage Server
- Users and roles
- Oracle database ingestion using Velocity
- How to use copy preparation to mask or sanitize sensitive data
- Oracle database ingestion using NetBackup CoPilot
- Microsoft SQL Server database ingestion using Velocity
- Database sources and copies
- About scheduling ingestions for a database source
- Retention periods for database sources and copies
- Sandboxes
- Database recovery
- Alerts and logs
- Managing the Velocity physical appliance
- Configuring network address settings on the Velocity physical appliance
- About WAN optimization on the Velocity physical appliance
- About the Veritas Remote Management Console on the Velocity physical appliance
- About Velocity physical appliance storage
- About users on the Velocity physical appliance
- About Velocity physical appliance checkpoints
- About factory reset on the Velocity physical appliance
- Configuring network address settings on the Velocity physical appliance
- Monitoring the Velocity physical appliance
- Velocity physical appliance security
- About Velocity physical appliance user account privileges
- About the Velocity physical appliance intrusion detection system
- About Velocity physical appliance operating system security
- Recommended IPMI settings on the Velocity physical appliance
- Best practices
- Troubleshooting
- Glossary
- Context-sensitive topics
- Section I. Velocity shell menu commands
- Introduction
- Appendix A. Main > Manage > Storage
- Appendix B. Main > Manage > Cloud
- Appendix C. Main > Manage > Software
- Appendix D. Main > Monitor
- Appendix E. Main > Network
- Appendix F. Main > Settings
- Appendix G. Main > Support
Name
Main > Network > IPv6 — Use to add IPv6 address without specifying a gateway address.
SYNOPSIS
IPv6 IP Address Prefix [InterfaceNames]
DESCRIPTION
Use this command to configure the IPv6 address of a network interface. You cannot use this command to configure multiple interfaces.
OPTIONS
- IPv6 IPAddressPrefix [InterfaceNames]
Use to change the IPv6 address of a network interface.
Where IPAddress is the IPv6 address, Prefix is the prefix length, and [InterfaceNames] is the name of the device.
The [InterfaceNames] parameter is a comma-separated list of interface names. The [InterfaceNames] parameter is an optional field. If an interface name is not provided, the command searches for an interface and configures it.
You may enter a VLAN interface ID for the [InterfaceNames] parameter. However, unlike the physical interface or bond interface, if you do not provide a value for the [InterfaceNames] parameter, the command does not search for VLAN interfaces.
EXAMPLES
Use the following example to assign an IPv6 address to a specific interface:
IPv6 9ffe::9 64 eth1
Use the following example to create a bond when multiple interfaces are given:
IPv6 9ffe::9 64 eth2,eth3