diff options
Diffstat (limited to 'docs/interfaces/geneve.rst')
-rw-r--r-- | docs/interfaces/geneve.rst | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/interfaces/geneve.rst b/docs/interfaces/geneve.rst index 252668c1..dc762738 100644 --- a/docs/interfaces/geneve.rst +++ b/docs/interfaces/geneve.rst @@ -34,21 +34,22 @@ Geneve Header: .. cfgcmd:: set interfaces geneve gnv0 address '192.0.2.2/24' -Create GENEVE tunnel listening on local address `192.0.2.2/24`. + Create GENEVE tunnel listening on local address `192.0.2.2/24`. .. cfgcmd:: set interfaces geneve gnv0 remote '172.18.204.10' -Specify the IP address of the other end of the tunnel. + Specify the IP address of the other end of the tunnel. .. cfgcmd:: set interfaces geneve gnv0 vni '1000' -:abbr:`VNI (Virtual Network Identifier)` is an identifier for a unique element -of a virtual network. In many situations this may represent an L2 segment, -however, the control plane defines the forwarding semantics of decapsulated -packets. The VNI MAY be used as part of ECMP forwarding decisions or MAY be -used as a mechanism to distinguish between overlapping address spaces contained -in the encapsulated packet when load balancing across CPUs. + :abbr:`VNI (Virtual Network Identifier)` is an identifier for a unique + element of a virtual network. In many situations this may represent an L2 + segment, however, the control plane defines the forwarding semantics of + decapsulated packets. The VNI MAY be used as part of ECMP forwarding + decisions or MAY be used as a mechanism to distinguish between overlapping + address spaces contained in the encapsulated packet when load balancing + across CPUs. .. cfgcmd:: set interfaces geneve gnv0 mtu -Set interface :abbr:`MTU (Maximum Transfer Unit)` size. + Set interface :abbr:`MTU (Maximum Transfer Unit)` size. |