set tunnel remote-vtep logical-switch

Use this command to associate the IP address of a remote VTEP with a logical switch.

Syntax

set tunnel remote-vtep logical-switch logical-switch ipaddress ip-address

Parameters

logical-switch The logical switch name to associate with the VTEP IP address.
ip-address Remote VTEP IP address.

Defaults

None.

Mode

Global configuration command.

Usage

Associates the IP address of a remote VTEP with a logical switch. Each set adds a new IP address to the logical switch. BUM (broadcast, unknown unicast, and multicast) traffic for this logical switch is sent to this list of remote VTEPs. If the logical switch does not exist, an error occurs. If the maximum configuration limit is reached, an error occurs.

Example

This example shows how to set up a multi-point tunnel for logical switch "switch1" to VTEP IP addresses 66.66.66.1, 77.77.77.1, and 99.99.99.1:

System(rw)->set tunnel remote-vtep logical-switch switch1 ip-address 66.66.66.1
System(rw)->set tunnel remote-vtep logical-switch switch1 ip-address 77.77.77.1
System(rw)->set tunnel remote-vtep logical-switch switch1 ip-address 99.99.99.1