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