You can configure Virtual eXtensible Local Area Network (VXLAN) interfaces for communication between VXLANs and between a VXLAN and a non-VXLAN.
VXLAN is a network virtualization technology of Network Virtualization over Layer 3 (NVO3) and uses the MAC in UDP encryption mode. VXLAN uses VXLAN network IDs (VNIs) similar to VLAN IDs. A VNI consists of 24 bits. Theoretically, 16 M VXLAN segments are supported.
If hosts in a VXLAN need to communicate with VXLANs in other network segments or non-VXLAN devices, you can create VXLAN-based logical interfaces, namely, VXLAN interfaces. VXLAN interfaces provide almost all functions supported by common Layer-3 physical interfaces and support multiple types of Layer-3 features, such as IPv4 address configuration.
As VXLAN interfaces are in a bridge domain (BD), they are also called BDIF interfaces.
bridge-domain bd-id
vxlan vni vni-id
interface vbdif bd-id
The specified BD must already exist.
ip address ip-address { mask | mask-length } [ sub ]
To assign the second and subsequent IPv4 addresses to the interface, configure the sub parameter in the ip address command.
mac-address mac-address
To set an IPv4 MTU for the interface, run:
mtu mtu
If a packet is added with a non-fragment flag and the packet length exceeds the interface MTU, the FW drops the packet.
arp learning strict { force-enable | force-disable | trust }
description interface-description
alias alias
bandwidth ingress bandwidth-number
bandwidth egress bandwidth-number
By default, access control is enabled on interfaces.
service-manage { http | https | ping | ssh | snmp | netconf | telnet | all } { permit | deny }
The service-manage command allows an administrator to manage a FW through a specified interface even if no security policy is enforced for traffic between the Local zone and the security zone to which the interface belongs.
reset service-manage
redirect-reverse next-hop ipv4-address ipv6 redirect-reverse next-hop ipv6-address
After this command is configured, the FW directly uses the inbound interface as the outbound interface of the response packet when forwarding the response packet, instead of searching the routing table for an outbound interface.