Configuration Guide Vol. 1


26.2.4 Configuring VTEP

Points to note

Set VTEP as shown below.

  • VNI ID assigned to VTEP

  • Destination IPv4 addressing for VXLAN tunneling

  • Source IPv4 for VXLAN tunneling

    Use IP address of the loopback interface.

Command examples

  1. (config)# interface loopback 0

    (config-if)# ip address 10.200.30.2

    (config-if)# exit

    Sets IP address of the loopback interface that is VTEP source IP address.

  2. (config)# interface vxlan 2

    (config-if)# member vni 2

    (config-if)# destination-ip 10.200.33.2

    Set VNI ID and destination IPv4 that belong to VTEP 2.

  3. (config-if)# source-interface loopback 0

    (config-if)# exit

    Configures the loopback interface as the source interface for VTEP.

Notes

When deleting a VNI ID that belongs to a VTEP, first delete all the corresponding VNI ID from VXLAN Access. If a VNI ID that does not belong to VTEP is set for VXLAN Access, communication may be performed on the corresponding VNI ID.