-
Notifications
You must be signed in to change notification settings - Fork 172
Features
Virtual Extensible LAN (VXLAN) is a network virtualization technology that attempts to address the scalability problems associated with large cloud computing deployments. It uses a VLAN-like encapsulation technique to encapsulate OSI layer 2 Ethernet frames within layer 4 UDP datagrams, using 4789 as the default IANA-assigned destination UDP port number.
Packet Agent support capture pcap forwarding via VXLAN Tunnel to remote. Furthermore, you can set VXLAN VNI in command line params.
VXLAN VNI include ippair direction information at high 4 bits.
- Virtual Extensible LAN
- RFC 7348, Virtual eXtensible Local Area Network (VXLAN)
Generic Routing Encapsulation (GRE) is a tunneling protocol developed by Cisco Systems that can encapsulate a wide variety of network layer protocols inside virtual point-to-point links or point-to-multipoint links over an Internet Protocol network.
Packet Agent support capture pcap forwarding via GRE Tunnel to remote. Furthermore, you can set GRE key in command line params.
GRE key include ippair direction information at high 4 bits.
- Generic Routing Encapsulation
- RFC 2784, Generic Routing Encapsulation (GRE) (proposed standard, updated by RFC 2890)
- RFC 2890Key and Sequence Number Extensions to GRE (proposed standard)
- RFC 2637Point to Point Tunneling Protocol (informational)