forked from pivotal-cf/docs-pcf-install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnexus-switch.html.md.erb
24 lines (16 loc) · 1.83 KB
/
nexus-switch.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: Using the Cisco Nexus 1000v Switch with Ops Manager
owner: Ops Manager
---
Refer to the procedure in this topic to use Ops Manager with the Cisco Nexus 1000v Switch. First, configure Ops Manager through Step 4 in [Configuring BOSH Director on vSphere](/platform/ops-manager/<%= vars.current_major_version.sub('.', '-') %>/vsphere/config.html). Then configure your network according to the following steps.
1. From your [<%= vars.product_name %>](https://network.pivotal.io/products/pivotal-cf) Ops Manager **Installation Dashboard**, click the **BOSH Director** tile.
1. Select **Create Networks**.
1. Click the network name to configure the network settings. This is **default** if you have not changed the name.
<%= image_tag "nexus_switch_config_default.png" %>
1. Find the folder name and port group name for the switch, as you configured them in vCenter. For the example vSphere environment pictured below, a user might want to use the switch configured on the `beer-apple` port group, which is in the `drinks dc` folder.
<p class="note"><strong>Note</strong>: Folder names can be strings of multiple words separated by spaces, or strings of words separated by other punctuation, including dashes.</p>
<%= image_tag "vSphere_web_client_port_groups.png" %>
1. In the **vSphere Network Name** field, instead of entering your network name, enter the folder name and port group name for the switch, as you configured them in vCenter. For the example vSphere environment pictured above, you would enter `drinks dc/beer-apple` to use the switch configured on the `beer-apple` port group.
<%= image_tag "nexus_switch_config.png" %>
1. Click **Save**.
1. Return to [Configuring BOSH Director on vSphere](/platform/ops-manager/<%= vars.current_major_version.sub('.', '-') %>/vsphere/config.html#resource-config) to complete the Ops Manager installation.