config system vxlan
Configure VXLAN devices.
config system vxlan Description: Configure VXLAN devices. edit <name> set interface {string} set vni {integer} set ip-version [ipv4-unicast|ipv6-unicast] set remote-ip <ip1>, <ip2>, ... set remote-ip6 <ip61>, <ip62>, ... set dstport {integer} set multicast-ttl {integer} next end
config system vxlan
Parameter |
Description |
Type |
Size |
Default |
||||||
---|---|---|---|---|---|---|---|---|---|---|
name |
VXLAN device or interface name. Must be a unique interface name. |
string |
Maximum length: 15 |
|
||||||
interface |
Outgoing interface for VXLAN encapsulated traffic. |
string |
Maximum length: 15 |
|
||||||
vni |
VXLAN network ID. |
integer |
Minimum value: 1 Maximum value: 16777215 |
0 |
||||||
ip-version |
IP version to use for the VXLAN interface and so for communication over the VXLAN. IPv4 or IPv6 unicast. |
option |
- |
ipv4-unicast |
||||||
|
|
|||||||||
remote-ip |
IPv4 address of the VXLAN interface on the device at the remote end of the VXLAN. IPv4 address. |
string |
Maximum length: 15 |
|
||||||
remote-ip6 |
IPv6 IP address of the VXLAN interface on the device at the remote end of the VXLAN. IPv6 address. |
string |
Maximum length: 45 |
|
||||||
dstport |
VXLAN destination port. |
integer |
Minimum value: 1 Maximum value: 65535 |
4789 |
||||||
multicast-ttl |
VXLAN multicast TTL. |
integer |
Minimum value: 1 Maximum value: 255 |
0 |