Veritas NetBackup™ Appliance Commands Reference Guide
- 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 > VLAN — Tag a VLAN, view its properties and status, or delete a tagged VLAN.
SYNOPSIS
VLAN Delete VLANID
VLAN Show Properties Interfaces InterfaceNames
VLAN Show Status Interfaces InterfaceNames
VLAN Tag VLANID InterfaceNames [IPAddress] [Netmask]
DESCRIPTION
Use these commands to configure and manage VLAN for your appliance in your existing network environments.
To tag a VLAN using a bond or a physical interface, conform to the following guidelines
Ensure that the selected interface or ethernet device is plugged.
Verify that the selected interface is not a part of a bond.
The selected interface must not have an IP address configured to it. If the selected interface is configured with an IP address, you must first unconfigure the IP address and then tag a VLAN to it. To unconfigure the IP address, run the Network > Unconfigure command.
Note:
A VLAN can be tagged to a private network interface (for example, eth0) only through theNetBackup Appliance Shell Menu and not through the NetBackup Appliance Web Console.
Use the VLAN Show command options to view the properties and statuses of your network interfaces.
OPTIONS
- VLAN Delete VLANID
Delete a protocol-based VLAN. Here, VLANID is a numeric identifier for a tagged VLAN.
If the VLAN interface is configured with an IP address, you must first unconfigure the IP address to delete the VLAN.
- VLAN Show Properties Interfaces InterfaceNames
View all the properties of a VLAN, where InterfaceNames is the name of the interface to which a VLAN is tagged. If you do not provide a value for the [InterfaceNames] parameter, the command displays properties for all the network interfaces that are available. Some of the property types that are included are MAC address, speed, and port type.
- VLAN Show Status Interfaces InterfaceNames
View the status of a VLAN. The VLAN status can be PLUGGED or UNPLUGGED. Here, InterfaceNames is the name of the interface to which a VLAN is tagged.
- VLAN Tag VLANID InterfaceNames [IPAddress] [Netmask]
Tag a VLAN to a physical interface or a bond. Here, VLANID is the VLAN identifier, which is numeric value and it can range between 1 - 4094. InterfaceNames is the name of the interface to which you want to tag the VLAN. [IPAddress] can be an IPv4 or an IPv6 address and [Netmask] is netmask for IPv4 or prefix length for IPv6. The VLANID and InterfaceNames are mandatory variables; whereas [IPAddress] and [Netmask] are optional parameters.
EXAMPLES
The following is an example of information that is displayed when you run the Main > Network > VLAN Show Properties command.
nb-appliance.Network> VLAN Show properties Card: vlan12 [ PLUGGED|UP ] BOOTPROTO : |static | DESCRIPTION : |test | DEVICE : |vlan12 | ETHERDEVICE : |eth1 | ETHTOOL_OPTIONS : |undef | IPADDR : |10.10.10.10 | MTU : |1400 | NETMASK : |255.255.255.0 | NETWORK : |undef | REMOTE_IPADDR : |undef | STARTMODE : |auto | USERCONTROL : |no | VLAN : |yes | BUS_ID : |undef | FLAGS : |RBMU | ID : |12 | LINK : |yes | MAC : |00:50:56:B5:74:13 | PRIMARY : |undef | MODEL : |undef | PORT_TYPE : |Twisted Pair | SERIAL : |undef | SKIP_ADDITIONAL_DISCOVERY : |0 | SKIP_LINKSTATE_DISCOVERY : |0 | SPEED : |1Gb/s | VIRTUAL_DEV : |undef | VLANCOUNT : |0 | ADMINPORT : |No | VIRTUAL : |No | IPADDR_V6 : |undef |