Toolpack:Configuring Virtual Port C: Difference between revisions
(Created page with "=== '''''Applies to version(s): v2.10''''' === {{DISPLAYTITLE:Configuring a Virtual Port}} One or more virtual ports can be created to manage IP traffic. <br> == To config...") |
No edit summary |
||
| (7 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:Configuring a Virtual Port}} | {{DISPLAYTITLE:Configuring a Virtual Port}} | ||
{| class="wikitable" | |||
|- | |||
|rowspan="2"|This article applies to: | |||
|'''Product''' | |||
|'''Version''' | |||
|- | |||
|Tmedia | |||
|3.0, 3.2, 3.3 | |||
|} | |||
One or more virtual ports can be created to manage IP traffic. | One or more virtual ports can be created to manage IP traffic. | ||
<br> | <br> | ||
== To configure a virtual port == | == To configure a virtual port == | ||
| Line 26: | Line 34: | ||
[[Image:VirtuaPort_1a.png]] <br><br> | [[Image:VirtuaPort_1a.png]] <br><br> | ||
4. | 4. From the Available ports window, select a physical port to which the virtual port is assigned. Note that this window is scrollable. | ||
[[Image:VirtuaPort_2a.png]] <br><br> | [[Image:VirtuaPort_2a.png]] <br><br> | ||
| Line 34: | Line 42: | ||
[[Image:VirtualPort_3a.png]] | [[Image:VirtualPort_3a.png]] | ||
5. To have bonding, choose two eth or voip ports (Hold CTRL key to choose more than one):<br> | |||
[[Image:vlan_200_bonding_a.png|800px]] <br><br> | |||
This will show two "Physical Ports" in the Virtual Port configuration:<br> | |||
[[Image:vlan_200_bonding_b.png|800px]] <br><br> | |||
6. Alternate failure detection modes can be selected in the '''Bondings''' section:<br> | |||
[[Image:vlan_200_bonding_c.png|800px]] <br><br> | |||
Latest revision as of 14:03, 23 June 2024
| This article applies to: | Product | Version |
| Tmedia | 3.0, 3.2, 3.3 |
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 the Virtual Ports tab.
- 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. From the Available ports window, select a physical port to which the virtual port is assigned. Note that this window is scrollable.
The selected port is displayed in the current physical ports window.
5. To have bonding, choose two eth or voip ports (Hold CTRL key to choose more than one):
This will show two "Physical Ports" in the Virtual Port configuration:
6. Alternate failure detection modes can be selected in the Bondings section:
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
}




