Actions

Toolpack:Configuring Virtual Port SBC A: 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...")
 
 
Line 72: Line 72:
* [[Parameter: VlAN ID|VLAN ID]]
* [[Parameter: VlAN ID|VLAN ID]]
* [[Parameter: Used by SBC|Used by SBC]]
* [[Parameter: Used by SBC|Used by SBC]]
* [[Parameter: Allow PING|Allow PING]]

Latest revision as of 15:02, 21 October 2016

Applies to version(s): v2.10

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. 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
}

List of Parameters