Use this command to associate the IP address of a remote VTEP with a logical switch.
logical-switch | The logical switch name to associate with the VTEP IP address. |
ip-address | Remote VTEP IP address. |
None.
Global configuration command.
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.
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