Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 338

Advertising
background image

306

Network OS NETCONF Operations Guide

53-1003231-02

VXLAN configuration and management

22

</vlan>

</attach>

</overlay-gateway>

</config>

</edit-config>

</rpc>

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

<ok/>

</rpc-reply>

All the MAC addresses that the VXLAN gateway learns on these VLANs are shared with the NSX
controller. When a MAC address ages out in VCS, the MAC address is removed from the NSX.

5. Within the <overlay-gateway> container, include the <ip>, <interface>, and set the <ve> node

name and set the name for the <vrrp-extended-group> element to 100.

The VRRPE virtual IP configured for this VE and VRRP-E group are used as VXLAN gateway IP
address.

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

<edit-config>

<target>

<running></running>

</target>

<config>

<overlay-gateway xmlns="urn:brocade.com:mgmt:brocade-tunnels">

<name>name1</name>

<ip>

<interface>

<ve>

<ve-id>10</ve-id>

<vrrp-extended-group>100</vrrp-extended-group>

</ve>

</interface>

</ip>

</overlay-gateway>

</config>

</edit-config>

</rpc>

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

<ok/>

</rpc-reply>

6. (optional) Within the <overlay-gateway> container, include the <enable> and <statistics> node

so that you can set the <stats-direction> element value to both and the <vlan-action> element
to add. Refer to the Network OS YANG Reference for additional options on these options.

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

<edit-config>

<target>

<running></running>

</target>

<config>

<overlay-gateway xmlns="urn:brocade.com:mgmt:brocade-tunnels">

<name>name1</name>

<enable>

<statistics>

<stats-direction>both</stats-direction>

Advertising