optimized-replication

Configures and retrieves optimized replication under an overlay gateway instance.

Resource URIs

URI Description

<base_URI>/config/running/overlay-gateway/<gateway name>/optimized-replication

Configures optimized replication under an overlay gateway instance.

GET URI Description
<base_URI>/config/running/overlay-gateway/<gateway name>/optimized-replication Retrieves optimized replication-related configuration information.
POST URI Payload Description

<base_URI>/config/running/overlay-gateway/<gateway name>

<optimized-replication> </optimized-replication>

Configures optimized replication under an overlay gateway instance.

<base_URI>/config/running/overlay-gateway/<gateway name>/optimized-replication <underlay-mdt-default-group>{x.x.x.x}</underlay-mdt-default-group>

Configures the default underlay MDT group for the specified IP address.

PATCH URI Payload Description

<base_URI>/config/running/overlay-gateway/<gateway name>/optimized-replication/underlay-mdt-group

<underlay-mdt-group><group-ip-address>{x.x.x.x}</group-ip-address><broadcast-domain-type>vlan</broadcast-domain-type><add>{16-20}</add></underlay-mdt-group>

Configures the underlay MDT group for the specified IP address

DELETE URI

<base_URI>/config/running/overlay-gateway/<gateway name>/optimized-replication

<base_URI>/config/running/overlay-gateway/<gateway name>/optimized-replication/underlay-mdt-default-group

<base_URI>/config/running/overlay-gateway/<gateway name>/optimized-replication/underlay-mdt-group/{x.x.x.x}vlan

Parameters

underlay-mdt-default-group
Configures the default underlay MDT group for the specified IP address.
underlay-mdt-group
Configures the underlay MDT group for the specified IP address.

Usage Guidelines

GET, POST, PATCH, DELETE, OPTIONS, and HEAD operations are supported.

Examples

Example

This example uses the GET option to retrieve configuration details.
<optimized-replication xmlns="urn:brocade.com:mgmt:brocade-tunnels" 
xmlns:y="http://brocade.com/ns/rest" y:self="/rest/config/running/overlay-gateway/g1/optimized-replication">
  <underlay-mdt-default-group>239.0.0.255</underlay-mdt-default-group>
  <underlay-mdt-group y:self="/rest/config/running/overlay-gateway/g1/optimized-replication/
underlay-mdt-group/239.0.0.1%2Cvlan">
    <group-ip-address>239.0.0.1</group-ip-address>
    <broadcast-domain-type>vlan</broadcast-domain-type>
    <add>16-20</add>
  </underlay-mdt-group>
</optimized-replication>