Please enter search query.
Search <book_title>...
Veritas NetBackup™ Appliance Commands Reference Guide
Last Published:
2021-07-19
Product(s):
Appliances (4.1)
Platform: NetBackup Appliance OS
- Overview
- Appendix A. Main > Appliance commands
- Appendix B. Main > Manage > FibreChannel commands
- Appendix C. Main > Manage > HighAvailability commands
- Appendix D. Main > Manage > Libraries commands
- Appendix E. Main > Manage > Libraries > Advanced > ACS commands
- Appendix F. Main > Manage > License commands
- Appendix G. Main > Manage > MountPoints commands
- Appendix H. Main > Manage > NetBackup CLI commands
- Appendix I. Main > Manage > OpenStorage commands
- Appendix J. Main > Manage > Software commands
- Appendix K. Main > Manage > Storage commands
- Appendix L. Main > Manage > Tapes commands
- Appendix M. Main > Manage > Certificates commands
- Appendix N. Main > Monitor commands
- Appendix O. Main > Network commands
- Appendix P. Main > Network > Security commands (IPsec)
- Appendix Q. Main > Reports commands
- Appendix R. Main > Settings commands
- Appendix S. Main > Settings > Alerts commands
- Appendix T. Main > Settings > Notifications view commands
- Appendix U. Main > Settings > Security commands
- Appendix V. Main > Support commands
Name
Main > Network > SetProperty — Set the Ethernet interface property.
SYNOPSIS
SetProperty InterfaceName Property Value
DESCRIPTION
You can use this command to set Ethernet interface property. You can define the name of the device, the property name such as an MTU. And you can define the property value, such as 1500 for the MTU.
OPTIONS
- SetProperty InterfaceName Property Value
Set Ethernet interface property.
Enter the name of the interface name in the InterfaceName variable. An example of this value is
. The Property variable is the property name, such as . The Value variable is the property value, for example 1500.The following is sample entry for this command:
SetProperty eth1 mtu 1500
This command changes the Maximum transmission unit (MTU) of interface (eth1) to 1500.