Configuring the nsx controller – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 340

Advertising
background image

308

Network OS NETCONF Operations Guide

53-1003231-02

VXLAN configuration and management

22

</rpc>

<rpc-reply message-id="8" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<ok/>

</rpc-reply>

Configuring the NSX Controller

Prerequisite steps

Before you configure the NSX controller, complete the task in

“Configuring the VXLAN Gateway”

on page 304. The purpose of this task is to generate the security certificate for the VXLAN
gateway. This procedure uses data shown in

Figure 4

.

1. Issue the <edit-config> RPC to edit the running configuration.

2. Access the <nsx-controller> container within the brocade-tunnels RPC with the name

controller1.

<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="9">

<edit-config>

<target>

<running></running>

</target>

<config>

<nsx-controller xmlns="urn:brocade.com:mgmt:brocade-tunnels">

<name>controller1</name>

</nsx-controller>

</config>

</edit-config>

</rpc>

<rpc-reply message-id="9" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<ok/>

</rpc-reply>

3. Within the <nsx-controller> container and the <name> node, set the element values for the

<connection-addr> container as listed below:

Set the <address> element to the IP address for one of the NSX controllers in the control
cluster, in this case 10.30.5.74.

Set the <method> element to ssl.

Set the <port> element to 6632.

<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="11">

<edit-config>

<target>

<running></running>

</target>

<config>

<nsx-controller xmlns="urn:brocade.com:mgmt:brocade-tunnels">

<name>controller1</name>

<connection-addr>

<address>10.30.5.74</address>

<port>6632</port>

<method>ssl</method>

</connection-addr>

</nsx-controller>

</config>

Advertising