config system geneve
Configure GENEVE devices.
config system geneve
Description: Configure GENEVE devices.
edit <name>
set interface {string}
set vni {integer}
set ip-version [ipv4-unicast|ipv6-unicast]
set remote-ip {ipv4-address}
set remote-ip6 {ipv6-address}
set dstport {integer}
next
end
config system geneve
Parameter name |
Description |
Type |
Size |
||||||
---|---|---|---|---|---|---|---|---|---|
interface |
Outgoing interface for GENEVE encapsulated traffic. |
string |
Maximum length: 15 |
||||||
vni |
GENEVE network ID. |
integer |
Minimum value: 0 Maximum value: 16777215 |
||||||
ip-version |
IP version to use for the GENEVE interface and so for communication over the GENEVE. IPv4 or IPv6 unicast. |
option |
- |
||||||
|
|
||||||||
remote-ip |
IPv4 address of the GENEVE interface on the device at the remote end of the GENEVE. |
ipv4-address |
Not Specified |
||||||
remote-ip6 |
IPv6 IP address of the GENEVE interface on the device at the remote end of the GENEVE. |
ipv6-address |
Not Specified |
||||||
dstport |
GENEVE destination port (1 - 65535, default = 6081). |
integer |
Minimum value: 1 Maximum value: 65535 |