Toolpack:Configuring Virtual Port B
From TBwiki
(Difference between revisions)
(Added Northbound Interface data) |
(→To configure a virtual port) |
||
Line 14: | Line 14: | ||
2. Click '''Create New Virtual Port''': | 2. Click '''Create New Virtual Port''': | ||
− | [[Image: | + | [[Image:VirtualPort_0.png]]<br><br> |
3. Configure the virtual port: | 3. Configure the virtual port: | ||
Line 63: | Line 63: | ||
</pre> | </pre> | ||
</div> | </div> | ||
− | |||
− | |||
==List of Parameters== | ==List of Parameters== |
Revision as of 11:50, 14 December 2015
Applies to version(s): v2.9.
One or more virtual ports can be created to manage IP traffic.
To configure a virtual port
1. Select IP Interfaces from the navigation panel:
2. Click Create New Virtual Port:
3. Configure the virtual port:
- Enter a name for the virtual port
- Select the hardware device to which the virtual port is assinged
- Enter a VLAN ID
- Click Create
4. Select a physical port to which the virtual port is assigned.
The selected port is displayed in the current physical ports window.
Path
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/virtual_ports/@[port_name]
Parameters (text)
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/virtual_ports/@[port_name] ethernet_ports = [ "@[port_name]" ] name = "@[port_name]" untagged = true vid = 0
Parameters (json)
{ "ethernet_ports" : [ "@[port_name]" ], "name" : "@[port_name]", "untagged" : true, "vid" : 0 }