Add_workflow_for_techpubs | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Panel | ||||
---|---|---|---|---|
In this section:
|
Info | ||
---|---|---|
| ||
This feature is not supported in distributed SBC deployments. |
For SBC SWe deployments that require two independent management ports, a second management port can be added in a VMware environment. When two management ports are configured, each of the management ports supports equivalent capabilities and either port can be used for the management functions that are supported on typical deployments with a single management port.
Similar to single management port deployments, the life cycle agent performs the IP address and route configuration for the second management port. A logical management IP address can be configured for the second management port. All default system ACLs and aggregate policers that apply to the first management interface also apply to the second management port. User-defined ACLs can be configured on either management port. The second management port supports link detection configuration just like the first. Alarms and traps that apply to the management port are supported by both management ports if a second management port is implemented.
If you manage your VMware network using the vSphere Client, use the following procedure to add a port to an existing deployment.
In the Hardware section, click Networking. The current set of virtual switches and port groups appear.
vSphere Client Configuration Tab
Click Virtual Machine as the connection type and then click Next. The Network Access options appear.
Add Network Wizard - Network Access Options
On the Hardware tab, click Add to add a network adapter for the added vSwitch. The Add Hardware pop-up window opens showing the Device Type options.
Add Hardware - Ethernet Adapter
Click on Ethernet Adapter in the list of devices and then click Next. The Network Type options appear.
Add hardware - Network Type Options
In the left panel, click Networking and then click on the Virtual switches tab.
ESXi Networking
Click the Add standard switch link to add a switch that is connected to the second management network (mgt1). The Add standard virtual switch pop-up window opens.
Add Standard Virtual Switch
Click on the Port groups tab and click the Add port group link to add a port group for the new vSwitch. The Add port group pop-up window opens.
Add Port Group
Click the Edit icon to edit the instance. The Edit setting pop-up window opens.
Edit VM Settings
Use the following command syntax to configure the parameters for a second management port, mgt1:
Code Block |
---|
set system mgmtIpInterfaceGroup <group name> mgmtIpInterface <interface name> ceName <node name> ipAddressV4 <IPv4 address> prefixV4 <prefix> portName mgt1 state <disabled | enabled> |
Code Block | ||
---|---|---|
| ||
% set system mgmtIpInterfaceGroup mgmtGroup mgmtIpInterface mgmtIntf2 ceName VM1 ipAddressV4 10.12.14.16 prefixV4 24 portName mgt1 % commit % set system mgmtIpInterfaceGroup mgmtGroup mgmtIpInterface mgmtIntf2 ceName VM1 ipAddressV4 10.12.14.16 prefixV4 24 portName mgt1 state enabled % commit % set system mgmtStaticRoute 0.0.0.0 0 10.12.14.1 mgmtGroup mgmtIntf2 preference 10 % commit |