Description
This command lets you add an interface to an existing Virtual Device object:
Syntax
add interface vd <Device Object Name> {name <Interface> | leads_to <VSW or VR Object Name>} ip <IPv4 Address>{/<IPv4 Prefix Length> | netmask <IPv4 Netmask> | prefix <IPv4 Prefix>} ip6 <IPv6 Address>{/<IPv6 Prefix Length> | netmask6 <IPv6 Netmask> | prefix6 <IPv6 Prefix>} [propagate {true|false}] [propagate6 {true|false}] [topology {external | internal_undefined | internal_this_network | internal_specific [specific_group <Network Group Object Name>}] [mtu <MTU>] |
Parameters
Parameter |
Value |
Notes |
|
---|---|---|---|
|
Object name |
Specifies the name of the Virtual Device object. Mandatory parameter, if this is the first command in a transaction. |
|
|
Interface name |
Specifies the name of the physical or VLAN interface. Note - You must use |
|
|
Object name |
Specifies the name of the Virtual Switch or Virtual Router object, to which this interface connects. Applicable only for Virtual System. Note - You must use |
|
|
IPv4 configuration |
Specifies the IPv4 settings:
Applicable only for:
For interfaces on a Virtual System that connect to a Virtual Router, you must use the possible maximum for the IPv4 address family:
|
|
|
IPv6 configuration |
Specifies the IPv6 settings:
Applicable only for:
For interfaces on a Virtual System that connect to a Virtual Router, you must use the possible maximum for the IPv6 address family:
|
|
|
|
Controls how to propagate the IPv4 routes to adjacent Virtual Devices:
Note - Applicable only for Virtual System with VLAN or physical interfaces. |
|
|
|
Controls how to propagate the IPv6 routes to adjacent Virtual Devices:
Note - Applicable only for Virtual System with VLAN or physical interfaces. |
|
|
|
Specifies the Topology configuration of the interface:
Applicable only for:
|
|
|
Name of Network Group Object |
If you used Applicable only if you disable the automatic topology calculation. |
|
|
Integer |
Specifies the MTU value for this interface. Default is 1500 bytes. Applicable only for:
|
Example - Add VLAN interface eth4.100 with IPv4 1.1.1.1/24 to the Virtual System 'VirtSystem1'
vsx_provisioning_tool–s localhost –u admin –p mypassword –o add interface vd VirtSystem1 name eth4.100 ip 1.1.1.1/24 |