Veritas NetBackup™ Appliance Commands Reference Guide
- Overview
- 付録 A. Main > Appliance commands
- 付録 B. Main > Manage > FibreChannel commands
- 付録 C. Main > Manage > HighAvailability commands
- 付録 D. Main > Manage > Libraries commands
- 付録 E. Main > Manage > Libraries > Advanced > ACS commands
- 付録 F. Main > Manage > License commands
- 付録 G. Main > Manage > MountPoints commands
- 付録 H. Main > Manage > NetBackup CLI commands
- 付録 I. Main > Manage > OpenStorage commands
- 付録 J. Main > Manage > Software commands
- 付録 K. Main > Manage > Storage commands
- 付録 L. Main > Manage > Tapes commands
- 付録 M. Main > Manage > Certificates commands
- 付録 N. Main > Monitor commands
- 付録 O. Main > Network commands
- 付録 P. Main > Network > Security (IPsec) commands
- 付録 Q. Main > Reports commands
- 付録 R. Main > Settings commands
- 付録 S. Main > Settings > Alerts commands
- 付録 T. Main > Settings > Notifications view commands
- 付録 U. Main > Settings > Security commands
- 付録 V. Main > Support commands
名前
Main > Network > IPv6 — Add an IPv6 address without specifying a gateway address.
概要
IPv6 IPAddress Prefix [InterfaceNames]
DESCRIPTION
Use this command to configure the IPv6 address of a network interface. You cannot use this command to configure multiple interfaces.
注意:
If you have an operational NetBackup 53xx high availability configuration, do not create any bond with the IPv6 address on the public network interface card (NIC).
OPTIONS
- IPv6 IPAddressPrefix [InterfaceNames]
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